comparison client/Makefile @ 1506:bf32ef5dfb04

Translation: add aditional languages for translation * add the following languages hu_HU bg_BG hr_HR ro_Ro
author Fadi Abbud <fadi.abbud@intevation.de>
date Wed, 05 Dec 2018 12:34:02 +0100
parents dadf309eec51
children dd9d90cae683
comparison
equal deleted inserted replaced
1505:a6c2d4252bae 1506:bf32ef5dfb04
18 18
19 # Where to write the files generated by this makefile. 19 # Where to write the files generated by this makefile.
20 OUTPUT_DIR = src 20 OUTPUT_DIR = src
21 21
22 # Available locales for the app. 22 # Available locales for the app.
23 LOCALES = de_AT en_GB sk_SK 23 LOCALES = de_AT en_GB sk_SK hu_HU hr_HR bg_BG ro_RO
24 24
25 # Name of the generated .po files for each available locale. 25 # Name of the generated .po files for each available locale.
26 LOCALE_FILES ?= $(patsubst %,$(OUTPUT_DIR)/locale/%/LC_MESSAGES/app.po,$(LOCALES)) 26 LOCALE_FILES ?= $(patsubst %,$(OUTPUT_DIR)/locale/%/LC_MESSAGES/app.po,$(LOCALES))
27 27
28 GETTEXT_HTML_SOURCES = $(shell find $(OUTPUT_DIR) -name '*.vue' -o -name '*.html' 2> /dev/null) 28 GETTEXT_HTML_SOURCES = $(shell find $(OUTPUT_DIR) -name '*.vue' -o -name '*.html' 2> /dev/null)