python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
sphinx gettext does not match textdomains in subdirectories when gettext_compact=False
I'm currently working on a complex documentation project with python sphinx.
My next step is to enable internationalization.
Project overview (simplified):
doc\
build\ # contains sphinx build ou...
walkslowly
Votes: 0
Answers: 1
Gettext picks reads from wrong directory
I'm using GNU gettext to translate a program written in C++ with MFC and running under MS Windows and now I have a problem.
I have subdirectories for the Chinese translations as zh-CN and zh-TW and I ...
liftarn
Votes: 0
Answers: 1
Gettext msgid is empty
The xgettext command extracted this .pot from my .c file:
#: src/callbacks.c:171
msgid ""
"A new NEC2 input file may not be opened\n"
"while the Frequency Loop is running"...

KJ7LNW
Votes: 0
Answers: 1
How do I make my application find the gettext translations?
I'm trying out gettext translations for xnec2c.
gettext generates a po/xnec2c.pot file at build time and I have translated that .pot file to de_DE and placed it in /usr/share/locale/de_DE/LC_MESSAGES/...

KJ7LNW
Votes: 0
Answers: 2