mo
A .po Generator written in PHP
Is there such a thing out there? A script that\'s able to create a .po file from .php files 开发者_开发百科dropped inside a directory/There are no PHP i18n resource extractor as far as I know.[详细]
2023-03-29 17:49 分类:问答How can I check .mo file validity?
I\'m using PHP to make .mo files out of the database and have run into a strange problem: some keys work, some don\'t. I think there is some kind of a problem with the generated files. How can I check[详细]
2023-03-13 15:03 分类:问答use regexp to search function calls in code
i try to make .mo files from my sources in php by finding \"t()\" function calls, i know that one better way is using regex functions like preg_match or something, but i\'m not the better creating reg[详细]
2023-03-06 12:49 分类:问答How to use po/pot files with php?
I have a .po and a .mo file in a folder whose address is /locale/nld_nld/LC_MESSAGES/. Both the files\' names are messages. I\'ve been trying to use the following code:[详细]
2023-02-04 09:47 分类:问答How can I create an .mo file for Wordpress
I have some .po开发者_如何学C files for Wordpress and i want to create .mo files. How can i do this?Linux[详细]
2023-01-31 20:00 分类:问答How to convert .po to .mo files on mac?
开发者_开发百科I have tried using poedit 1.4.6>save as, but .mo is not an option.Install gettext, then run the msgfmt command on the files.[详细]
2023-01-13 22:03 分类:问答Has anyone had issues with parsing CVS-committed gettext .mo files?
I have this issue where my mo parser code fails if I check out a .mo file from CVS ( CVS server is running on an old, old CENTOS box ) - I think CVS somehow corrupts it. If I use poedit and open the c[详细]
2022-12-20 08:35 分类:问答Can someone break down how localization file ( .mo, .po ) generation works?
I\'m trying to grok gettext. Here\'s how I think it works - First you use some sort of po editor and tell it to scan a directory for your application, create these \".po\" files, the application mak[详细]
2022-12-12 23:05 分类:问答