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

Delete this message

Reply to this message
Author: intrigeri
Date:  
To: Tails localization discussion
Subject: Re: [Tails-l10n] how to know translation percentage
Tails Català:
> ## 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


Thanks, so the problem is in the refresh-translations script.
Please replace the first line of that script with:

#! /bin/sh -x

(i.e. append " -x")

… and retry.