Skip to content

Commit

Permalink
Update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Jan 11, 2017
1 parent f9d1738 commit 2ea8d1b
Show file tree
Hide file tree
Showing 11 changed files with 6,469 additions and 13,314 deletions.
2,007 changes: 707 additions & 1,300 deletions readthedocs/locale/de/LC_MESSAGES/django.po

Large diffs are not rendered by default.

2,124 changes: 623 additions & 1,501 deletions readthedocs/locale/fr/LC_MESSAGES/django.po

Large diffs are not rendered by default.

2,153 changes: 646 additions & 1,507 deletions readthedocs/locale/ja/LC_MESSAGES/django.po

Large diffs are not rendered by default.

1,780 changes: 631 additions & 1,149 deletions readthedocs/locale/pl/LC_MESSAGES/django.po

Large diffs are not rendered by default.

2,203 changes: 907 additions & 1,296 deletions readthedocs/locale/pt_BR/LC_MESSAGES/django.po

Large diffs are not rendered by default.

2,114 changes: 619 additions & 1,495 deletions readthedocs/locale/ru/LC_MESSAGES/django.po

Large diffs are not rendered by default.

1,823 changes: 590 additions & 1,233 deletions readthedocs/locale/uk/LC_MESSAGES/django.po

Large diffs are not rendered by default.

1,910 changes: 616 additions & 1,294 deletions readthedocs/locale/vi_VN/LC_MESSAGES/django.po

Large diffs are not rendered by default.

1,748 changes: 565 additions & 1,183 deletions readthedocs/locale/zh_CN/LC_MESSAGES/django.po

Large diffs are not rendered by default.

1,918 changes: 562 additions & 1,356 deletions readthedocs/locale/zh_TW/LC_MESSAGES/django.po

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions readthedocs/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,10 @@ def INSTALLED_APPS(self): # noqa
TIME_ZONE = 'America/Chicago'
LANGUAGE_CODE = 'en-us'
LANGUAGES = (
('ca', gettext('Catalan')),
('en', gettext('English')),
('es', gettext('Spanish')),
('pt-br', gettext('Brazilian Portuguese')),
('nb', gettext('Norwegian Bokmål')),
('fr', gettext('French')),
('ru', gettext('Russian')),
Expand All @@ -208,6 +210,7 @@ def INSTALLED_APPS(self): # noqa
('ja', gettext('Japanese')),
('uk', gettext('Ukrainian')),
('it', gettext('Italian')),
('ko', gettext('Korean')),
)
LOCALE_PATHS = [
os.path.join(SITE_ROOT, 'readthedocs', 'locale'),
Expand Down

0 comments on commit 2ea8d1b

Please sign in to comment.