mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
6 lines
136 B
Bash
6 lines
136 B
Bash
|
#!/bin/bash
|
||
|
# Get the _("...") strings from the c files add add them to the yml files
|
||
|
|
||
|
lv_i18n extract -s '../src/**/*.c' -t './*.yml'
|
||
|
|