mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-22 01:12:19 -05:00
Additions for the German currencies in randomizer.cpp (#4289)
* Additions for the German currencies in randomizer.cpp * Additions for the German translation in hint_list_exclude_dungeon.cpp * Fixes for the German translation in z_select.c * Fixes for the German translation in z_select.c * Additions for the German translation in hint_list_exclude_overworld.cpp
This commit is contained in:
parent
9c2e773ce4
commit
9d7d4bffa2
@ -108,13 +108,15 @@ static const char* englishRupeeNames[171] = {
|
||||
"Zorkmids"
|
||||
};
|
||||
|
||||
static const char* germanRupeeNames[41] = {
|
||||
static const char* germanRupeeNames[56] = {
|
||||
"Rubine", "Mäuse", "Kröten", "Münzen", "Euro", "Mark", "Bananen",
|
||||
"Gummibären", "Bonbons", "Diamanten", "Bratwürste", "Bitcoin", "Dogecoin", "Monde",
|
||||
"Sterne", "Brause UFOs", "Taler", "Sternis", "Schilling", "Freunde", "Seelen",
|
||||
"Gil", "Zenny", "Pfandflaschen", "Knochen", "Pilze", "Smaragde", "Kronkorken",
|
||||
"Pokédollar", "Brötchen", "EXP", "Wagenchips", "Moos", "Knete", "Kohle",
|
||||
"Kies", "Radieschen", "Diridari", "Steine", "Kartoffeln", "Penunze"
|
||||
"Kies", "Radieschen", "Diridari", "Steine", "Kartoffeln", "Penunze", "ECU",
|
||||
"Franken", "Cent", "Pfennig", "Groschen", "Rappen", "Gulden", "Kreuzer",
|
||||
"Kronen", "Forint", "Heller", "Pfund", "Karolin", "Pesa", "Tael"
|
||||
};
|
||||
|
||||
static const char* frenchRupeeNames[36] = {
|
||||
|
Loading…
Reference in New Issue
Block a user