Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-20 | treewide: 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-20 | properly support git in build/i18n-init.sh | Daniel Golle | |
2012-04-06 | build/i18n-init.sh: add git support | Jo-Philipp Wich | |
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> | |||
2012-04-06 | build/i18n-init.sh: allow to use custom pattern for template files | Jo-Philipp Wich | |
This allows to initialize language files for individual modules. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> | |||
2011-05-21 | build: add i18n-init.sh, a helper script to initalize missing *.po files | Jo-Philipp Wich | |