ci(i18n): first pull, only automatic a-z re-ordering

This commit is contained in:
Lemmy
2026-07-18 01:36:29 -04:00
parent cd74418265
commit 1e23c02e0b
24 changed files with 881 additions and 671 deletions
+11 -3
View File
@@ -1,5 +1,13 @@
{
"settings.show_text.label": "Show text on bar",
"settings.notify_change.label": "Notify change",
"settings.hide_on_default.label": "Hide on default keymode"
"settings": {
"hide_on_default": {
"label": "Hide on default keymode"
},
"notify_change": {
"label": "Notify change"
},
"show_text": {
"label": "Show text on bar"
}
}
}