1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

6 lines
136 B
Bash
Raw Normal View History

2024-10-14 18:47:47 +02:00
#!/bin/bash
# Get the _("...") strings from the c files add add them to the yml files
lv_i18n extract -s '../src/**/*.c' -t './*.yml'