mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Use wordy2 in Dutch to capitalize één as Eén
The number "one" in Dutch is "één" (silly, I know :P). Capital letters can have accents, but there's an exception where for this specific word, the first accent is much more often left off than not. So I'm now using wordy2 as the uppercase variants of all the numbers, and using that instead of the |upper flag.
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
40b0f9ec36
commit
ba92174c71
@@ -343,9 +343,9 @@
|
||||
<string english=" / " translation=" / " explanation="inserted between two times, ex: 0:46.90 / 1:15.99. Time trial results"/>
|
||||
<string english="{n_trinkets}/{max_trinkets}" translation="{n_trinkets}/{max_trinkets}" explanation="ex: 2/5"/>
|
||||
<string english="{n_trinkets} of {max_trinkets}" translation="{n_trinkets} van {max_trinkets}" explanation="ex: 2 of 5"/>
|
||||
<string english="{n_trinkets|wordy} out of {max_trinkets|wordy}" translation="{n_trinkets|wordy|upper} van de {max_trinkets|wordy}" explanation="ex: One out of Twenty, see numbers.xml. You can add |upper for an uppercase letter." max="34"/>
|
||||
<string english="{savebox_n_trinkets|wordy}" translation="{savebox_n_trinkets|wordy|upper}" explanation="trinket count in telesave/quicksave information box. You can add |upper for an uppercase letter."/>
|
||||
<string english="{gamecomplete_n_trinkets|wordy}" translation="{gamecomplete_n_trinkets|wordy|upper}" explanation="trinket count on Game Complete screen (after Trinkets Found:) You can add |upper for an uppercase letter."/>
|
||||
<string english="{n_trinkets|wordy} out of {max_trinkets|wordy}" translation="{n_trinkets|wordy2} van de {max_trinkets|wordy}" explanation="ex: One out of Twenty, see numbers.xml. You can add |upper for an uppercase letter." max="34"/>
|
||||
<string english="{savebox_n_trinkets|wordy}" translation="{savebox_n_trinkets|wordy2}" explanation="trinket count in telesave/quicksave information box. You can add |upper for an uppercase letter."/>
|
||||
<string english="{gamecomplete_n_trinkets|wordy}" translation="{gamecomplete_n_trinkets|wordy2}" explanation="trinket count on Game Complete screen (after Trinkets Found:) You can add |upper for an uppercase letter."/>
|
||||
<string english="+1 Rank!" translation="+1 score!" explanation="time trial rank was upgraded (B → A → S → V). B is minimum, which is purposefully high (see it as 7/10) - S is a popular rank above A in a lot of games, so VVVVVV added a rank above that." max="12"/>
|
||||
<string english="Rank:" translation="Score:" explanation="time trial rank" max="9"/>
|
||||
<string english="B" translation="B" explanation="time trial rank" max="5"/>
|
||||
|
||||
Reference in New Issue
Block a user