Added Santali localization.
This commit is contained in:
parent
77809df402
commit
a00cfcd3c6
8 changed files with 1350 additions and 8 deletions
|
|
@ -7,7 +7,7 @@ bill@newbreedsoftware.com
|
|||
http://www.tuxpaint.org/
|
||||
|
||||
|
||||
June 17, 2002 - March 19, 2014
|
||||
June 17, 2002 - April 11, 2014
|
||||
|
||||
$Id$
|
||||
|
||||
|
|
@ -825,6 +825,9 @@ $Id$
|
|||
Sergei Popov <skein@rambler.ru>
|
||||
Dmitriy Ivanov <ace22b@myrealbox.com>
|
||||
|
||||
* Santali translation
|
||||
Chandrakant Dhutadmal <cpdhutadmal@yahoo.com>
|
||||
|
||||
* Scottish Gaelic
|
||||
Niall Tracey <internationiall@hotmail.com>
|
||||
Michael Bauer<fios@akerbeltz.org>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ http://www.tuxpaint.org/
|
|||
|
||||
$Id$
|
||||
|
||||
2014.April.6 (0.9.22)
|
||||
2014.April.11 (0.9.22)
|
||||
|
||||
* New Tools:
|
||||
----------
|
||||
|
|
@ -430,6 +430,9 @@ $Id$
|
|||
* Persian translation
|
||||
Farinaz Hedayat <farinaz.hedayat@gmail.com>
|
||||
|
||||
* Santali translation
|
||||
Chandrakant Dhutadmal <cpdhutadmal@yahoo.com>
|
||||
|
||||
* Serbian translation (latin)
|
||||
Ivana Rakic <reci.ne.silvesteru@gmail.com>
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ Options Documentation
|
|||
bill@newbreedsoftware.com
|
||||
http://www.tuxpaint.org/
|
||||
|
||||
April 6, 2014
|
||||
April 11, 2014
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -821,6 +821,8 @@ Windows Users
|
|||
|--------------------+---------------------+---------------|
|
||||
|russian |russkiy | |
|
||||
|--------------------+---------------------+---------------|
|
||||
|santali | | |
|
||||
|--------------------+---------------------+---------------|
|
||||
|scottish |ghaidhlig |scottish-gaelic|
|
||||
|--------------------+---------------------+---------------|
|
||||
|serbian | | |
|
||||
|
|
@ -1253,6 +1255,8 @@ Available Languages
|
|||
|-----------+-------------------+-----------------+----------------|
|
||||
|rw_RW | |Kinyarwanda | |
|
||||
|-----------+-------------------+-----------------+----------------|
|
||||
|sat_IN | |Santali | |
|
||||
|-----------+-------------------+-----------------+----------------|
|
||||
|shs_CA |Secwepemctin |Shuswap | |
|
||||
|-----------+-------------------+-----------------+----------------|
|
||||
|sk_SK | |Slovak | |
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ New Breed Software</p>
|
|||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
|
||||
|
||||
|
||||
<p>April 6, 2014</p>
|
||||
<p>April 11, 2014</p>
|
||||
|
||||
|
||||
</center>
|
||||
|
|
@ -1199,6 +1199,11 @@ New Breed Software</p>
|
|||
<td><code>russkiy</code></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>santali</code></td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>scottish</code></td>
|
||||
<td><code>ghaidhlig</code></td>
|
||||
|
|
@ -2075,6 +2080,12 @@ New Breed Software</p>
|
|||
<td>Kinyarwanda</td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>sat_IN</code></td>
|
||||
<td> </td>
|
||||
<td>Santali</td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>shs_CA</code></td>
|
||||
<td>Secwepemctin</td>
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
$Id$
|
||||
|
||||
June 14, 2002 - March 29, 2014
|
||||
June 14, 2002 - April 11, 2014
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
@ -131,6 +131,7 @@ const char *lang_prefixes[NUM_LANGS] = {
|
|||
"ro",
|
||||
"ru",
|
||||
"rw",
|
||||
"sat",
|
||||
"shs",
|
||||
"sk",
|
||||
"sl",
|
||||
|
|
@ -333,6 +334,7 @@ static const language_to_locale_struct language_to_locale_array[] = {
|
|||
{"romanian", "ro_RO.UTF-8"},
|
||||
{"russian", "ru_RU.UTF-8"},
|
||||
{"russkiy", "ru_RU.UTF-8"},
|
||||
{"santali", "sat_IN.UTF-8"},
|
||||
{"serbian", "sr_YU.UTF-8"},
|
||||
{"serbian-latin", "sr_RS@latin"},
|
||||
{"shuswap", "shs_CA.UTF-8"},
|
||||
|
|
@ -451,6 +453,7 @@ static void show_lang_usage(int exitcode)
|
|||
/* pa */ " punjabi panjabi\n"
|
||||
/* ro */ " romanian\n"
|
||||
/* ru */ " russian russkiy\n"
|
||||
/* sat */" santali\n"
|
||||
/* gd */ " scottish scottish-gaelic ghaidhlig\n"
|
||||
/* sr */ " serbian\n"
|
||||
/* sr@latin */ " serbian-latin\n"
|
||||
|
|
@ -570,6 +573,7 @@ static void show_locale_usage(FILE * f, const char *const prg)
|
|||
" ro_RO (Romanian)\n"
|
||||
" ru_RU (Russian Russkiy)\n"
|
||||
" rw_RW (Kinyarwanda)\n"
|
||||
" sat_IN (Santali)\n"
|
||||
" shs_CA (Shuswap Secwepemctin)\n"
|
||||
" sk_SK (Slovak)\n"
|
||||
" sl_SI (Slovenian)\n"
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
$Id$
|
||||
|
||||
June 14, 2002 - March 28, 2013
|
||||
June 14, 2002 - April 11, 2014
|
||||
*/
|
||||
|
||||
|
||||
|
|
@ -117,6 +117,7 @@ enum
|
|||
LANG_RO, /* Romanian */
|
||||
LANG_RU, /* Russian */
|
||||
LANG_RW, /* Kinyarwanda */
|
||||
LANG_SAT, /* Santali */
|
||||
LANG_SHS, /* Shuswap */
|
||||
LANG_SK, /* Slovak */
|
||||
LANG_SL, /* Slovenian */
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" tuxpaint.1 - 2014.03.30
|
||||
.TH TUXPAINT 1 "30 March 2014" "0.9.22" "Tux Paint"
|
||||
.\" tuxpaint.1 - 2014.04.11
|
||||
.TH TUXPAINT 1 "11 April 2014" "0.9.22" "Tux Paint"
|
||||
.SH NAME
|
||||
tuxpaint -- "Tux Paint", a drawing program for young children.
|
||||
|
||||
|
|
@ -752,6 +752,9 @@ romanian
|
|||
russian | russkiy
|
||||
.TP 2
|
||||
-
|
||||
santali
|
||||
.TP 2
|
||||
-
|
||||
scottish | scottish-gaelic | ghaidhlig
|
||||
.TP 2
|
||||
-
|
||||
|
|
@ -971,6 +974,7 @@ Adam 'akanewbie' Corcoran,
|
|||
Helder Correia,
|
||||
Ricardo Cruz,
|
||||
Laurent Dhima,
|
||||
Chandrakant Dhutadmal,
|
||||
Yavor Doganov,
|
||||
Joe Dalton,
|
||||
Dawa Dolma,
|
||||
|
|
|
|||
1312
src/po/sat.po
Normal file
1312
src/po/sat.po
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue