1
0
mirror of https://github.com/django/django.git synced 2025-10-27 07:36:08 +00:00

fixed #1587 - added new ukrainian translation.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@2622 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Georg Bauer
2006-04-06 09:52:06 +00:00
parent b1599e56b8
commit 3d8094f898
5 changed files with 1714 additions and 3 deletions

View File

@@ -56,6 +56,7 @@ LANGUAGES = (
('sl', _('Slovenian')),
('sr', _('Serbian')),
('sv', _('Swedish')),
('uk', _('Ukrainian')),
('zh-cn', _('Simplified Chinese')),
('zh-tw', _('Traditional Chinese')),
)