diff options
author | Yasin <LifeIsAParadox@users.noreply.github.com> | 2023-06-10 21:52:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-10 21:52:59 +0200 |
commit | 900b60a62e421e38cf69cc075b2b05a56e2160d2 (patch) | |
tree | 071ee6ec03325a0f5fcdcd063cd8432a4856376e /src/main/resources | |
parent | cc4dc0da40c98985e50dcba9fd1e7a7efb229026 (diff) | |
parent | cfc5d023305ecabdab70da4216fa7367d6dda331 (diff) | |
download | Skyblocker-900b60a62e421e38cf69cc075b2b05a56e2160d2.tar.gz Skyblocker-900b60a62e421e38cf69cc075b2b05a56e2160d2.tar.bz2 Skyblocker-900b60a62e421e38cf69cc075b2b05a56e2160d2.zip |
Merge pull request #174 from AzureAaron/canadian-english
Add Canadian English
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_ca.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_ca.json b/src/main/resources/assets/skyblocker/lang/en_ca.json new file mode 100644 index 00000000..73255e03 --- /dev/null +++ b/src/main/resources/assets/skyblocker/lang/en_ca.json @@ -0,0 +1,11 @@ +{ + "text.autoconfig.skyblocker.option.general.bars": "Health, Mana, Defence & XP Bars", + + "text.autoconfig.skyblocker.option.locations.dungeons.croesusHelper.@Tooltip": "Grey out chests that have already been opened.", + "text.autoconfig.skyblocker.option.locations.dungeons.lividColor": "Livid Colour", + "text.autoconfig.skyblocker.option.locations.dungeons.lividColor.enableLividColor": "Enable Livid Colour", + "text.autoconfig.skyblocker.option.locations.dungeons.lividColor.enableLividColor.@Tooltip": "Send the livid colour in the chat during the Livid boss fight.", + "text.autoconfig.skyblocker.option.locations.dungeons.lividColor.lividColorText": "Livid Colour Text", + "text.autoconfig.skyblocker.option.locations.dungeons.lividColor.lividColorText.@Tooltip": "Text which will be sent in the chat during the Livid boss fight. The string \"[color]\" will be replaced with the livid colour.", + "text.autoconfig.skyblocker.option.locations.dungeons.terminals.solveColor": "Solve Select Coloured" +} |