mirror of
https://github.com/nicolargo/glances.git
synced 2026-03-14 03:50:10 -04:00
small fixes
stupid mistake, where I forgot to replace XX with $1 added locale information to generated po-file removed redundant positive output
This commit is contained in:
@@ -54,8 +54,7 @@ case "$OPERATION" in
|
||||
# Actual generation
|
||||
mkdir -p ${ROOT}i18n/$1/LC_MESSAGES/
|
||||
gen_pot
|
||||
msginit --input=${ROOT}i18n/glances.pot --output=${ROOT}i18n/XX/LC_MESSAGES/glances.po
|
||||
echo "${ROOT}i18n/XX/LC_MESSAGES/glances.po successful created"
|
||||
msginit --locale="$1" --input=${ROOT}i18n/glances.pot --output=${ROOT}i18n/$1/LC_MESSAGES/glances.po
|
||||
exit 0
|
||||
;;
|
||||
update)
|
||||
|
||||
Reference in New Issue
Block a user