summaryrefslogtreecommitdiffhomepage
path: root/build/i18n-add-language.sh
AgeCommit message (Collapse)Author
2024-10-22build: co-opt i18n-init.sh to kick start an empty app folderPaul Donald
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
2024-01-03build/i18n-add-language: fix regexpPaul Donald
prevents zh, nb, bn allows bn_BD, nb_NO, pt_BR, zh_Hans, zh_Hant Signed-off-by: Paul Donald <newtwen@gmail.com>
2024-01-03build: update build/i18n-* toolsPaul Donald
modify i18n-add-language.sh so it can: - be run from any path - bootstrap any (or all) po folder(s) with existing language(s) - (partially) update luci.mk with new languages deprecate build/i18n-init.sh Signed-off-by: Paul Donald <newtwen@gmail.com>
2020-02-05build: i18n-add-language.sh: more lenient code validationJo-Philipp Wich
Allow language codes with underscores and capital letters. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-01-10build: add i18n-add-language.sh helperJo-Philipp Wich
This script helps to initialize a new translation language over the entire source tree. Signed-off-by: Jo-Philipp Wich <jo@mein.io>