lvgl / lv_i18n

Internationalization (i18n) for LVGL
MIT License
57 stars 17 forks source link

"Output directory not exists" during compile #35

Closed glory-man closed 3 years ago

glory-man commented 3 years ago

I used npx lv_i18n compile -t "./src/translations/*.yml" -o "./src/lv_i18n/"

and received

npx: installed 28 in 4.243s Base locale 'en-GB' (autodetected) Output directory not exists (src/lv_i18n/)

Worked only if I manually create target directory (mkdir). Is it normally ?

puzrin commented 3 years ago

Is it normally ?

Yes. Usually you only update data in existing directories (except first init). Auto-create can cause garbage on typos.