Skip to content

Commit

Permalink
Merge pull request #180 from R-Horizon2375/1.19
Browse files Browse the repository at this point in the history
new localisation files for British, Australian, and New Zealand English
  • Loading branch information
lucaargolo authored Sep 27, 2024
2 parents 1daa09a + d887c5e commit cbca017
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/main/resources/assets/seasons/lang/en_au.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"tooltip.seasons.spring": "Spring",
"tooltip.seasons.summer": "Summer",
"tooltip.seasons.fall": "Autumn",
"tooltip.seasons.winter": "Winter",
"tooltip.seasons.faster_grow": "Grows faster this season",
"tooltip.seasons.normal_grow": "Grows normally this season",
"tooltip.seasons.slowed_grow": "Grows slower this season",
"tooltip.seasons.not_grow": "Won't grow this season",
"tooltip.seasons.show_more": "Press %s to show more",

"chat.seasons.mod_installed": "Looks like you have %s installed!",
"chat.seasons.compatibility": "Get full Fabric Seasons compatibility installing the addon.",
"chat.seasons.mod_not_installed": "Looks like you don't have %s installed!",
"chat.seasons.extras": "Get custom items and blocks to help you on your adventure installed the addon.",
"chat.seasons.available_at": "Available at: ",
"chat.seasons.show_once": "This message will only show once.",

"commands.seasons.query_1": "The current season is %s.",
"commands.seasons.query_2": "There are %s days (%s ticks) left until %s."
}
21 changes: 21 additions & 0 deletions src/main/resources/assets/seasons/lang/en_gb.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"tooltip.seasons.spring": "Spring",
"tooltip.seasons.summer": "Summer",
"tooltip.seasons.fall": "Autumn",
"tooltip.seasons.winter": "Winter",
"tooltip.seasons.faster_grow": "Grows faster this season",
"tooltip.seasons.normal_grow": "Grows normally this season",
"tooltip.seasons.slowed_grow": "Grows slower this season",
"tooltip.seasons.not_grow": "Won't grow this season",
"tooltip.seasons.show_more": "Press %s to show more",

"chat.seasons.mod_installed": "Looks like you have %s installed!",
"chat.seasons.compatibility": "Get full Fabric Seasons compatibility installing the addon.",
"chat.seasons.mod_not_installed": "Looks like you don't have %s installed!",
"chat.seasons.extras": "Get custom items and blocks to help you on your adventure installed the addon.",
"chat.seasons.available_at": "Available at: ",
"chat.seasons.show_once": "This message will only show once.",

"commands.seasons.query_1": "The current season is %s.",
"commands.seasons.query_2": "There are %s days (%s ticks) left until %s."
}
21 changes: 21 additions & 0 deletions src/main/resources/assets/seasons/lang/en_nz.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"tooltip.seasons.spring": "Spring",
"tooltip.seasons.summer": "Summer",
"tooltip.seasons.fall": "Autumn",
"tooltip.seasons.winter": "Winter",
"tooltip.seasons.faster_grow": "Grows faster this season",
"tooltip.seasons.normal_grow": "Grows normally this season",
"tooltip.seasons.slowed_grow": "Grows slower this season",
"tooltip.seasons.not_grow": "Won't grow this season",
"tooltip.seasons.show_more": "Press %s to show more",

"chat.seasons.mod_installed": "Looks like you have %s installed!",
"chat.seasons.compatibility": "Get full Fabric Seasons compatibility installing the addon.",
"chat.seasons.mod_not_installed": "Looks like you don't have %s installed!",
"chat.seasons.extras": "Get custom items and blocks to help you on your adventure installed the addon.",
"chat.seasons.available_at": "Available at: ",
"chat.seasons.show_once": "This message will only show once.",

"commands.seasons.query_1": "The current season is %s.",
"commands.seasons.query_2": "There are %s days (%s ticks) left until %s."
}

0 comments on commit cbca017

Please sign in to comment.