NonLanguagePackTranslationDeadline

Differences between revisions 36 and 37
Revision 36 as of 2010-04-26 12:15:39
Size: 9208
Editor: 168
Comment: Updated status
Revision 37 as of 2010-04-26 13:02:48
Size: 9490
Editor: 168
Comment: Added link to bug template
Deletions are marked like this. Additions are marked like this.
Line 38: Line 38:
To find packages with policy files in them:
{{{
$ for i in `ls /usr/share/polkit-1/actions/`; do dpkg -S $i; done
}}}

https://bugs.launchpad.net/ubuntu-translations/+bugs?field.tag=non-langpack-translation-deadline
{i} ''If you want to contribute filing bugs or tracking their status, you can use the following [[/BugTemplate|bug template]]. You can see the list of all such bugs with the [[https://bugs.launchpad.net/ubuntu-translations/+bugs?field.tag=non-langpack-translation-deadline|non-langpack-translation-deadline]] tag.''
Line 87: Line 82:
= TODO = = Other =

== Finding out translatable .policy files ==

To find packages with policy files in them:
{{{
$ for i in `ls /usr/share/polkit-1/actions/`; do dpkg -S $i; done
}}}

== TODO ==

Some translation data cannot currently be updated via the language pack mechanism. Because these items require more disruptive integration work, they are subject to an earlier deadline to give time to developers to manually export translations from Launchpad and integrate them into the package.

This deadline simply marks the date (on UTC time) after which it is not guaranteed that the translations of the packages below will be included in the release. Depending on the package, and depending on the maintainer's workflow, it can be that they are exported later, but for translators the main point above still remains: for the packages affected, only translations before this date will be included in the release.

(i) Other packages can still be translated until the LanguagePackTranslationDeadline.

Translations which fall into this category are:

Rebuilding packages

The reasons for packages needing to be rebuilt with a fresh export of translations are various: some packages need to not use language packs, but contain the translations themselves, so that the installation process will be localized. Others contain some highly visible strings, that are coming from xml files (.policy mainly), which are populated with translations at package build time. Some packages contain only such strings. These are listed here.

(i) Packages that should contain translations themselves are listed here

(i) If you want to contribute filing bugs or tracking their status, you can use the following bug template. You can see the list of all such bugs with the non-langpack-translation-deadline tag.

Packages to be rebuilt

Name

Reason

Tarball link

Comment

Bug #

debian-installer

install

-

-

-

ubiquity

install

-

-

-

ubiquity-slideshow-ubuntu

install

-

-

-

yelp

xml

-

currently still showing untranslated in Lucid

-

gfxboot-theme-ubuntu

install

-

-

-

aptdaemon

policy

-

Provides the very visible "Authentication is required to install software packages" string, shown in Software Center

445603

language-selector

install

-

-

553162

iso-codes

install

-

-

-

dpkg

install

-

template: dpkg

-

debconf

install

-

-

-

apt

install

-

-

-

ldm

install

-

-

-

xkeyboard-config

install

-

-

-

xdg-user-dirs

install

-

-

549088

hplip

policy

-

not translatable

-

jockey

policy

-

-

-

ubuntu-system-service

policy

-

-

-

usb-creator

policy

-

-

-

gdm

policy

-

-

-

consolekit

policy

-

not translatable

-

network-manager

policy

-

-

-

policykit-1

policy

-

not translatable

-

rtkit

policy

-

not translatable

-

system-tools-backends

policy

-

-

-

udisks

policy

-

-

-

upower

policy

-

-

-

gnome-panel

policy

-

-

-

gnome-applets

policy

-

-

-

gconf

policy

-

-

-

screen-resolution-extra

policy

-

-

-

shared-mime-info

xml

-

-

542084

ubuntu-wallpapers

xml

-

-

-

grub2

sick .mo file layout

-

-

537998

e2fsprogs

???

-

contains translations, probably a bug

-

rhythmbox-ubuntuone-music-store

xml

-

-

-

totem

xml

-

-

-

compiz-core

xml

-

-

-

compiz-fusion-plugins-main

xml

-

-

-

Other

Finding out translatable .policy files

To find packages with policy files in them:

$ for i in `ls /usr/share/polkit-1/actions/`; do dpkg -S $i; done

TODO

  • TODO: Adding items from the list at the top that also apply. Should be the various -docs here? Do the UTC team want to help maintainers with exporting tarballs and adding them here?
  • TODO: Stop exporting templates of type install and xml to langpacks.
  • TODO: What's up with themes and wallpapers?

NonLanguagePackTranslationDeadline (last edited 2023-09-22 15:07:10 by urbalazs)