Improve disconnection/reconnection UX

This commit is contained in:
Dermot Duffy
2022-06-23 05:08:53 +00:00
parent 839d4f3f8a
commit fff6d7ecad
8 changed files with 75 additions and 21 deletions
+10
View File
@@ -0,0 +1,10 @@
# Review comments generated by i18n-ally. Please commit this file.
reviews:
error.reconnecting:
locales:
pt-BR:
translation_candidate:
source: en
text: Reconectando
time: '2022-06-23T03:45:39.286Z'
+7 -8
View File
@@ -1,9 +1,8 @@
{
"i18n-ally.localesPaths": [
"src/localize/languages"
],
"i18n-ally.keystyle": "nested",
"i18n-ally.sortKeys": true,
"i18n-ally.keepFulfilled": true,
"i18n-ally.editor.preferEditor": true
}
"i18n-ally.localesPaths": ["src/localize/languages"],
"i18n-ally.keystyle": "nested",
"i18n-ally.sortKeys": true,
"i18n-ally.keepFulfilled": true,
"i18n-ally.editor.preferEditor": true,
"i18n-ally.translate.saveAsCandidates": true
}