diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-06-10 15:51:12 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-06-10 15:51:12 -0400 |
commit | cfc5d023305ecabdab70da4216fa7367d6dda331 (patch) | |
tree | 071ee6ec03325a0f5fcdcd063cd8432a4856376e /src | |
parent | cc4dc0da40c98985e50dcba9fd1e7a7efb229026 (diff) | |
download | Skyblocker-cfc5d023305ecabdab70da4216fa7367d6dda331.tar.gz Skyblocker-cfc5d023305ecabdab70da4216fa7367d6dda331.tar.bz2 Skyblocker-cfc5d023305ecabdab70da4216fa7367d6dda331.zip |
Add Canadian English
Diffstat (limited to 'src')
-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" +} |