Merge pull request #15904 from edx/bmedx/pdfjs_add_zh-hans
Add zh_HANS language mapping to pdfjs
This commit is contained in:
3
common/static/js/vendor/pdfjs/EDX_README
vendored
Normal file
3
common/static/js/vendor/pdfjs/EDX_README
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
Please keep this document up to date with any changes made to pdfjs in our repo so we can carry them forward if/when we update the package.
|
||||
|
||||
2017-09-01 - Made a reference for zh-hans in locale.properties to the zh-cn translations in preparation for a Django upgrade from 1.8 - 1.11 that removes their use of zh-cn.
|
||||
@@ -304,6 +304,9 @@
|
||||
[zh-CN]
|
||||
@import url(zh-CN/viewer.properties)
|
||||
|
||||
[zh-HANS]
|
||||
@import url(zh-CN/viewer.properties)
|
||||
|
||||
[zh-TW]
|
||||
@import url(zh-TW/viewer.properties)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user