Feature request: Add --keep-translation flag to merge command #132
Labels
enhancement
New feature or request
good first issue
Good for newcomers
p:n
Priority: normal
question
Further information is requested
Milestone
Enhancement's description:
Merge currently has this issue where you cannot just receive additional strings upon an existing translation.
It would be much better to add a flag that allows taking in only new messages and contexts without overriding the existing base messages / contexts.
Use case
base-new.ts
japanese-old.ts
Expected behavior / output:
The file
japanese-to-translate.ts
contains the new locations, messages, and context from thebase-new.ts
file, and keeps the already translated strings.Sample translation file
To be refined
Sample expected / correct output file
To be refined
Question
The text was updated successfully, but these errors were encountered: