Inuktitut translation.
This commit is contained in:
parent
cb0ca91a17
commit
e18e033b49
5 changed files with 1327 additions and 4 deletions
|
|
@ -7,7 +7,7 @@ bill@newbreedsoftware.com
|
|||
http://www.tuxpaint.org/
|
||||
|
||||
|
||||
June 17, 2002 - March 2, 2012
|
||||
June 17, 2002 - March 8, 2012
|
||||
|
||||
$Id$
|
||||
|
||||
|
|
@ -577,6 +577,9 @@ $Id$
|
|||
* Indonesian
|
||||
Tedi Heriyanto <tedi_h@gmx.net>
|
||||
|
||||
* Inuktitut
|
||||
Harvey Ginter <harveyginter@gmail.com>
|
||||
|
||||
* Irish Gaelic
|
||||
Kevin Patrick Scannell <kscanne@gmail.com>
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ http://www.tuxpaint.org/
|
|||
|
||||
$Id$
|
||||
|
||||
2012.March.2 (0.9.22)
|
||||
2012.March.8 (0.9.22)
|
||||
|
||||
* New Tools:
|
||||
----------
|
||||
|
|
@ -334,6 +334,9 @@ $Id$
|
|||
Ibraahiima SAAR <ibrahima.sarr@pulaagu.com>,
|
||||
Fula Localization Project, http://www.pulaar-fulfulde.org/
|
||||
|
||||
* Inuktitut
|
||||
Harvey Ginter <harveyginter@gmail.com>
|
||||
|
||||
* Luganda translation
|
||||
James Olweny <sjolweny85@yahoo.co.uk>
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
$Id$
|
||||
|
||||
June 14, 2002 - March 2, 2012
|
||||
June 14, 2002 - March 8, 2012
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
@ -100,6 +100,7 @@ const char *lang_prefixes[NUM_LANGS] = {
|
|||
"id",
|
||||
"is",
|
||||
"it",
|
||||
"iu",
|
||||
"ja",
|
||||
"ka",
|
||||
"km",
|
||||
|
|
@ -265,6 +266,7 @@ static const language_to_locale_struct language_to_locale_array[] = {
|
|||
{"islenska", "is_IS.UTF-8"},
|
||||
{"italian", "it_IT.UTF-8"},
|
||||
{"italiano", "it_IT.UTF-8"},
|
||||
{"inuktitut", "iu_CA.UTF-8"},
|
||||
{"japanese", "ja_JP.UTF-8"},
|
||||
{"venda", "ve_ZA.UTF-8"},
|
||||
{"venetian", "vec.UTF-8"},
|
||||
|
|
@ -402,6 +404,7 @@ static void show_lang_usage(int exitcode)
|
|||
/* hu */ " hungarian magyar\n"
|
||||
/* is */ " icelandic islenska\n"
|
||||
/* id */ " indonesian bahasa-indonesia\n"
|
||||
/* iu */ " inuktitut\n"
|
||||
/* it */ " italian italiano\n"
|
||||
/* ja */ " japanese\n"
|
||||
/* cgg */ " kiga chiga\n"
|
||||
|
|
@ -516,6 +519,7 @@ static void show_locale_usage(FILE * f, const char *const prg)
|
|||
" is_IS (Icelandic Islenska)\n"
|
||||
" id_ID (Indonesian Bahasa Indonesia)\n"
|
||||
" it_IT (Italian Italiano)\n"
|
||||
" iu_CA (Inuktitut)\n"
|
||||
" ja_JP (Japanese)\n"
|
||||
" ka_GE (Georgian)\n"
|
||||
" ko_KR (Korean)\n"
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
$Id$
|
||||
|
||||
June 14, 2002 - March 2, 2012
|
||||
June 14, 2002 - March 8, 2012
|
||||
*/
|
||||
|
||||
|
||||
|
|
@ -86,6 +86,7 @@ enum
|
|||
LANG_ID, /* Indonesian */
|
||||
LANG_IS, /* Icelandic */
|
||||
LANG_IT, /* Italian */
|
||||
LANG_IU, /* Inuktitut */
|
||||
LANG_JA, /* Japanese */
|
||||
LANG_KA, /* Georgian */
|
||||
LANG_KM, /* Khmer */
|
||||
|
|
|
|||
1312
src/po/iu.po
Normal file
1312
src/po/iu.po
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue