1#!/bin/bash
2#Create lv_i18n.c and lv_i18n.h from the yml files.
3
4
5lv_i18n compile -t "./*.yml" -o .
6