Anomalie #6012
message tiramisu en anglais
Status:
Fermé
Priority:
Normal
Assigned To:
Category:
-
Target version:
Distribution:
EOLE 2.4
Description
Les messages tiramisu sont en anglais alors que les chaines sont bien traduites.
Il y a un problème dans le paquet :
root@eolebase:~# dpkg -L python-tiramisu|grep .mo /usr/share/locale/fr/LC_MESSAGES/.mo
Normalement le fichier s'appelle "tiramisu.mo" et non ".mo".
Related issues
History
#1 Updated by Daniel Dehennin about 10 years ago
- Due date set to 09/20/2013
- Target version set to Eole 2.4-alpha2
- Start date set to 09/16/2013
Le problème vient du Makefile, il ne faut pas utiliser l’option -s
mais passer le suffixe en deuxième argument.
make[1]: Entering directory `/«PKGBUILDDIR»' if command -v pygettext >/dev/null 2>&1 ; then P="pygettext" ; else P="pygettext.py" ; fi ; $P -p translations/ -o tiramisu.pot `find tiramisu/ -name "*.py"` if [ -d translations ]; then for f in `find translations -name "*.po"`; do msgfmt -o `dirname $f`/`basename -s ".po" $f`.mo $f || true; done; fi basename: invalid option -- 's' Try `basename --help' for more information.
#2 Updated by Daniel Dehennin about 10 years ago
- Status changed from Nouveau to Résolu
- % Done changed from 0 to 100
Appliqué par commit 1249e1e2bc72854d455bc181a740ec5141149bef
#3 Updated by Joël Cuissinat almost 10 years ago
- Status changed from Résolu to Fermé