Questions tagged [poedit]

Poedit is free software application that allows edit gettext catalogs.

Poedit is cross-platform software and it is open source. It allows to edit *.po files and update them from *.pot catalogs file. It is used in multilingual applications that uses gettext.

As an example for poedit usage, the internationalization features of , in-which the author run command line script that extracts all gettext strings from the application files in *.pot file, then using Poedit, the author edit the terms in the file then saving it as po file in the local directory.

247 questions
-1
votes
1 answer

GNU gettext can't extract string from Javascript

I'm using GNU gettext to translate asp.net web-page. For extract the string i'm using PoEdit. In Javascript code, I convert the normal labelString 'Hour' scaleLabel: { display: true, labelString: 'Hour', }, to scaleLabel: { display: true, …
stukdev
  • 198
  • 1
  • 4
  • 16
-1
votes
1 answer

Empty PO file when scanning ctp files

I'm trying to localize my php app that uses .ctp files for the views. Here a sample of a file's content:

neggenbe
  • 1,697
  • 2
  • 24
  • 62
-1
votes
1 answer

How do I translate WordPress and WooCommerce?

I've got a WordPress website with WooCommerce. I need to translate it to another language than English, and, the problem is - most of texts are translated automatically in my language, but, for some reason few of them are still in English…
Rallyholic
  • 317
  • 1
  • 3
  • 21
-1
votes
2 answers

How tranlsate a specific file (like index.php) with Poedit?

I have a problem....I work in a project (that is too big so i cant download all on my file) and i asked me if i could grab and drop my file index.php into Poedit and translate (with the others translations that I have in the other little project tha…
-1
votes
2 answers

Website translation not seen by Google US

My website has been translated in PHP, from french to english, thanks to Poedit. But it is still not possible to find my website for any english key words in Google US. Only the exact website name research works in Google US (Graffy Street),…
-1
votes
1 answer

how to parse labels from the php or phtml files using potcreater in zend framework 1

How to parse all the labels i.e. msgids to .pot file using following script from the project code. https://github.com/open-classifieds/common/blob/master/vendor/POTCreator/POTCreator.php I am using ZF1 so I have made class from this script file and…
Jaskaran Singh
  • 2,392
  • 24
  • 39
-2
votes
1 answer

Scan html files in poedit

Hello I want scan html files in Poedit to translate the text there. I have code in html file like this: _("translate me") and I want the Poedit scan the word translate me like he scan PHP file without using PHP codes only pure…
kfir91
  • 103
  • 1
  • 12
1 2 3
16
17