File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,11 @@ config-version: 163
1414game-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
You can’t perform that action at this time.
0 commit comments