Added translation key speedometer.config.error.missing_cloth.open_config
- Added Swedish and English translations
This commit is contained in:
@@ -63,9 +63,8 @@ public class Client {
|
|||||||
Component
|
Component
|
||||||
.translatable("speedometer.error.missing_cloth")
|
.translatable("speedometer.error.missing_cloth")
|
||||||
.withColor(new Color(190, 0, 0).getRGB())
|
.withColor(new Color(190, 0, 0).getRGB())
|
||||||
.append(" ")
|
|
||||||
.append(Component
|
.append(Component
|
||||||
.literal("Open Config")
|
.translatable("speedometer.error.missing_cloth.open_config")
|
||||||
.withStyle(ChatFormatting.UNDERLINE)
|
.withStyle(ChatFormatting.UNDERLINE)
|
||||||
.withStyle((style) -> style.withClickEvent(new ClickEvent.OpenFile(Config.getConfigPath())))
|
.withStyle((style) -> style.withClickEvent(new ClickEvent.OpenFile(Config.getConfigPath())))
|
||||||
), false);
|
), false);
|
||||||
|
|||||||
@@ -68,7 +68,8 @@
|
|||||||
|
|
||||||
"speedometer.config.error.size_outofbounds": "The size is out of bounds 10<=size<=300",
|
"speedometer.config.error.size_outofbounds": "The size is out of bounds 10<=size<=300",
|
||||||
|
|
||||||
"speedometer.error.missing_cloth": "Missing Cloth Config API for Config Screen",
|
"speedometer.error.missing_cloth": "Missing Cloth Config API for Config Screen, ",
|
||||||
|
"speedometer.error.missing_cloth.open_config": "Open Config",
|
||||||
|
|
||||||
"resourcepack.speedometer.quarter_circle_speedometer": "Quarter circle Speedometer"
|
"resourcepack.speedometer.quarter_circle_speedometer": "Quarter circle Speedometer"
|
||||||
}
|
}
|
||||||
@@ -68,7 +68,8 @@
|
|||||||
|
|
||||||
"speedometer.config.error.size_outofbounds": "Stolekten är felakting 10<=stolek<=300",
|
"speedometer.config.error.size_outofbounds": "Stolekten är felakting 10<=stolek<=300",
|
||||||
|
|
||||||
"speedometer.error.missing_cloth": "Saknar Cloth Config API för konfigurationsskärmen",
|
"speedometer.error.missing_cloth": "Saknar Cloth Config API för konfigurationsskärmen, ",
|
||||||
|
"speedometer.error.missing_cloth.open_config": "Öppna Config",
|
||||||
|
|
||||||
"resourcepack.speedometer.quarter_circle_speedometer": "Quarter circle Speedometer"
|
"resourcepack.speedometer.quarter_circle_speedometer": "Quarter circle Speedometer"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user