1#!/bin/bash 2# Get the _("...") strings from the c files add add them to the yml files 3 4lv_i18n extract -s '../src/**/*.c' -t './*.yml' 5 6