Skip to content

Commit

Permalink
Fixed django#6617 -- Added new Georgian (ka) translation from David A…
Browse files Browse the repository at this point in the history
…vsajanishvili.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@7134 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
malcolmt committed Feb 19, 2008
1 parent 6a79669 commit 68e4366
Show file tree
Hide file tree
Showing 6 changed files with 4,489 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -56,6 +56,7 @@ answer newbie questions, and generally made Django that much better:
David Ascher <http://ascher.ca/>
Jökull Sólberg Auðunsson <jokullsolberg@gmail.com>
Arthur <avandorp@gmail.com>
David Avsajanishvili <avsd05@gmail.com>
axiak@mit.edu
Jiri Barton
Ned Batchelder <http://www.nedbatchelder.com/>
Expand Down
1 change: 1 addition & 0 deletions django/conf/global_settings.py
Expand Up @@ -60,6 +60,7 @@
('is', gettext_noop('Icelandic')),
('it', gettext_noop('Italian')),
('ja', gettext_noop('Japanese')),
('ka', gettext_noop('Georgian')),
('ko', gettext_noop('Korean')),
('km', gettext_noop('Khmer')),
('kn', gettext_noop('Kannada')),
Expand Down
Binary file added django/conf/locale/ka/LC_MESSAGES/django.mo
Binary file not shown.

0 comments on commit 68e4366

Please sign in to comment.