Added Telugu support and TTF font (a GPL one in Debian & Ubuntu)
This commit is contained in:
parent
412b2a35ff
commit
29bcdacab5
11 changed files with 596 additions and 13 deletions
|
|
@ -372,6 +372,9 @@ $Id$
|
|||
* Tamil
|
||||
Mugunth <mugunth@thamizha.com>
|
||||
|
||||
* Telugu
|
||||
Pavithran Shakamuri <pavithran.s@gmail.com>
|
||||
|
||||
* Thai
|
||||
Ouychai Chaita <ae.freeman@gmail.com>
|
||||
|
||||
|
|
|
|||
|
|
@ -81,6 +81,11 @@ $Id$
|
|||
hid on-screen mouse cursor, disabled Print and Text tools)
|
||||
Alessandro Pasotti <apasotti@gmail.com>
|
||||
|
||||
* New Translations:
|
||||
-----------------
|
||||
* Telugu -- includes "te.ttf" font
|
||||
Pavithran Shakamuri <pavithran.s@gmail.com>
|
||||
|
||||
* Translation Updates:
|
||||
--------------------
|
||||
* Basque
|
||||
|
|
|
|||
|
|
@ -3,13 +3,13 @@
|
|||
|
||||
Options Documentation
|
||||
|
||||
Copyright 2002-2006 by Bill Kendrick and others
|
||||
Copyright 2002-2007 by Bill Kendrick and others
|
||||
New Breed Software
|
||||
|
||||
bill@newbreedsoftware.com
|
||||
http://www.tuxpaint.org/
|
||||
|
||||
October 26, 2006
|
||||
April 24, 2007
|
||||
|
||||
--------------------------------------------------------------------------
|
||||
|
||||
|
|
@ -465,6 +465,8 @@ Windows Users
|
|||
|--------------------+---------------------+---------------|
|
||||
|tamil | | |
|
||||
|--------------------+---------------------+---------------|
|
||||
|telugu | | |
|
||||
|--------------------+---------------------+---------------|
|
||||
|thai | | |
|
||||
|--------------------+---------------------+---------------|
|
||||
|tibetan | | |
|
||||
|
|
@ -771,6 +773,8 @@ Available Languages
|
|||
|---------------+---------------------+---------------------|
|
||||
|ta_IN (*) | |Tamil |
|
||||
|---------------+---------------------+---------------------|
|
||||
|te_IN (*) | |Telugu |
|
||||
|---------------+---------------------+---------------------|
|
||||
|th_TH (*) | |Thai |
|
||||
|---------------+---------------------+---------------------|
|
||||
|tl_PH (*) | |Tagalog |
|
||||
|
|
|
|||
|
|
@ -16,13 +16,13 @@ version
|
|||
</h1>
|
||||
<h2>Options Documentation</h2>
|
||||
|
||||
<p>Copyright 2002-2006 by Bill Kendrick and others<br>
|
||||
<p>Copyright 2002-2007 by Bill Kendrick and others<br>
|
||||
New Breed Software</p>
|
||||
|
||||
<p><a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a><br>
|
||||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
|
||||
|
||||
<p>October 26, 2006</p>
|
||||
<p>April 24, 2007</p>
|
||||
</center>
|
||||
|
||||
<hr size=2 noshade>
|
||||
|
|
@ -721,6 +721,11 @@ New Breed Software</p>
|
|||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>telugu</code></td>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>thai</code></td>
|
||||
<td> </td>
|
||||
|
|
@ -1283,6 +1288,11 @@ New Breed Software</p>
|
|||
<td> </td>
|
||||
<td>Tamil</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>te_IN</code> (*)</td>
|
||||
<td> </td>
|
||||
<td>Telugu</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>th_TH</code> (*)</td>
|
||||
<td> </td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue