Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在阅读和阅读有关使用 gettext 国际化 PHP 网站的信息,这对我来说很有趣。
我真的坚持实际创建初始 .pot 文件。
从周围阅读看来,我需要在 shell 中使用 xgettext 命令来为我的初始翻译创建我的 .pot 文件,然后使用 Poedit 进行编辑。
我的问题是我在一个无法访问 Shell、exec() 命令或类似命令的共享服务器上。
有没有办法在不使用 shell 或手动创建这个文件的情况下创建这个 .pot 文件?
提前谢谢了
不,但您不必在服务器上执行此操作。将文件下载到本地系统并在那里运行。