-
Notifications
You must be signed in to change notification settings - Fork 833
Labels
BugTranslationAddition or modification of a language to the translations.Addition or modification of a language to the translations.good first issueGood for new contributors.Good for new contributors.
Description
Example the Dutch: "Jouw Port werd veroverd" where 'Port' is the English unit name instead of the Dutch 'Haven'.
So we have "Your {unit} was captured by {name}" (unit_captured_by_enemy). Here, {unit} needs to be localized. Probably by translating the unit name [ something like translateText("unit_type."+.this.type()), not simply sending this.type() ], when sending it from
OpenFrontIO/src/core/game/UnitImpl.ts
Line 213 in 1311725
| { unit: this.type(), name: newOwner.displayName() }, |
The above is one example, there are more strings like this.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugTranslationAddition or modification of a language to the translations.Addition or modification of a language to the translations.good first issueGood for new contributors.Good for new contributors.
Type
Projects
Status
Triage