[apps] Split the i18n in multiple files

A Python script aggregates all i18n files and merges them.
We now can pick a list of locales to build in EPSILON_I18N_LANGUAGES
This commit is contained in:
Romain Goyet
2017-09-28 17:11:39 +02:00
committed by Ecco
parent 4a0e4af52f
commit e6ed6c74a4
89 changed files with 1621 additions and 889 deletions

4
.gitignore vendored
View File

@@ -23,6 +23,10 @@ kandinsky/fonts/rasterizer
kandinsky/src/font.c
kandinsky/src/font.h
# No i18n headers
apps/i18n.h
apps/i18n.cpp
# No PicView generated files
apps/picview/image.raw
apps/picview/image.c