9
0
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:
SamB440
2020-01-15 15:04:01 +00:00
parent f94f649112
commit fbe1890cae

View File

@@ -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"