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