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
dart run slang analyze -full
_unused_translations.json:
{
"@@info": [
"Here are translations that exist in secondary locales but not in <ru>.",
"[--full enabled] Furthermore, translations not used in 'lib/' according to the 'tr.<path>' pattern are written into <ru>."
],
"ru": {
"scheduleFailedBlockDefault": "Редактирование невозможно"
}
....
}
Expected behavior
{
"@@info": [
"Here are translations that exist in secondary locales but not in <ru>.",
"[--full enabled] Furthermore, translations not used in 'lib/' according to the 'tr.<path>' pattern are written into <ru>."
],
"ru": { }
....
}
Additional context
3.31.1
The text was updated successfully, but these errors were encountered:
To Reproduce
tr_ru.i18n.json:
dart run slang analyze -full
_unused_translations.json:
Expected behavior
Additional context
3.31.1
The text was updated successfully, but these errors were encountered: