Re: [Tails-l10n] Call for translation updates for the upcomi…

Delete this message

Reply to this message
Author: Matsa
Date:  
To: tails-l10n
Subject: Re: [Tails-l10n] Call for translation updates for the upcoming 0.14 release

Hi!

I've been trying to find out the changes introduced by this new version:

# For gpgapplet:
wiki/src/doc/encryption_and_privacy.index.mdwn
wiki/src/doc/encryption_and_privacy/gpgapplet.mdwn
wiki/src/doc/encryption_and_privacy/gpgapplet.warning.mdwn
wiki/src/doc/encryption_and_privacy/gpgapplet/decrypt_verify.mdwn
wiki/src/doc/encryption_and_privacy/gpgapplet/passphrase_encryption.{LOCALE}.po
wiki/src/doc/encryption_and_privacy/gpgapplet/public-key_cryptography.{LOCALE}.po
wiki/src/doc/encryption_and_privacy/FireGPG_susceptible_to_devastating_attacks.mdwn
wiki/src/doc/first_steps/introduction_to_gnome_and_the_tails_desktop.mdwn
config/chroot_local-includes/usr/share/locale/{LOCALE}/LC_MESSAGES/gpgApplet.po

# For network-manager persistence:
wiki/src/doc/first_steps/persistence/configure.mdwn

# Here are the two commands I used:
git diff --stat origin/master..origin/testing -- wiki/src/doc
and
find -name '*.po' -print0 | xargs -0 git diff
origin/master..origin/testing --

Some files are only available in .mdwn, so I tried to refresh the
translations. Unfortunatelly, I get this error message:

$ sh refresh-translations
"Le jeu de caractères « CHARSET » n'est pas un nom d'encodage portable.
La conversion vers le jeu de caractères de l'utilisateur peut ne pas
fonctionner."

Can anyone help?

Thanks!