Localization support does not work at boot time

Bug #567126 reported by Gabor Kelemen
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ubuntu Translations
New
Undecided
Unassigned
mountall (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

Binary package hint: mountall

After translating mountall, I put the mo file to the usual place, but the file system check messages still show up untranslated. Another translator confirmed this: https://lists.ubuntu.com/archives/ubuntu-translators/2010-April/003594.html

When looking at the source, I noticed that it contains nothing like the ususal bindtextdomain calls.

Revision history for this message
Scott James Remnant (Canonical) (canonical-scott) wrote :

Yes it does:

in main() src/mountall.c calls:

        nih_main_init (argv[0]);

this is a macro in nih/main.h that expands out to:

                setlocale (LC_ALL, ""); \
                bindtextdomain (PACKAGE_NAME, LOCALEDIR); \
                textdomain (PACKAGE_NAME); \

                nih_main_init_full (argv0, PACKAGE_NAME, PACKAGE_VERSION, \
                                    PACKAGE_BUGREPORT, PACKAGE_COPYRIGHT); \

Are you sure this isn't caused by having /usr on a separate filesystem - so the translations being unavailable when mountall starts?

Changed in mountall (Ubuntu):
status: New → Invalid
Revision history for this message
Gabor Kelemen (kelemeng) wrote :

No, I saw this on my virtualbox install, which has only one partition. And another translator just reported this too: https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/553954/comments/14

Revision history for this message
Sergio Zanchetta (primes2h) wrote :

I confirm this bug.
I upgraded from Karmic and messages are still in english,

Changed in mountall (Ubuntu):
status: Invalid → Confirmed
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.