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 of localizedStrings.json considered for source strings
- The translations will be:
- either downloaded one
.json file per language, which need to be merge into their respective sections in localizedStrings.json;
- or downloaded as a single XLIFF file, which we'll then need to convert into the right
.json format
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:
"en"section oflocalizedStrings.jsonconsidered for source strings.jsonfile per language, which need to be merge into their respective sections inlocalizedStrings.json;.jsonformat