i18n data is kept in and generated from JSON files

Introduced a new resource compiler script kiwix-compile-i18n that
processes i18n string data stored in JSON files and generates sorted C++
tables of string keys and values for all languages.
This commit is contained in:
Veloman Yunkan
2022-01-16 23:33:44 +04:00
committed by Matthieu Gautier
parent d029c2b8d5
commit 507e111f34
11 changed files with 230 additions and 14 deletions

View File

@ -1 +1,2 @@
usr/share/man/man1/kiwix-compile-resources.1*
usr/share/man/man1/kiwix-compile-i18n.1*