Skip to content

Commit 679ee1b

Browse files
asimoneclaude
andcommitted
Translate all Help modal updates across all 29 locales
- Add helpMouseHotasLabel + trim body for all locales - Add helpIntro4, helpSettingsTitle, helpConflictsLabel/Body for all locales - Update helpIntro2/3, helpSplitBody, helpPhysBody1, helpLangBody, helpResetLabel/Body for all locales - Add helpCreditBy and helpCreditNote translations for all locales - Make Mouse and HOTAS Keybinds label bold in HelpModal - Wire helpCreditBy and helpCreditNote as translation keys in HelpModal Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 9faf198 commit 679ee1b

2 files changed

Lines changed: 421 additions & 189 deletions

File tree

src/components/HelpModal.jsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ export default function HelpModal({ onClose }) {
2424
<p>
2525
<strong>{t('languageRegion')}</strong> {t('helpLangBody')}
2626
</p>
27-
<p>{t('helpMouseHotasBody')}</p>
27+
<p>
28+
<strong>{t('helpMouseHotasLabel')}</strong> {t('helpMouseHotasBody')}
29+
</p>
2830
<p>
2931
<strong>{t('helpConflictsLabel')}</strong> {t('helpConflictsBody')}
3032
</p>
@@ -33,11 +35,11 @@ export default function HelpModal({ onClose }) {
3335
</p>
3436

3537
<p className="help-credit">
36-
Built by Andrew{' — '}
38+
{t('helpCreditBy')}{' — '}
3739
<a href="mailto:andrew@keybinds.help">andrew@keybinds.help</a>
3840
</p>
3941
<p className="help-credit-note">
40-
(I speak English and a small amount of French and German, but we both always have computer translation to help our communication if you have questions, feature requests, or bug reports.)
42+
{t('helpCreditNote')}
4143
</p>
4244
</div>
4345
<div className="modal-actions">

0 commit comments

Comments
 (0)