mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-06 05:24:46 +01:00
add Romanian
This commit is contained in:
parent
d8a89abd53
commit
fb7a819db7
2 changed files with 3 additions and 0 deletions
|
@ -268,6 +268,7 @@
|
|||
<item>@string/lang_name_greek</item> <!--0x12-->
|
||||
<item>@string/lang_name_slovak</item> <!--0x13-->
|
||||
<item>@string/lang_name_hungarian</item> <!--0x14-->
|
||||
<item>@string/lang_name_romanian</item> <!--0x15-->
|
||||
</string-array>
|
||||
|
||||
<string-array name="language_codes">
|
||||
|
@ -292,6 +293,7 @@
|
|||
<item>el</item>
|
||||
<item>sk</item>
|
||||
<item>hu</item>
|
||||
<item>ro</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Triples of Name, supported codes, and URL format string -->
|
||||
|
|
|
@ -2158,6 +2158,7 @@
|
|||
<string name="lang_name_greek">Greek</string>
|
||||
<string name="lang_name_slovak">Slovak</string>
|
||||
<string name="lang_name_hungarian">Hungarian</string>
|
||||
<string name="lang_name_romanian">Romanian</string>
|
||||
<!-- for loc item edit menu -->
|
||||
<!-- Button to clear wordlist filter config (but not re-apply the
|
||||
filter). And other uses...-->
|
||||
|
|
Loading…
Reference in a new issue