fix: Update localizations for consistency#287
fix: Update localizations for consistency#287dandwyer wants to merge 1 commit intoRaidTheory:mainfrom
Conversation
dandwyer
commented
Apr 14, 2026
- build: Add GitHub Actions workflow and Dependabot configuration
- test: Add localized text type and associated tests
- fix: Make changes to eliminate xfail for localized text validation tests
|
Here are workflow test results for each of the 3 loosely related commits in this PR: |
|
@dandwyer I suggest that you split this PR in multiple ones by topic:
Because: as a single pull request it is an "all or nothing" thing: if the maintainer disagrees with some tiny thing, the whole changes are stalled, even thou some of these are basically no-brainers. |
|
Thanks for the feedback. I will firstly revise this PR to address 1. Then, I can follow up with 2, which was meant to be architectural enforcement to prevent inconsistency. As an example, 1 is largely rework related to another good faith attempt to make same updates, but some got missed and/or reversions got introduced later due to lack of architectural enforcement. |
There was a problem hiding this comment.
Only changed as a result of running bun run format so that bun run check would pass.
There was a problem hiding this comment.
Removed this from scope of PR in latest push since it is not strictly required and in scope of adjacent #290 .
There was a problem hiding this comment.
Changed name to match ko-KR convention established by: #249
| "en": "Hurricane", | ||
| "de": "Hurrikan", | ||
| "fr": "Ouragan", | ||
| "es": "Huracán", | ||
| "pt": "Furacão", | ||
| "pt-BR": "Furacão", | ||
| "pl": "Huragan", | ||
| "no": "Orkan", | ||
| "da": "Orkan", | ||
| "it": "Uragano", | ||
| "ja": "ハリケーン", | ||
| "ko-KR": "허리케인", | ||
| "zh-CN": "飓风", | ||
| "zh-TW": "颶風", | ||
| "ru": "Ураган", | ||
| "tr": "Kasırga", | ||
| "uk": "Ураган", | ||
| "hr": "Uragan", | ||
| "sr": "Uragan", | ||
| "he": "הוריקן" |
There was a problem hiding this comment.
These translations are care of ChatGPT.
| "en": "Dam Battlegrounds", | ||
| "es": "presas_campos_de_batalla", | ||
| "fr": "Champ de Bataille du Barrage", | ||
| "he": "שדות הקרב של הסכר", |
There was a problem hiding this comment.
he translations are care of ChatGPT.
|
@baschny : Changes are now limited in scope to data fixes per your request. |
Very cool! I was not "requesting" it, it was just a suggestion - as I am not the maintainer of this (its @mattmarcin) - I am just a contributor. Nevertheless the split up pull requests made it much easier to understand and merge individually. The "ui" file might require some work from Matt still on arctracker.io, I think this is the reason why it was not changed yet. |
@baschny: Thank you for your comprehensive review. @mattmarcin: I can remove the |
|
Last force push was to rebase to |