1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-01 19:18:28 -04:00

i18n: term overhaul

- Delete ~160-ish useless terms
- Add context to more terms
- Add a mechanism to duplicate the same terms with different contexts
- sync
This commit is contained in:
bbedward
2026-07-16 12:15:20 -04:00
parent 6c45413d7a
commit 3c0f2cbc48
83 changed files with 19570 additions and 20947 deletions
+2 -2
View File
@@ -494,7 +494,7 @@ FloatingWindow {
spacing: Theme.spacingXS
StyledText {
text: I18n.tr("Processes:", "process count label in footer")
text: I18n.tr("Processes", "process count label in footer") + ":"
font.pixelSize: Theme.fontSizeSmall
color: Theme.surfaceVariantText
}
@@ -511,7 +511,7 @@ FloatingWindow {
spacing: Theme.spacingXS
StyledText {
text: I18n.tr("Uptime:", "uptime label in footer")
text: I18n.tr("Uptime", "uptime label in footer") + ":"
font.pixelSize: Theme.fontSizeSmall
color: Theme.surfaceVariantText
}