Re: [orca-list] seems that orca is using the wrong language when I switch to another profile



On 02/22/2013 11:54 PM, José Vilmar Estácio de Souza wrote:
I have a profile configured to Brazil pt.
When I change to this profile using capslock+shift+ctrl+p and active
preferences of orca, the language used seems to b pt instead of pt_BR.

Good catch. And sorry about that. The problem was that Orca wasn't
saving the dialect. I fixed that in master, but because the dialect
isn't saved for your existing profiles, this fix won't get picked up
until you redo that profile.

On a related note, this reminded me that we need to add a means to
delete profiles. We're in GUI freeze, so I cannot do that now.

Anyhoo, you can do a save-as to write over the existing profile. Or you
can hand-edit your settings -- generally not recommended, but in a pinch
it will do. My Brazilian Portuguese has this now:

                    "family": {
                        "locale": "pt",
                        "dialect": "br",
                        "name": "brazil"
                    }

My Portuguese Portuguese has this now:

                    "family": {
                        "locale": "pt",
                        "dialect": "pt",
                        "name": "portugal"
                    }

But I also tested deleting my entire user-settings.conf file and
re-setting up my profiles to be sure Orca is now writing out dialects.

And I verified that this:

As an example the "Present tooltips is translated to "Apresentar dicas"
instead of "Dicas presentes".

Is now handled correctly for both dialects of Portuguese.

Thanks for the report!
--joanie


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]