Change storage of language list
All checks were successful
continuous-integration/drone/push Build is passing
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:
2
Makefile
2
Makefile
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user