python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
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
How to format a number with locale and specified number of significant decimals in python
I have to export numbers as text using python and experience several ways of not doing what i want. There is string.format(), old % string format, and F-Strings - plenty of very smart ways of formatti...
Thants
Votes: 0
Answers: 2
Angular: how to change the default locale translation of certain month name?
We use two locales in our project: russian and kazakh. For displaying dates we use angular's default datePipe. The word June in kazakh is "маусым" and it's shortened version is "мау&quo...
Martes Carry
Votes: 0
Answers: 1