You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to compile a program that uses gettext to show messages.
Unfortunately, it completely ignores any locale and always shows English.
Looks like _ doesn't have any translations.
What may be the reason?
I'm quite unaware of how gettext initialization works. Should I put .po files somewhere maybe?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I'm trying to compile a program that uses gettext to show messages.
Unfortunately, it completely ignores any locale and always shows English.
Looks like
_
doesn't have any translations.What may be the reason?
I'm quite unaware of how gettext initialization works. Should I put .po files somewhere maybe?
Should I create
share/locale
folder on the FS?Any hints? ;)
Beta Was this translation helpful? Give feedback.
All reactions