You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When refreshing translations from the CLI, all translation files must add a "new" flag for translations that have newly been added, or a "dirty" flag when the sentence has changed in source language.
New sentences to translate:
{
"source": "XX",
"new": true
}
Modified in source languages:
{
"source": "Updated version of XXX",
"target": "Translation of old XXX",
"dirty": true
}
The text was updated successfully, but these errors were encountered:
When refreshing translations from the CLI, all translation files must add a "new" flag for translations that have newly been added, or a "dirty" flag when the sentence has changed in source language.
New sentences to translate:
Modified in source languages:
The text was updated successfully, but these errors were encountered: