mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +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
19 lines
315 B
Makefile
19 lines
315 B
Makefile
app_objs += $(addprefix apps/on_boarding/,\
|
|
app.o\
|
|
language_controller.o\
|
|
logo_controller.o\
|
|
logo_view.o\
|
|
update_controller.o\
|
|
)
|
|
|
|
i18n_files += $(addprefix apps/on_boarding/,\
|
|
base.de.i18n\
|
|
base.en.i18n\
|
|
base.es.i18n\
|
|
base.fr.i18n\
|
|
base.pt.i18n\
|
|
)
|
|
|
|
app_images += apps/on_boarding/logo_icon.png
|
|
|