functionusage () { echo"usage: $0 <options>" echo echo" i18n msgfmt all i18n files + compilejsi18n then deploy(copy)" echo" react compile react and deploy(copy)" echo" all both" echo }
#do i18n functiondo_i18n() { echo"msgfmt all lang (djangojs.po and django)..." cd$SEAHUB_DIR/ for each_file in $(find ./locale -type f -name "*.po"); do msgfmt -o ${each_file%.po}.mo $each_file done echo"msgfmt all lang done" echo