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
+14 -14
View File
@@ -1,16 +1,16 @@
{
"settings": {
"show_centibeats": {
"label": "Display subbeats",
"description": "Toggle subbeat display (.xx)"
},
"beat_display": {
"label": "Display .beats",
"description": "Toggle internet time notation (.beats)"
},
"time_format_toggle": {
"label": "Toggle 24HR time",
"description": "Display 24 hour time"
}
"settings": {
"beat_display": {
"description": "Toggle internet time notation (.beats)",
"label": "Display .beats"
},
"show_centibeats": {
"description": "Toggle subbeat display (.xx)",
"label": "Display subbeats"
},
"time_format_toggle": {
"description": "Display 24 hour time",
"label": "Toggle 24HR time"
}
}
}
}