Add basic support for Georgian (ka)
This commit is contained in:
parent
61ca2cb6b5
commit
f2d6e1e375
|
@ -326,6 +326,7 @@ function get_all_languages() {
|
|||
'is' => array('q' => 0.1, 'lang' => 'is', 'name' => 'Icelandic', 'direction' => 'ltr'),
|
||||
'it' => array('q' => 1, 'lang' => 'it', 'name' => 'Italian', 'direction' => 'ltr'),
|
||||
'jp' => array('q' => 0.5, 'lang' => 'ja', 'name' => 'Japanese', 'direction' => 'ltr'),
|
||||
'ka' => array('q' => 0.8, 'lang' => 'ka', 'name' => 'Georgian', 'direction' => 'ltr'),
|
||||
'ko' => array('q' => 0.9, 'lang' => 'ko', 'name' => 'Korean', 'direction' => 'ltr'),
|
||||
'mk' => array('q' => 0.5, 'lang' => 'mk', 'name' => 'Macedonian', 'direction' => 'ltr'),
|
||||
'nb' => array('q' => 0.1, 'lang' => 'nb', 'name' => 'Norwegian (Bokmål)', 'direction' => 'ltr'),
|
||||
|
|
22
locale/ka/LC_MESSAGES/statusnet.po
Normal file
22
locale/ka/LC_MESSAGES/statusnet.po
Normal file
|
@ -0,0 +1,22 @@
|
|||
# --
|
||||
# This file is distributed under the same license as the StatusNet package.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: StatusNet\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2010-08-28 15:28+0000\n"
|
||||
"PO-Revision-Date: 2010-08-28 15:31:13+0000\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: MediaWiki 1.17alpha (r71856); Translate extension (2010-08-20)\n"
|
||||
"X-Translation-Project: translatewiki.net at http://translatewiki.net\n"
|
||||
"X-Language-Code: ka\n"
|
||||
"X-Message-Group: out-statusnet\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. TRANS: Page title
|
||||
#. TRANS: Menu item for site administration
|
||||
#: actions/accessadminpanel.php:55 lib/adminpanelaction.php:376
|
||||
msgid "Access"
|
||||
msgstr ""
|
Loading…
Reference in New Issue
Block a user