1
mirror of https://github.com/Shiewk/Widgets.git synced 2026-04-28 11:34:17 +02:00

Ability to choose between 2 units on BandwidthWidget

This commit is contained in:
Shy
2024-12-16 14:43:56 +01:00
parent 8d33de5eca
commit 3ea014a8e5
3 changed files with 39 additions and 13 deletions
@@ -93,5 +93,6 @@
"widgets.widgets.biome.label": "Biom: %s",
"widgets.widgets.biome": "Biom",
"widgets.widgets.biome.description": "Zeigt das Biom an, in dem du dich befindest.",
"widgets.widgets.common.showLabel": "Beschriftung anzeigen"
"widgets.widgets.common.showLabel": "Beschriftung anzeigen",
"widgets.widgets.bandwidth.unit": "Einheit"
}
@@ -93,5 +93,6 @@
"widgets.widgets.biome.label": "Biome: %s",
"widgets.widgets.biome": "Biome",
"widgets.widgets.biome.description": "Shows the biome you're currently in.",
"widgets.widgets.common.showLabel": "Show label"
"widgets.widgets.common.showLabel": "Show label",
"widgets.widgets.bandwidth.unit": "Unit"
}