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:
Georg Bauer 2005-12-28 22:58:41 +00:00
parent bf5125734e
commit e08e19604f
3 changed files with 1777 additions and 0 deletions

View File

@ -45,6 +45,7 @@ LANGUAGES = (
('gl', _('Galician')), ('gl', _('Galician')),
('is', _('Icelandic')), ('is', _('Icelandic')),
('it', _('Italian')), ('it', _('Italian')),
('ja', _('Japanese')),
('no', _('Norwegian')), ('no', _('Norwegian')),
('pt-br', _('Brazilian')), ('pt-br', _('Brazilian')),
('ro', _('Romanian')), ('ro', _('Romanian')),
@ -53,6 +54,7 @@ LANGUAGES = (
('sr', _('Serbian')), ('sr', _('Serbian')),
('sv', _('Swedish')), ('sv', _('Swedish')),
('zh-cn', _('Simplified Chinese')), ('zh-cn', _('Simplified Chinese')),
('zh-tw', _('Traditional Chinese')),
) )
# Not-necessarily-technical managers of the site. They get broken link # Not-necessarily-technical managers of the site. They get broken link

Binary file not shown.

File diff suppressed because it is too large Load Diff