LanguagePackRoadmap

Differences between revisions 8 and 19 (spanning 11 versions)
Revision 8 as of 2005-04-21 12:40:59
Size: 570
Editor: CPE-60-225-18-37
Comment:
Revision 19 as of 2005-04-28 00:21:25
Size: 2911
Editor: intern146
Comment: added todo item
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Priority = ## page was renamed from UbuntuDownUnder/BOFs/UbuntuDevelopment/I18nL10n
##(see the SpecSpec for an explanation)
Line 3: Line 4:
NeedPriorityAssigned = Language Pack Roadmap =
Line 5: Line 6:
= People = == Status ==
Line 7: Line 8:
 * MartinPitt
 * SebastienBacher
  * Created: [[Date(2005-04-23T10:02:01Z)]] by MattZimmerman[[BR]]
  * Priority: HighPriority[[BR]]
  * People: MartinPittLead, CarlosPerelloMarinSecond[[BR]]
  * Contributors: MattZimmerman[[BR]]
  * Interested: JonathanRiddell, DafyddHarries, SebastienBacher[[BR]]
  * Status: DraftSpecification, UduBof, DistroSpecification, ColinCharlesQueue[[BR]]
  * Branch: [[BR]]
  * Malone Bug: [[BR]]
  * Packages: [[BR]]
  * Depends: [[BR]]
  * UduSessions: 1[[BR]]
Line 10: Line 20:
= Goal = == Introduction ==
Line 12: Line 22:
= Requirements = We want to extend the current scope of language packs and Rosetta integration to work with more than just application gettext translations.
Line 14: Line 24:
= Agenda = == Rationale ==
Line 16: Line 26:
 * How to deal with non-langpack translations more effectively (firefox, openoffice)
 * Adding translations of desktop files into language packs. (Idea: same as for the mo files, put new desktop files to /usr/share/applications-langpacks and use this path before /usr/share/applications).
 * Language selection tool (frontend for language-pack-* and language-support-*)
 * Rosetta integration
 * Kubuntu support
== Scope and Use Cases ==
Line 22: Line 28:
= Pre-Work = There are currently many files which are not handled by Rosetta and language packs: .desktop files, OpenOffice and Mozilla translations, .server files, and some special applications like `gok`. Also, KDE translations of Kubuntu are not contained in the current language packs.

== Implementation Plan ==

=== Data Preservation and Migration ===

No data needs to be preserved when adding things to language packs.

=== Packages Affected ===

Supporting KDE:
 * Split language packs and support packages into -other, -kde, -gnome.
 * language-support-kde-''lang'' should depend on `kde-i18n-`''lang''.

.desktop files:

 * pkgstriptranslations will store .desktop files in translation tarballs.
 * Rosetta will export a file that maps desktop file names to translation domains
 * langpack-o-matic uses intltool/homebrew script to add new translations to desktop
 * files are shipped in a parallel directory hierarchy `/usr/share/applications-langpack`; those files are preferred over the files in /usr/share/applications; it only requires very few changes to lookup files into this additional directory.

Potentially many affected packages:
 * Some packages do not include/produce a POT file.
 * Ubuntu-specific strings are usually not contained in POT files.
 * We have to fix those packages to produce an up to date POT file at build time.
 * We have to find a heuristics to detect packages which need to be fixed:
  * We can't compare PO and POT files because it is possible and valid for PO files to be out of date.
  * List generation: set of packages whose tarball does not contain a POT file + set of packages whose diff.gz touches translations (this probably catches too much, though).

=== User Interface Requirements ===

not applicable

== Outstanding Issues ==

=== UDU BOF Agenda ===

 * Handle OO.o/Ffox translations in Rosetta
 * `gok` also ships translatable stuff in XML files (special case)
 * Translate .server files.
 * Handle and ship translations of the Mozilla startup pages.

=== UDU Pre-Work ===

Language Pack Roadmap

Status

Introduction

We want to extend the current scope of language packs and Rosetta integration to work with more than just application gettext translations.

Rationale

Scope and Use Cases

There are currently many files which are not handled by Rosetta and language packs: .desktop files, OpenOffice and Mozilla translations, .server files, and some special applications like gok. Also, KDE translations of Kubuntu are not contained in the current language packs.

Implementation Plan

Data Preservation and Migration

No data needs to be preserved when adding things to language packs.

Packages Affected

Supporting KDE:

  • Split language packs and support packages into -other, -kde, -gnome.
  • language-support-kde-lang should depend on kde-i18n-lang.

.desktop files:

  • pkgstriptranslations will store .desktop files in translation tarballs.
  • Rosetta will export a file that maps desktop file names to translation domains
  • langpack-o-matic uses intltool/homebrew script to add new translations to desktop
  • files are shipped in a parallel directory hierarchy /usr/share/applications-langpack; those files are preferred over the files in /usr/share/applications; it only requires very few changes to lookup files into this additional directory.

Potentially many affected packages:

  • Some packages do not include/produce a POT file.
  • Ubuntu-specific strings are usually not contained in POT files.
  • We have to fix those packages to produce an up to date POT file at build time.
  • We have to find a heuristics to detect packages which need to be fixed:
    • We can't compare PO and POT files because it is possible and valid for PO files to be out of date.
    • List generation: set of packages whose tarball does not contain a POT file + set of packages whose diff.gz touches translations (this probably catches too much, though).

User Interface Requirements

not applicable

Outstanding Issues

UDU BOF Agenda

  • Handle OO.o/Ffox translations in Rosetta
  • gok also ships translatable stuff in XML files (special case)

  • Translate .server files.
  • Handle and ship translations of the Mozilla startup pages.

UDU Pre-Work

UbuntuDownUnder/BOFs/LanguagePackRoadmap (last edited 2008-08-06 16:22:22 by localhost)