Add French translation - #1
Open
MattrimCotton wants to merge 1 commit into
Open
Conversation
Adds Translations/BeforeTheStormAccess.strings.fr.txt, covering all 69 speech keys from Loc.cs. Generated from the runtime translation template and verified in-game (LogOutput.log: "Loc: loaded 69 strings for 'fr'."). Also updates scripts/Package-Mod.ps1 to copy Translations/*.txt into BepInEx/plugins when building a release zip, so translations ship automatically going forward. "Backtalk" is translated as "Joute verbale" as a reasonable fan-translation choice; not verified against any official French localization terminology. The W/D/S/A key names in help_text are left untranslated on purpose since NavigationHandler/HotspotHandler check literal KeyCode.W/A/S/D regardless of the game's text language.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
Translations/BeforeTheStormAccess.strings.fr.txt, covering all 69 speech keys fromLoc.cs. Generated from the runtime translation template and verified in-game (LogOutput.log: "Loc: loaded 69 strings for 'fr'.").Also updates
scripts/Package-Mod.ps1to copyTranslations/*.txtintoBepInEx/pluginswhen building a release zip, so translations ship automatically going forward.Notes:
help_textare left untranslated on purpose sinceNavigationHandler/HotspotHandlercheck literalKeyCode.W/A/S/Dregardless of the game's text language.