Skip to content

Does this framework support automatic syncing of new strings across locales? #644

Answered by ivanhofer
Nickersoft asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Nickersoft,

that functionality is currently not possible with the provided tools. I already have thought about this, but never had the time to implement it.
All needed functions are already available (exporter, importer and extendDictionary). Someone just needs to connect them, integrate it into the generator (probably here) and add a flag for it.

If you have a CI job that just does the syncing, then you could write a script that overrides the type of Translation to BaseTranslation just for that job to finish and push the strings. Or don't run type-checks at all during that job.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ivanhofer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants