mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 08:47:28 +01:00
A Python script aggregates all i18n files and merges them. We now can pick a list of locales to build in EPSILON_I18N_LANGUAGES
14 lines
200 B
Makefile
14 lines
200 B
Makefile
app_objs += $(addprefix apps/home/,\
|
|
app.o\
|
|
app_cell.o\
|
|
controller.o\
|
|
)
|
|
|
|
i18n_files += $(addprefix apps/home/,\
|
|
base.de.i18n\
|
|
base.en.i18n\
|
|
base.es.i18n\
|
|
base.fr.i18n\
|
|
base.pt.i18n\
|
|
)
|