Re: [Tails-l10n] how to know translation percentage

Delete this message

Reply to this message
Author: Tails Català
Date:  
To: Tails localization discussion
Subject: Re: [Tails-l10n] how to know translation percentage


intrigeri:
> Tails Català:
>> then run ./wiki/src/contribute/l10n_tricks/language_statistics.sh
>
>> and only got this as result:
>
>> ## All programs
>
>> Only header or comment changes in tails.pot: keeping the old one
>
> Weird, please:
>
> - share your modified language_statistics.sh script
>
> - run it like this:
>
>      bash -x ./wiki/src/contribute/l10n_tricks/language_statistics.sh

>
>    … and share the output.

>


amnesia@amnesia:~/Persistent/tails$ bash -x
./wiki/src/contribute/l10n_tricks/language_statistics.sh
+ set -e
+ set -u
+ set -o pipefail
+ LANGUAGES='de es fa fr it pt ca'
+ pwd
+ grep -qs 'wiki/src$'
+ '[' -d .git ']'
+ WEBSITE_ROOT_DIR=wiki/src
+ echo '## All programs'
## All programs
+ echo ''

+ intltool_report
+ rm -rf tmp/pot
+ ./refresh-translations --keep-tmp-pot
Only header or comment changes in tails.pot: keeping the old one


Thank you!