Add zh_HANS language mapping to pdfjs and EDX_README

This commit is contained in:
bmedx
2017-09-01 10:56:35 -04:00
parent 6f30dedb56
commit 8aabd27081
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)