mirror of
https://github.com/django/django.git
synced 2024-12-23 01:25:58 +00:00
fixes #1129 - added new 'zh-tw' translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1787 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
bf5125734e
commit
e08e19604f
@ -45,6 +45,7 @@ LANGUAGES = (
|
||||
('gl', _('Galician')),
|
||||
('is', _('Icelandic')),
|
||||
('it', _('Italian')),
|
||||
('ja', _('Japanese')),
|
||||
('no', _('Norwegian')),
|
||||
('pt-br', _('Brazilian')),
|
||||
('ro', _('Romanian')),
|
||||
@ -53,6 +54,7 @@ LANGUAGES = (
|
||||
('sr', _('Serbian')),
|
||||
('sv', _('Swedish')),
|
||||
('zh-cn', _('Simplified Chinese')),
|
||||
('zh-tw', _('Traditional Chinese')),
|
||||
)
|
||||
|
||||
# Not-necessarily-technical managers of the site. They get broken link
|
||||
|
BIN
django/conf/locale/zh_TW/LC_MESSAGES/django.mo
Normal file
BIN
django/conf/locale/zh_TW/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
1775
django/conf/locale/zh_TW/LC_MESSAGES/django.po
Normal file
1775
django/conf/locale/zh_TW/LC_MESSAGES/django.po
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user