Skip to content

Commit 126a9d1

Browse files
Update the doc in config.yml for this fix
1 parent 76ac251 commit 126a9d1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/main/resources/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ config-version: 163
1414
game-language: default
1515

1616
#Choose which languages should be enabled
17-
#Any client connect to server that using disabled language, will fallback to game-language option there
17+
#All clients connect to server that using disabled language using following fallback logic:
18+
# 1. if just one language was enabled, then it will use this language (Static language)
19+
# 2. if not, it will use the value of game-language option there
20+
# 3. if still could not find a valid language, it will use built-in en_us language
21+
#
1822
#Set to - '*' to enable all available languages
1923
#The language files will automatically update thorough Crowdin OTA system, you can translate it there:
2024
#https://crowdin.com/project/quickshop-reremake

0 commit comments

Comments
 (0)