Automatically import .po files in subdirectories
Bug #444706 reported by
Gediminas Paulauskas
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
Low
|
Unassigned |
Bug Description
Some projects have translations in subdirectories below the template, the same structure as in /usr/share/locale:
DOMAIN.pot
LANG_CODE/
This case should be recognized by Rosetta and automatically imported, as well as exported to the same location.
Python projects that are internationalized using zope.i18n or Babel all have this directory layout under e.g. trac/locale or src/schooltool/
tags: |
added: import-queue removed: rosetta-import |
Changed in rosetta: | |
status: | New → Triaged |
importance: | Undecided → Low |
To post a comment you must log in.
A similar bug reported previously https:/ /bugs.launchpad .net/rosetta/ +bug/58168 was marked as fixed, but this layout is still not supported.