Paul Donald
dc44c7a68e
build: co-opt i18n-init.sh to kick start an empty app folder
...
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
2024-10-22 00:49:01 +02:00
Paul Donald
7786a7c6c3
build/i18n-add-language: fix regexp
...
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-03 16:09:12 +00:00
Paul Donald
b98d8c526e
build: update build/i18n-* tools
...
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>
2024-01-03 13:14:06 +00:00
Jo-Philipp Wich
535d4cf8b9
build: i18n-add-language.sh: more lenient code validation
...
Allow language codes with underscores and capital letters.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-02-05 14:16:12 +01:00
Jo-Philipp Wich
e6604d7d84
build: add i18n-add-language.sh helper
...
This script helps to initialize a new translation language over
the entire source tree.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-01-10 10:37:52 +01:00