diff client/Makefile @ 1456:dadf309eec51

translations: add language Solvak * Add language sk_SK using a manual way.
author Bernhard Reiter <bernhard@intevation.de>
date Mon, 03 Dec 2018 12:28:21 +0100
parents 178f5beeab03
children bf32ef5dfb04
line wrap: on
line diff
--- a/client/Makefile	Mon Dec 03 11:00:54 2018 +0100
+++ b/client/Makefile	Mon Dec 03 12:28:21 2018 +0100
@@ -20,7 +20,7 @@
 OUTPUT_DIR = src
 
 # Available locales for the app.
-LOCALES = de_AT en_GB
+LOCALES = de_AT en_GB sk_SK
 
 # Name of the generated .po files for each available locale.
 LOCALE_FILES ?= $(patsubst %,$(OUTPUT_DIR)/locale/%/LC_MESSAGES/app.po,$(LOCALES))