Commit 5bcd4c54 by Sarina Canelake

Merge pull request #4055 from edx/sarina/fix-underscore-resource

Sarina/fix underscore resource
parents ed2358ab 6418f6fe
...@@ -43,6 +43,18 @@ source_file = conf/locale/en/LC_MESSAGES/messages.po ...@@ -43,6 +43,18 @@ source_file = conf/locale/en/LC_MESSAGES/messages.po
source_lang = en source_lang = en
type = PO type = PO
[edx-platform.underscore]
file_filter = conf/locale/<lang>/LC_MESSAGES/underscore.po
source_file = conf/locale/en/LC_MESSAGES/underscore.po
source_lang = en
type = PO
[edx-platform.underscore-studio]
file_filter = conf/locale/<lang>/LC_MESSAGES/underscore-studio.po
source_file = conf/locale/en/LC_MESSAGES/underscore-studio.po
source_lang = en
type = PO
[edx-platform.wiki] [edx-platform.wiki]
file_filter = conf/locale/<lang>/LC_MESSAGES/wiki.po file_filter = conf/locale/<lang>/LC_MESSAGES/wiki.po
source_file = conf/locale/en/LC_MESSAGES/wiki.po source_file = conf/locale/en/LC_MESSAGES/wiki.po
......
...@@ -65,6 +65,7 @@ locales: ...@@ -65,6 +65,7 @@ locales:
- ur # Urdu - ur # Urdu
- vi # Vietnamese - vi # Vietnamese
- zh_CN # Chinese (China) - zh_CN # Chinese (China)
- zh_HK # Chinese (Hong Kong)
- zh_TW # Chinese (Taiwan) - zh_TW # Chinese (Taiwan)
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -628,6 +628,7 @@ LANGUAGES = ( ...@@ -628,6 +628,7 @@ LANGUAGES = (
('ur', u'اردو'), # Urdu ('ur', u'اردو'), # Urdu
('vi', u'Tiếng Việt'), # Vietnamese ('vi', u'Tiếng Việt'), # Vietnamese
('zh-cn', u'中文 (简体)'), # Chinese (China) ('zh-cn', u'中文 (简体)'), # Chinese (China)
('zh-hk', u'中文 (香港)'), # Chinese (Hong Kong)
('zh-tw', u'中文 (台灣)'), # Chinese (Taiwan) ('zh-tw', u'中文 (台灣)'), # Chinese (Taiwan)
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment