[Translations] translations in the package can't be imported into Launchpad, .pot template files missing

Bug #454112 reported by Arne Goetje
18
This bug affects 3 people
Affects Status Importance Assigned to Milestone
Ubuntu Translations
Won't Fix
Undecided
Unassigned
python-django (Ubuntu)
Won't Fix
Undecided
Unassigned

Bug Description

Binary package hint: python-django

The translations shipped with the packages cannot be imported into Launchpad, because of multiple reasons:

1. the .pot template files are missing. Without those, the translations cannot be used. Please make sure that the package generates the .pot templates on build time.

2. The directory structure for translations is wrong. Template and translations for a single domain should live in one single subdirectory. .po filenames should only carry the language code.
Examples:
po/django/django.pot
po/django/de.po
po/django/es.po

po/djangojs/djangojs.pot
po/djangojs/de.po
po/djangojs/es.po

3. Currently those files live in multiple different directories, like
 * django/conf/
 * tests/regressiontests/views/ (those won't be used anyways and can be removed)
 * debian/python-django/usr/share/pyshared/django/conf/
 * debian/tmp/usr/lib/python2.6/dist-packages/django/conf/

They should only live in one directory tree, preferably po/, like the example in 2.

4. please rename the following language codes:
 * no -> nb ('no' is obsolete)
 * sr_Latn -> sr@latin

For more information, please read here: https://wiki.ubuntu.com/UbuntuDevelopment/Internationalisation

Adi Roiban (adiroiban)
Changed in python-django (Ubuntu):
status: New → Confirmed
Changed in ubuntu-translations:
status: New → Confirmed
Revision history for this message
Mohamed Amine Ilidrissi (ilidrissi.amine) wrote :

This bug seems to be very old. Can you re-check and see if the bug is still there?

Changed in python-django (Ubuntu):
status: Confirmed → Incomplete
Changed in ubuntu-translations:
status: Confirmed → Incomplete
Revision history for this message
Gabor Kelemen (kelemeng) wrote :
Changed in ubuntu-translations:
status: Incomplete → Confirmed
Changed in python-django (Ubuntu):
status: Incomplete → Confirmed
Changed in ubuntu-translations:
status: Confirmed → Triaged
Revision history for this message
Chris Johnston (cjohnston) wrote :

I'm going to mark this as wont fix as Maverick is EOL.

Changed in python-django (Ubuntu):
status: Confirmed → Won't Fix
Changed in ubuntu-translations:
status: Triaged → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.