Fixed locale stamp sound effect bug. (John Popplewell)
This commit is contained in:
parent
145ff595b8
commit
07f08cef86
4 changed files with 35 additions and 9 deletions
|
|
@ -7,10 +7,17 @@ bill@newbreedsoftware.com
|
|||
http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
|
||||
2003.February.26 (0.9.11)
|
||||
2003.February.28 (0.9.11)
|
||||
* Set $OUTPUT_CHARSET for Japanese locale, to fix Win32 issue.
|
||||
TOYAMA Shin-ichi <kyone@tky2.3web.ne.jp>
|
||||
|
||||
* Lithuanian translation.
|
||||
Mantas Kriauciunas <monte@mail.lt>
|
||||
Rita Verbauskait? <verba@centras.lt>,
|
||||
|
||||
* Fixed bug that would cause some translated stamp sounds to not load.
|
||||
John Popplewell <john@johnnypops.demon.co.uk>
|
||||
|
||||
|
||||
2003.February.22 (0.9.10)
|
||||
* UTF-8 stamp descriptions word-wrap around spaces.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Tux Paint
|
||||
0.9.10
|
||||
0.9.11
|
||||
|
||||
A simple drawing program for children
|
||||
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
bill@newbreedsoftware.com
|
||||
http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
June 14, 2002 - February 22, 2003
|
||||
June 14, 2002 - February 28, 2003
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -349,6 +349,8 @@ Options
|
|||
|--------------------+------------------+---------|
|
||||
|korean | | |
|
||||
|--------------------+------------------+---------|
|
||||
|lithuanian |lietuviu | |
|
||||
|--------------------+------------------+---------|
|
||||
|norwegian |nynorsk | |
|
||||
|--------------------+------------------+---------|
|
||||
|polish |polski | |
|
||||
|
|
@ -523,6 +525,8 @@ Options
|
|||
|---------------+-------------------+--------------------|
|
||||
|ko_KR.UTF-8 (*)| |Korean |
|
||||
|---------------+-------------------+--------------------|
|
||||
|lt_LT.UTF-8 (*)|Lietuviu |Lithuanian |
|
||||
|---------------+-------------------+--------------------|
|
||||
|nn_NO |Norsk (nynorsk) |Norwegian Nynorsk |
|
||||
|---------------+-------------------+--------------------|
|
||||
|nl_NL@euro | |Dutch |
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ alink="#FF00FF">
|
|||
<h1><img src="images/tuxpaint-title.png" width=220 height=219
|
||||
alt="Tux Paint"><br>
|
||||
|
||||
0.9.10
|
||||
0.9.11
|
||||
|
||||
</h1>
|
||||
<h3>A simple drawing program for children</h3>
|
||||
|
|
@ -21,7 +21,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 - February 22, 2003</p>
|
||||
<p>June 14, 2002 - February 28, 2003</p>
|
||||
</center>
|
||||
|
||||
<hr size=2 noshade>
|
||||
|
|
@ -503,6 +503,11 @@ New Breed Software</p>
|
|||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>lithuanian</code></td>
|
||||
<td><code>lietuviu</code></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>norwegian</code></td>
|
||||
<td><code>nynorsk</code></td>
|
||||
|
|
@ -800,6 +805,11 @@ New Breed Software</p>
|
|||
<td> </td>
|
||||
<td>Korean</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>lt_LT.UTF-8</code> (*)</td>
|
||||
<td>Lietuviu</td>
|
||||
<td>Lithuanian</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>nn_NO</code></td>
|
||||
<td>Norsk (nynorsk)</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue