Change storage of language list
All checks were successful
continuous-integration/drone/push Build is passing

Having each language as a separate file in a directory makes handling of
the languages way easier.
This commit is contained in:
2020-04-24 16:36:02 +02:00
parent 53a0c4bcc4
commit ec59668710
36 changed files with 39 additions and 53 deletions

View File

@@ -68,7 +68,7 @@ $(SUBDIRS): .FORCE
# otherwise. This symlinks make sure that phase 2 can easily use the right file
# for each language, also as a prerequisite in the Makefile.
LANGUAGES := $(shell . build/languages.sh && echo `languages | cut -d\ -f1`)
LANGUAGES := $(shell ls -xw0 global/languages)
TEXTS_LINKS := $(foreach lang,$(LANGUAGES),tools/.texts-$(lang).xml)