New locale: Venetian.

This commit is contained in:
William Kendrick 2010-04-03 18:16:48 +00:00
parent 038162c010
commit 5232ae97c7
7 changed files with 1325 additions and 6 deletions

View file

@ -7,7 +7,7 @@ bill@newbreedsoftware.com
http://www.tuxpaint.org/
June 17, 2002 - February 25, 2010
June 17, 2002 - April 3, 2010
$Id$
@ -719,6 +719,9 @@ $Id$
* Venda
Shumani Mercy Nehulaudzi <nevhulaudzi@saps.org.za>>
* Venetian
Fabio Lazarin, El Galepìn <mistro@elgalepin.com>
* Vietnamese
Le Quang Phan <lqphan@hn.vnn.vn>
Clytie Siddall <clytie@riverland.net.au>

View file

@ -8,7 +8,7 @@ http://www.tuxpaint.org/
$Id$
2009.March.27 (0.9.22)
2009.April.3 (0.9.22)
* New Tools:
----------
* Label - A tool to add text to a drawing, which can be modified or
@ -153,6 +153,9 @@ $Id$
* Persian translation
Farinaz Hedayat <farinaz.hedayat@gmail.com>
* Venetian language
Fabio Lazarin, El Galepìn <mistro@elgalepin.com>
* Localization Updates:
---------------------
* Albanian

View file

@ -9,7 +9,7 @@ Options Documentation
bill@newbreedsoftware.com
http://www.tuxpaint.org/
February 16, 2010
April 3, 2010
----------------------------------------------------------------------
@ -683,6 +683,8 @@ Windows Users
|--------------------+---------------------+---------------|
|venda | | |
|--------------------+---------------------+---------------|
|venetian |veneto | |
|--------------------+---------------------+---------------|
|vietnamese | | |
|--------------------+---------------------+---------------|
|walloon |walon | |
@ -1038,6 +1040,8 @@ Available Languages
|---------+-------------------+-----------------+------------------|
|ve_ZA | |Venda | |
|---------+-------------------+-----------------+------------------|
|vec |Veneto |Venetian | |
|---------+-------------------+-----------------+------------------|
|vi_VN | |Vietnamese | |
|---------+-------------------+-----------------+------------------|
|wa_BE | |Walloon | |

View file

@ -23,7 +23,7 @@ New Breed Software</p>
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
<p>February 16, 2010</p>
<p>April 3, 2010</p>
</center>
@ -1045,6 +1045,11 @@ New Breed Software</p>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><code>venetian</code></td>
<td><code>veneto</code></td>
<td>&nbsp;</td>
</tr>
<tr>
<td><code>vietnamese</code></td>
<td>&nbsp;</td>
@ -1775,6 +1780,12 @@ New Breed Software</p>
<td>Venda</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><code>vec</code></td>
<td>Ven&egrave;to</td>
<td>Venetian</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><code>vi_VN</code></td>
<td>&nbsp;</td>

View file

@ -25,7 +25,7 @@
$Id$
June 14, 2002 - March 23, 2010
June 14, 2002 - April 3, 2010
*/
// FIXME: gettext() won't even bother to look up messages unless it
@ -263,6 +263,8 @@ static const language_to_locale_struct language_to_locale_array[] = {
{"italiano", "it_IT.UTF-8"},
{"japanese", "ja_JP.UTF-8"},
{"venda", "ve_ZA.UTF-8"},
{"venetian", "vec.UTF-8"},
{"veneto", "vec.UTF-8"},
{"vietnamese", "vi_VN.UTF-8"},
{"afrikaans", "af_ZA.UTF-8"},
{"albanian", "sq_AL.UTF-8"},
@ -429,6 +431,7 @@ static void show_lang_usage(int exitcode)
/* tr */ " turkish\n"
/* uk */ " ukrainian\n"
/* ve */ " venda\n"
/* vec */" venetian veneto\n"
/* vi */ " vietnamese\n"
/* wa */ " walloon walon\n"
/* wo */ " wolof\n"

View file

@ -25,7 +25,7 @@
$Id$
June 14, 2002 - March 23, 2010
June 14, 2002 - April 3, 2010
*/
@ -119,6 +119,7 @@ enum
LANG_TWI, /* Twi */
LANG_UK, /* Ukrainian */
LANG_VE, /* Venda */
LANG_VEC, /* Venetian */
LANG_VI, /* Vietnamese */
LANG_WA, /* Walloon */
LANF_WO, /* Wolof */

1294
src/po/vec.po Normal file

File diff suppressed because it is too large Load diff