diff --git a/l10n.toml b/l10n.toml index f5b5398..014f55b 100644 --- a/l10n.toml +++ b/l10n.toml @@ -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" \ No newline at end of file + reference = "src/main/resources/lang/en-GB/*.json" + l10n = "src/main/resources/lang/{locale}/*.json" \ No newline at end of file