Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
229 views

By default, when generating a PO file using the msginit command of the gettext package according to their source, the msgstr values are prepopulated with the corresponding msgid values, so you get sth ...
2 votes
0 answers
174 views

Is this WordPress theme internationalization with hyperlink in it done right? I've spent whole day looking for fix to this but translation is not showing up on page. Only original English version of ...
0 votes
1 answer
397 views

I am trying to program a Microchip MCP4141 digital potentiometer with the STM32CUBEIDE development environment using a NUCLEO F334R8 board. I am sending a 16 bit command through the SPI communications ...
0 votes
0 answers
199 views

I was wondering if anybody could help. If I had a data set containing two columns of date and river flow, how could I obtain the top 100 largest values of river flow, with the condition of having at ...
Jamie Towner's user avatar
0 votes
2 answers
2k views

Hi I am developing a poker application and I am having some trouble distributing side pots. The main issue is that I don't know how to distribute chips of players who have folded(dead chips). Now my ...
angelmc's user avatar
  • 23
2 votes
1 answer
2k views

In short, I am trying to find a way to create a new PO file from a new POT and an existing PO file - but I want to exclude any strings (and their translations) that are not in the POT file. Every ...
3 votes
1 answer
1k views

I want to submit a PR to a github-hosted project (timeshift) that uses po and pot files for translation. I have never encountered these before. One of my changes is to UI (this is backup software and ...
Tim Richardson's user avatar
1 vote
0 answers
60 views

#include <SPI.h> #include <MFRC522.h> #include <Servo.h> Servo myservo; int potpin = 0; int val; #define SS_PIN 10 #define RST_PIN 9 MFRC522 mfrc522(SS_PIN, RST_PIN); void setup() { ...
Shanmugaraja's user avatar
1 vote
0 answers
40 views

I have next compiled code: #: path/from/gulp-folder/to/project-folder/tpl.default.php:121 msgid "Email" msgstr "" But I need: #: tpl.default.php:121 msgid "Email" msgstr "" My gulp task: return ...
WP Punk's user avatar
  • 1,454
3 votes
1 answer
547 views

Here's a python file that causes gettext to fail at the unicode character code \u2191. texts = { 'first': _(u'Hello world'), 'fails': _(u'Arrow: \u2191'), # This code causes problems for ...
9 votes
2 answers
10k views

I am working on a Wordpress plugin and noticed that the main PHP file - let's just call it blah.php - contains calls such as: 100: <?php _e('Foo', 'blah'); ?> 101: <?php _e('Bar', 'blah'); ?&...

AltStyle によって変換されたページ (->オリジナル) /