Added Chinese (Traditional) support!
This commit is contained in:
parent
158e56b8c8
commit
dfb0604f84
8 changed files with 565 additions and 20 deletions
|
|
@ -7,7 +7,7 @@ bill@newbreedsoftware.com
|
|||
http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
|
||||
June 17, 2002 - May 16, 2004
|
||||
June 17, 2002 - June 5, 2004
|
||||
|
||||
|
||||
* Design and Coding:
|
||||
|
|
@ -94,9 +94,12 @@ June 17, 2002 - May 16, 2004
|
|||
* Catalan
|
||||
Pere Pujal Carabantes <ppujal@airtel.net>
|
||||
|
||||
* Chinese
|
||||
* Chinese (Simplified)
|
||||
Wang Jian <lark@linux.net.cn>
|
||||
|
||||
* Chinese (Traditional)
|
||||
Song Huang <Song@ossacc.org>
|
||||
|
||||
* Croatian
|
||||
Nedjeljko Jedvaj <jedvaj.nedeljko@lexunit.com>
|
||||
|
||||
|
|
|
|||
|
|
@ -37,9 +37,16 @@ http://www.newbreedsoftware.com/tuxpaint/
|
|||
* Belarusian translation created.
|
||||
Eugene Zelenko <greendeath@mail.ru>
|
||||
|
||||
* Support for Croatian
|
||||
* Croatian translation created.
|
||||
Nedjeljko Jedvaj <jedvaj.nedeljko@lexunit.com>
|
||||
|
||||
* Traditional Chinese translation created.
|
||||
Song Huang <Song@ossacc.org>
|
||||
|
||||
* Added "--lang simplified-chinese" option (same as "--lang chinese").
|
||||
Simplified also now looks for "zh_cn.ttf" font, not "zh.ttf"
|
||||
(was too ambiguous).
|
||||
|
||||
* Welsh translation created.
|
||||
Kevin Donnelly <kevin@dotmon.com>
|
||||
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
bill@newbreedsoftware.com
|
||||
http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
June 14, 2002 - May 30, 2004
|
||||
June 14, 2002 - June 5, 2004
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -386,7 +386,7 @@ Options
|
|||
|--------------------+------------------+---------|
|
||||
|catalan |catala | |
|
||||
|--------------------+------------------+---------|
|
||||
|chinese | | |
|
||||
|chinese |simplified-chinese| |
|
||||
|--------------------+------------------+---------|
|
||||
|croatian |hrvatski | |
|
||||
|--------------------+------------------+---------|
|
||||
|
|
@ -444,10 +444,12 @@ Options
|
|||
|--------------------+------------------+---------|
|
||||
|tamil | | |
|
||||
|--------------------+------------------+---------|
|
||||
|vietnamese | | |
|
||||
|traditional-chinese | | |
|
||||
|--------------------+------------------+---------|
|
||||
|turkish | | |
|
||||
|--------------------+------------------+---------|
|
||||
|vietnamese | | |
|
||||
|--------------------+------------------+---------|
|
||||
|walloon |walon | |
|
||||
|--------------------+------------------+---------|
|
||||
|welsh |cymraeg | |
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ New Breed Software</p>
|
|||
<p><a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a><br>
|
||||
<a href="http://www.newbreedsoftware.com/tuxpaint/">http://www.newbreedsoftware.com/tuxpaint/</a></p>
|
||||
|
||||
<p>June 14, 2002 - May 30, 2004</p>
|
||||
<p>June 14, 2002 - June 5, 2004</p>
|
||||
</center>
|
||||
|
||||
<hr size=2 noshade>
|
||||
|
|
@ -518,7 +518,7 @@ New Breed Software</p>
|
|||
</tr>
|
||||
<tr>
|
||||
<td><code>chinese</code></td>
|
||||
<td> </td>
|
||||
<td><code>simplified-chinese</code></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
@ -662,7 +662,7 @@ New Breed Software</p>
|
|||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>vietnamese</code></td>
|
||||
<td><code>traditional-chinese</code></td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
|
|
@ -671,6 +671,11 @@ New Breed Software</p>
|
|||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>vietnamese</code></td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>walloon</code></td>
|
||||
<td><code>walon</code></td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue