-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat (i18n) french locale #76
base: release-0.1.0
Are you sure you want to change the base?
Conversation
@@ -122,7 +122,7 @@ | |||
"Defense": "Defense", | |||
"SensesRange": "Sense", | |||
"MovementRate": "Move", | |||
"LiftingCapactiy": "Lifting Capactiy", | |||
"LiftingCapacity": "Lifting Capacity", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
source and i18n key typo
@@ -91,7 +91,7 @@ export const enum Skill { | |||
|
|||
export const enum DerivedStatistic { | |||
MovementRate = 'mvr', | |||
LiftingCapactiy = 'lif', | |||
LiftingCapacity = 'lif', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not related, typo in the code while looking for the i18n key typo
{ | ||
"lang": "fr", | ||
"name": "Français", | ||
"path": "lang/fr.json" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
declaring the new locale
feel free to @ ping me when the source en.json locale file is in a semi-final state, i'll update this PR to match the en.json file :) |
Since we're keeping this open until the localisation file is in a somewhat stable state, I'm going to go ahead and convert this to a draft PR. I'll @ ping when there's not too many more changes to the localisation file. |
Type
Feature : french sheet internationalization
Description
adding french locale file + enable it in the config + fix one small typo
Related Issue
Closes #75
How Has This Been Tested?
only localy built. I do NOT have a foundry license and can't test in game.
Also, I don't know if I need to change anything else to enable/toggle the french locale to test it.
Checklist:
Additional context
For future translators : Deliberately used the english word for the "Focus" Resource. The closest french word, "Concentration" doesn't works well for this resource. Reverted to Focus since it's also used as is in french.
For a full i18n experience, imperial system should be translated to metrics because french can't grasp the imperial system. But this would be a bit more work than just adding a translation file.