From fbe1890cae4acc1dde6564809a6180d4e0d29d11 Mon Sep 17 00:00:00 2001 From: SamB440 Date: Wed, 15 Jan 2020 15:04:01 +0000 Subject: [PATCH] Update config --- l10n.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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