From cc856b1dbe7f88ee586e2000f3236db0cd71fca8 Mon Sep 17 00:00:00 2001 From: SamB440 Date: Wed, 15 Jan 2020 15:08:22 +0000 Subject: [PATCH] Update config --- l10n.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/l10n.toml b/l10n.toml index 014f55b..7c8a84f 100644 --- a/l10n.toml +++ b/l10n.toml @@ -1,13 +1,10 @@ basepath = "." locales = [ - "nb-NO", - "sv-SE" + "nb", + "sv" ] -[[excludes]] - path = "*.properties" - [[paths]] reference = "src/main/resources/lang/en-GB/*.json" l10n = "src/main/resources/lang/{locale}/*.json" \ No newline at end of file