Questions tagged [po]

PO files are the format of the GNU gettext translation files.

PO files are the format of the GNU gettext translation files.

A PO (Portable Objects) file is made up of many entries, each entry holding the relation between an original untranslated string and its corresponding translation. All entries in a given PO file usually pertain to a single project, and all translations are expressed in a single target language.

They usually have to be compiled in MO (Machine Object) file to be used in applications.

263 questions
0
votes
2 answers

Generating a POT file

PoEdit causes problems because it scans also the Python sources in subdirectories where no scan is desired. So I want PoEdit to get new information about strings from a POT file. Here it is said that xgettext enables me to create a POT file from the…
rynd
  • 1,865
  • 5
  • 22
  • 24
-1
votes
1 answer

How to install and use po2json?

I want convert some wordpress .po language files to .json format and used wp-cli but PO files converted to multi files of json but I need to a single json file. So installed po2json using: npm install po2json I am getting this…
Hadi Rajabi
  • 67
  • 1
  • 12
-1
votes
1 answer

why my plugin don't traslate wordpress

i'm doing a wordpress plugin. my_plugin.php /* * Plugin Name: my plugin * Author: Vendetta * Author URI: http://abel-olguin.com * Text Domain: my_plugin * Domain Path: /languages */ *.po and *.mo files are in lenguages and i call traslate…
Abel Olguin Chavez
  • 1,350
  • 1
  • 12
  • 24
-1
votes
1 answer

Meanings of values of approved_flag values in oracle payables (PO_RELEASES_ALL)

I want to know the meanings of values of approved_flag values in oracle payables (PO_RELEASES_ALL table). I've searched on internet for that question but sadly, no results Could anyone who know about it tell me or suggest me a reference? These are…
-2
votes
2 answers

No need to check this! skip

So what I'm trying to do but clearly struggling to execute isSo what I'm trying to do but clearly struggling to execute isSo what I'm trying to do but clearly struggling to execute isSo what I'm trying to do but clearly struggling to execute isSo…
Majeet
  • 9
  • 5
-2
votes
1 answer

how to add string in source in .po file in poedit

I have created a ne_NP.po file from pot file and saved it. It creates a .mo file and .po file and when i try to add a source text of ne_NP.po file, it didnot let me to edit the .po file. I want to add a new text of english and convert it into it's…
sabin maharjan
  • 409
  • 1
  • 8
  • 27
-3
votes
1 answer

Search for all po files in a directory and its subdirectories and create a Hashmap containing the filepaths as value and its directory as key

I want to search for all .po files in a directory and add them to a HashMap. My directories looks like the following: dir1\\*_en_*.po *_it_*.po ... dir2\
Doesbaddel
  • 214
  • 3
  • 17
-5
votes
1 answer

How do I achieve a bubbleplot?

How would I go about achieving a bubble plot like this on R?
Ioan
  • 13
  • 2
1 2 3
17
18