summaryrefslogtreecommitdiffhomepage
path: root/build/i18n-init.sh
AgeCommit message (Collapse)Author
2020-08-20treewide: replace `which` with `command -v`Paul Spooren
Fix shellcheck SC2230 > which is non-standard. Use builtin 'command -v' instead. Once applied to everything concerning OpenWrt we can disable the busybox feature `which` and save 3.8kB. Signed-off-by: Paul Spooren <mail@aparcar.org>
2012-11-20properly support git in build/i18n-init.shDaniel Golle
2012-04-06build/i18n-init.sh: add git supportJo-Philipp Wich
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
2012-04-06build/i18n-init.sh: allow to use custom pattern for template filesJo-Philipp Wich
This allows to initialize language files for individual modules. Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
2011-05-21build: add i18n-init.sh, a helper script to initalize missing *.po filesJo-Philipp Wich