-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
We need to add https://github.com/sillsdev/languageforge-lexbox/blob/develop/platform.bible-extension/contributions/localizedStrings.json to the https://crowdin.com/project/language-depot source files. Crowdin can handle the format and correctly extract the strings for translation, using their keys (the string ids) for context.
There are a couple complications:
- We only want the
"en"section oflocalizedStrings.jsonconsidered for source strings - The translations will be:
- either downloaded one
.jsonfile per language, which need to be merge into their respective sections inlocalizedStrings.json; - or downloaded as a single XLIFF file, which we'll then need to convert into the right
.jsonformat
- either downloaded one
Reactions are currently unavailable