[Gambas-user] Issue 620 in gambas: Datebox doesn't respect localizations
gambas at ...2524...
gambas at ...2524...
Tue May 26 18:32:01 CEST 2015
Comment #2 on issue 620 by jussi.la... at ...626...: Datebox doesn't respect
localizations
https://code.google.com/p/gambas/issues/detail?id=620
Language packages are installed via system preferences. I'm not sure what
causes this.
Anyway this turns out to be non-Gambas related issue. Sorry about the noise!
I ran the project with "LANG=fi_FI.utf8", which used to work.
But "LANG=fi_FI.utf8 locale" reveals that LC_TIME is not changed to
fi_FI.utf8 on Mint, like it was on Ubuntu.
So I have to run the project
with "LANG=fi_FI.utf8;LC_TIME=fi_FI.utf8 ./GAlarm.gambas" to get the
desired result.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
More information about the User
mailing list