Skip to content

Commit b4511e9

Browse files
committed
Add a couple new languages and update localizations
1 parent d9f7b3a commit b4511e9

File tree

31 files changed

+1345
-1310
lines changed

31 files changed

+1345
-1310
lines changed
-4 Bytes
Binary file not shown.

readthedocs/locale/de/LC_MESSAGES/django.po

Lines changed: 71 additions & 72 deletions
Large diffs are not rendered by default.
0 Bytes
Binary file not shown.

readthedocs/locale/en/LC_MESSAGES/django.po

Lines changed: 68 additions & 68 deletions
Large diffs are not rendered by default.
0 Bytes
Binary file not shown.

readthedocs/locale/es/LC_MESSAGES/django.po

Lines changed: 71 additions & 72 deletions
Large diffs are not rendered by default.
0 Bytes
Binary file not shown.

readthedocs/locale/eu/LC_MESSAGES/django.po

Lines changed: 68 additions & 68 deletions
Large diffs are not rendered by default.
0 Bytes
Binary file not shown.

readthedocs/locale/fr/LC_MESSAGES/django.po

Lines changed: 68 additions & 68 deletions
Large diffs are not rendered by default.
0 Bytes
Binary file not shown.

readthedocs/locale/gl/LC_MESSAGES/django.po

Lines changed: 68 additions & 68 deletions
Large diffs are not rendered by default.
0 Bytes
Binary file not shown.

readthedocs/locale/it/LC_MESSAGES/django.po

Lines changed: 68 additions & 68 deletions
Large diffs are not rendered by default.
19 Bytes
Binary file not shown.

readthedocs/locale/ja/LC_MESSAGES/django.po

Lines changed: 71 additions & 72 deletions
Large diffs are not rendered by default.
0 Bytes
Binary file not shown.

readthedocs/locale/nb/LC_MESSAGES/django.po

Lines changed: 68 additions & 68 deletions
Large diffs are not rendered by default.
0 Bytes
Binary file not shown.

readthedocs/locale/pt_BR/LC_MESSAGES/django.po

Lines changed: 68 additions & 68 deletions
Large diffs are not rendered by default.
0 Bytes
Binary file not shown.

readthedocs/locale/ru/LC_MESSAGES/django.po

Lines changed: 68 additions & 68 deletions
Large diffs are not rendered by default.
0 Bytes
Binary file not shown.

readthedocs/locale/sk/LC_MESSAGES/django.po

Lines changed: 68 additions & 68 deletions
Large diffs are not rendered by default.
24.7 KB
Binary file not shown.

readthedocs/locale/uk/LC_MESSAGES/django.po

Lines changed: 381 additions & 345 deletions
Large diffs are not rendered by default.
0 Bytes
Binary file not shown.

readthedocs/locale/vi_VN/LC_MESSAGES/django.po

Lines changed: 68 additions & 68 deletions
Large diffs are not rendered by default.
0 Bytes
Binary file not shown.

readthedocs/locale/zh_CN/LC_MESSAGES/django.po

Lines changed: 68 additions & 68 deletions
Large diffs are not rendered by default.

readthedocs/settings/base.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@
6161
('gl', gettext('Galician')),
6262
('vi', gettext('Vietnamese')),
6363
('zh-cn', gettext('Chinese')),
64-
64+
('zh-tw', gettext('Taiwanese')),
65+
('ja', gettext('Japanese')),
66+
('uk', gettext('Ukrainian')),
6567
)
6668
LOCALE_PATHS = [
6769
os.path.join(SITE_ROOT, 'readthedocs', 'locale'),

0 commit comments

Comments
 (0)