Project

General

Profile

Anomalie #6012

message tiramisu en anglais

Added by Emmanuel GARETTE about 10 years ago. Updated almost 10 years ago.

Status:
Fermé
Priority:
Normal
Assigned To:
Category:
-
Start date:
09/16/2013
Due date:
09/20/2013
% Done:

100%

Spent time:
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

Related to creole - Anomalie #6014: creoled n'aime pas les messages de tiramisu en français Fermé 09/16/2013 09/20/2013

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

#3 Updated by Joël Cuissinat almost 10 years ago

  • Status changed from Résolu to Fermé

Also available in: Atom PDF