add lv_i18n support

This commit is contained in:
2023-08-08 21:14:14 +02:00
parent 6f8986a0a1
commit 8b9115044e
7 changed files with 321 additions and 1 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
extract:
lv_i18n extract -s 'src/**/*.+(c|cpp|h|hpp)' -t 'translations/*.yml'
compile:
lv_i18n compile -t 'translations/*.yml' -o 'src/lv_i18n'