Closed singalen closed 7 years ago
setlocale() seems to have no effect on iOS. There must be a different way, native or in the libiconv that we use. Probably hack a language manager to remember the locale and pass it to gettext.
setlocale()
libiconv
gettext
po files were missing from iOS project. Run make mo-update before releasing a new version.
po
make mo-update
setlocale()
seems to have no effect on iOS. There must be a different way, native or in thelibiconv
that we use. Probably hack a language manager to remember the locale and pass it togettext
.