forked from GeyserMC/Geyser
Add Translation support (#504)
Adds full multi-language support to any Bedrock-supported language. Co-authored-by: DoctorMacc <toy.fighter1@gmail.com>
This commit is contained in:
parent
d1e5960d69
commit
cfaf4051b7
51 changed files with 504 additions and 191 deletions
|
@ -78,8 +78,8 @@ allow-third-party-ears: false
|
|||
# Allow a fake cooldown indicator to be sent. Bedrock players do not see a cooldown as they still use 1.8 combat
|
||||
show-cooldown: true
|
||||
|
||||
# The default locale if we dont have the one the client requested
|
||||
default-locale: en_us
|
||||
# The default locale if we dont have the one the client requested. Uncomment to not use the default system language.
|
||||
# default-locale: en_us
|
||||
|
||||
# Configures if chunk caching should be enabled or not. This keeps an individual
|
||||
# record of each block the client loads in. While this feature does allow for a few
|
||||
|
|
1
connector/src/main/resources/languages
Submodule
1
connector/src/main/resources/languages
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 08be7fdd7bd3c1ade46fa8968c04d3d67bb0d378
|
Loading…
Add table
Add a link
Reference in a new issue