mirror of
https://github.com/lvgl/lvgl.git
synced 2025-02-04 07:13:00 +08:00
6 lines
100 B
Bash
6 lines
100 B
Bash
|
#!/bin/bash
|
||
|
#Create lv_i18n.c and lv_i18n.h from the yml files.
|
||
|
|
||
|
|
||
|
lv_i18n compile -t "./*.yml" -o .
|