mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-04 15:27:50 +07:00
Fix translation tests and wrongly translated conditionals (#5272)
This commit is contained in:
@ -215,11 +215,6 @@ Reach highest influence above 60 for alliance. =
|
||||
When Friends: =
|
||||
When Allies: =
|
||||
The unique luxury is one of: =
|
||||
Provides [stats] [cityFilter] =
|
||||
Provides [stats] per turn =
|
||||
Provides [amount] Happiness =
|
||||
Provides military units every ≈[amount] turns =
|
||||
Provides a unique luxury =
|
||||
|
||||
Demand Tribute =
|
||||
Tribute Willingness =
|
||||
@ -1294,6 +1289,7 @@ Invisible to others =
|
||||
# In this case "<when at war>" is a conditional.
|
||||
when not at war =
|
||||
when at war =
|
||||
if this city has at least [amount] specialists =
|
||||
|
||||
# In English we just paste all these conditionals at the end of each unique, but in your language that
|
||||
# may not turn into valid sentences. Therefore we have the following two translations to determine
|
||||
@ -1319,12 +1315,11 @@ ConditionalsPlacement =
|
||||
# Note that this example currently doesn't make sense yet, as those conditionals do not exist, but they will in the future.
|
||||
|
||||
<if this city has at least [amount] specialists> <when at war> <when not at war> =
|
||||
<when at war> <when not at war> =
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# AUTOMATICALLY GENERATED TRANSLATABLE STRINGS
|
||||
########################### AUTOMATICALLY GENERATED TRANSLATABLE STRINGS ###########################
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user