poedit Questions
3
Solved
I started my PHP application with all text in German, then used gettext to extract all strings and translate them to English.
So, now I have a .po file with all msgids in German and msgstrs in Engl...
1
Solved
I checked MSDN and the locale string is zh_Hant, but I also tried with zh_TW (Chinese, Taiwan).
The traditional Chinese characters look OK in the poEditor, but when I open the file in the browser ...
1
Solved
I need to parse my php files where is used several text-domains. I want to parse just one specific domain (others have been already translated) How to make Poedit to do that?
Is it required to com...
2
Solved
I have created a language file in poedit for the use of the PHP gettext function, now on the page I am trying to test it on, I cannot get it to find/load the .po or .mo file I created, does anyone ...
1
Solved
I've posted a question yesterday but I just realized that the answer doesn't seem to be working for a certain situation. The post was php string variables in gettext and here is what I asked about:...
2
Solved
How does gettext translate string variables? It doesn't seem to want to do it.. lets say I have $sentence = "Hello World"; and then I want to echo ($sentence); ... how can I do that so that I can t...
© 2022 - 2024 — McMap. All rights reserved.