mirror of
https://gitlab.com/SamB440/rpgregions-2.git
synced 2025-12-28 11:19:24 +00:00
Update config
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
basepath = "src/main/resources/lang/"
|
||||
basepath = "."
|
||||
|
||||
locales = [
|
||||
"nb-NO",
|
||||
@@ -9,5 +9,5 @@ locales = [
|
||||
path = "*.properties"
|
||||
|
||||
[[paths]]
|
||||
reference = "en/*.json"
|
||||
l10n = "{locale}/*.json"
|
||||
reference = "src/main/resources/lang/en-GB/*.json"
|
||||
l10n = "src/main/resources/lang/{locale}/*.json"
|
||||
Reference in New Issue
Block a user