Skip to content

Commit

Permalink
update locales, add te
Browse files Browse the repository at this point in the history
  • Loading branch information
mixedpuppy committed Aug 8, 2016
1 parent 5e3526a commit 8260fa5
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import collections

TRANSLATIONS = ['cs', 'de', 'en-US', 'en_US', 'en-GB', 'en_GB', 'es', 'fr', 'gl',
'hu', 'it', 'ja', 'nl', 'pt-BR', 'pt_BR', 'ru', 'sl', 'uk',
'hu', 'it', 'ja', 'nl', 'pt-BR', 'pt_BR', 'ru', 'sl', 'te', 'uk',
'zh-CN', 'zh_CN', 'zh-Hans-CN', 'zh_Hans_CN',
'zh-Hant-TW', 'zh_Hant_TW', 'zh-TW', 'zh_TW']

Expand Down
2 changes: 1 addition & 1 deletion static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// refresh, though slower. Supported languages here are those that have site
// navigation fully localized.
var languages = ['cs', 'de', 'en-US', 'en-GB', 'es', 'fr', 'gl', 'hu', 'it',
'ja', 'nl', 'pt-BR', 'ru', 'sl', 'uk', 'zh-CN', 'zh-TW'];
'ja', 'nl', 'pt-BR', 'ru', 'sl', 'te', 'uk', 'zh-CN', 'zh-TW'];
var newloc;
if (languages.indexOf(navigator.language) >= 0) {
newloc = navigator.language;
Expand Down
2 changes: 1 addition & 1 deletion static/sharePanel.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// refresh, though slower. Supported languages here are those that have site
// navigation fully localized.
var languages = ['cs', 'de', 'en-US', 'en-GB', 'es', 'fr', 'gl', 'hu', 'it',
'ja', 'nl', 'pt-BR', 'ru', 'sl', 'uk', 'zh-CN', 'zh-TW'];
'ja', 'nl', 'pt-BR', 'ru', 'sl', 'te', 'uk', 'zh-CN', 'zh-TW'];
var newloc;
if (languages.indexOf(navigator.language) >= 0) {
newloc = navigator.language;
Expand Down
Binary file modified translations/de/LC_MESSAGES/messages.mo
Binary file not shown.
Binary file added translations/te/LC_MESSAGES/messages.mo
Binary file not shown.
Binary file modified translations/tr/LC_MESSAGES/messages.mo
Binary file not shown.
Binary file modified translations/uk/LC_MESSAGES/messages.mo
Binary file not shown.

0 comments on commit 8260fa5

Please sign in to comment.