Fix incomplete session description#1001
Conversation
Recent entries were added to the middle of ARB files instead of following the template order from intl_en.arb. This commit normalizes all ARB files to match the template structure exactly: - Reordered all keys to match intl_en.arb - Moved entries that were inserted in the middle to their correct positions - Added missing metadata descriptions - Maintained 4-space indentation style Changes: - 62 ARB files normalized (intl_zh.arb was already correct) - All files now pass order validation checks Tool used: scripts/normalize_arb_order.py
This comment has been minimized.
This comment has been minimized.
Localized 361 new translation keys for all 63 supported languages, including puzzle features, voice assistant settings, game variants, and UI elements. Translation highlights: - High-quality native translations for: ar, de, es, fr, it, ja, ko, nl, pt, ru, sv, zh - Proper localization of: * Puzzle system (パズル, Énigmes, Головоломки, etc.) * Voice assistant features * Game difficulty levels * Month names and UI elements * Game variant names (preserved as transliterations) - RTL language support for Arabic, Hebrew, Persian, Urdu - ICU MessageFormat placeholders preserved Total translations added: ~22,000+ across 63 languages Languages: af, am, ar, az, be, bg, bn, bo, bs, ca, cs, da, de, de_CH, el, es, et, fa, fi, fr, gu, he, hi, hr, hu, hy, id, is, it, ja, ka, km, kn, ko, lt, lv, mk, ms, my, nb, nl, pl, pt, ro, ru, si, sk, sl, sq, sr, sv, sw, ta, te, th, tr, uk, ur, uz, vi, zh, zh_Hant, zu
@check-spelling-bot Report🔴 Please reviewSee the 📂 files view, the 📜action log, or 📝 job summary for details.Unrecognized words (40)These words are not needed and should be removedBlabla bmf NMove NOCOLOR SId SubtagsTo accept these unrecognized words as correct and remove the previously acknowledged and now absent words, you could run the following commands... in a clone of the git@github.com:calcitem/Sanmill.git repository curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/main/apply.pl' |
perl - 'https://github.com/calcitem/Sanmill/actions/runs/19485783094/attempts/1' &&
git commit -m 'Update check-spelling metadata'OR To have the bot accept them for you, comment in the PR quoting the following line: Forbidden patterns 🙅 (2)In order to address this, you could change the content to not match the forbidden patterns (comments before forbidden patterns may help explain why they're forbidden), add patterns for acceptable instances, or adjust the forbidden patterns themselves. These forbidden patterns matched content: s.b. intoPatternErrors and Warnings ❌ (2)See the 📂 files view, the 📜action log, or 📝 job summary for details.
See ❌ Event descriptions for more information. If the flagged items are 🤯 false positivesIf items relate to a ...
|
Recent entries were added to the middle of ARB files instead of following the template order from intl_en.arb. This commit normalizes all ARB files to match the template structure exactly:
Changes:
Tool used: scripts/normalize_arb_order.py
📜 Description
💡 Motivation and Context
💚 How did you test it?
📝 Checklist
🔮 Next steps