mirror of
https://github.com/videojs/video.js.git
synced 2024-11-24 08:42:25 +02:00
b84c290f7e
Currently, zh-CN and zh-TW are used as shorthands for Simplified and Traditional Chinese character sets, respectively. However, they carry with them a built-in assumption about the geographic locale which may not be appropriate in all cases. The codes zh-Hans and zh-Hant are more correct in that they refer only to the character set and not the geographic locale. Further specificity is available via codes like zh-Hans-CN.
40 lines
358 B
Plaintext
40 lines
358 B
Plaintext
.DS_Store
|
|
build/files/*
|
|
build/temp/*
|
|
docs/api/*
|
|
dev.html
|
|
projects
|
|
.zenflow-log
|
|
test/*.map
|
|
.bunyipconfig.js
|
|
.s3config.json
|
|
.eslintcache
|
|
|
|
node_modules
|
|
npm-debug.log*
|
|
|
|
sandbox/*
|
|
!sandbox/*.example
|
|
|
|
*.swp
|
|
*.swo
|
|
|
|
*.orig
|
|
|
|
*results.xml
|
|
*.log
|
|
|
|
test/dist/*
|
|
.coveralls.yml
|
|
.sass-cache
|
|
|
|
dist/*
|
|
es5/*
|
|
|
|
.idea/
|
|
|
|
core.js
|
|
|
|
# Ignore Chinese clones for now.
|
|
lang/zh-Han*.json
|