2011-12-06 09:23:37 |
David Planella |
description |
Language is set to English (Australia). Synaptic fails to display en_AU translations, such as dialog, organized and Colors
Should be dialogue, organised and Colours.
These have been translated months ago -- https://translations.launchpad.net/synaptic/main/+lang/en_AU
ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: synaptic 0.75.2ubuntu8
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Sat Nov 12 12:32:32 2011
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
SourcePackage: synaptic
UpgradeStatus: No upgrade log present (probably fresh install) |
It seems that the Synaptic package only ships a subset of the available translations in the code:
$ sudo apt-get install synaptic
$ dpkg -L synaptic | grep synaptic.mo | wc -l
44
$ bzr branch lp:synaptic
$ cd synaptic
$ ls po | grep "\.po\b" | wc -l
111
This was first noticed using an en_AU locale:
Language is set to English (Australia). Synaptic fails to display en_AU translations, such as dialog, organized and Colors
Should be dialogue, organised and Colours.
These have been translated months ago -- https://translations.launchpad.net/synaptic/main/+lang/en_AU
ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: synaptic 0.75.2ubuntu8
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Sat Nov 12 12:32:32 2011
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
SourcePackage: synaptic
UpgradeStatus: No upgrade log present (probably fresh install) |
|