Re: String Freeze/Start of Translation Period
Lorenzo Sutton <[email protected]> Thu, 21 Nov 2024 13:05:17 +0100
| Newsgroups | gmane.comp.audio.rosegarden.user |
|---|---|
| Message-ID | <[email protected]> |
Sorry to answer myself but I think I found the solution... On 21/11/2024 12:56, Lorenzo Sutton wrote: > On 21/11/2024 12:49, Philip Leishman via Rosegarden-user wrote: >> >> I have tested various languages by setting the LANG environment variable >> before starting Rosegarden: >> >> for German: >> export LANG=de_DE.UTF-8 >> >> I believe Italian is: >> export LANG=it_IT.UTF-8 > > I also tried that, but for some reason I can't seem to get it to work > on my system (manjaro)... Is there a way to debug it? After various attempts including trying to set LC_ALL it turns out the following works on my system: export LANGUAGE=de_DE.UTF-8 export LANGUAGE=it_IT.UTF-8 Lorenzo