Fedora Account System
Red Hat Associate
Red Hat Customer
At least, it looks like they aren't. We have an openQA test that runs an install in French. In the 2015-10-15 run, after the test selects French on the Welcome screen, most of the screen is translated, but the 'Quit' and 'Continue' buttons are not - they keep saying 'Quit' and 'Continue' when they should say 'Quitter' and 'Continuer'.
That's because they're not translated. From fr.po: #: widgets/src/StandaloneWindow.c:54 msgctxt "GUI|Standalone Navigation" msgid "_Quit" msgstr "" #: widgets/src/StandaloneWindow.c:55 msgctxt "GUI|Standalone Navigation" msgid "_Continue" msgstr ""
huh, that seems strange - they've always been translated before, and the text hasn't changed. Does the new translation thing start each release from scratch or something?
The context is newish. https://github.com/rhinstaller/anaconda/commit/429bac9adfbefa53fd9a820575973f7ae7d1bae5
I checked into Zanata, no missing french translation in Anaconda, is this bug still active ?
nope, seems fine now.