Merge pull request #15904 from edx/bmedx/pdfjs_add_zh-hans

Add zh_HANS language mapping to pdfjs
This commit is contained in:
Brian Mesick
2017-09-01 13:09:29 -04:00
committed by GitHub
2 changed files with 6 additions and 0 deletions

View 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.

View File

@@ -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)