创建 php 后端替代 poedit
我只是想知道我是否可以找到 php 后端,它可以用作 poedit 的替代品来输入翻译。
有时我们需要将视图文件直接更新到实时服务器,将所有源文件下载到本地计算机并生成 .po 文件并使用 poedit 翻译它们并再次上传是很痛苦的。有人可以帮忙吗?
I was just wondering if i can find php backend which can be used as alternative to poedit to enter translations.
Sometimes we need update view files directly to live server and its painful to download all source to local machine and generate .po files and translate them using poedit and upload again. Can anyone help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
它不是 PHP,但有 Transifex,在 下载 和 托管 表单。
It's not PHP, but there is Transifex, in both download and hosted form. </shamelessplug>
我正在使用 FTP 上传和下载 PHP 文件以及文件夹,因此在这种情况下,如果您只想编辑/更新 FTP 中的部分源代码,您可以右键单击文件名,您可以在其中选择“查看/ edit”,它可以在任何编辑器中打开,并且仍然与 FTP 连接,因此每当您对该文件进行更改并保存时,它也会自动保存在您的实时服务器上。
因此,如果您询问我所理解的内容,那么您可以使用我的答案。
谢谢。
i am using FTP for uploading and downloading PHP files as well as folders, so in that case if you want to edit/update only some of the source in the FTP you can right click on file name where you get the option for "View/edit" which can be open in any of your editor and its still connected with FTP so whenever you done change in that file and save it will automatically save on your live server too.
So if your query what i have understood then you can use my answer.
Thank you.
我的网站使用 WordPress。 WordPress 有一个插件可以编辑 po 文件并生成 mo 文件。
CodeStyling 本地化(WordPress 插件):
http://www.code-styling.de/english/development/wordpress-plugin-codestyling-localization-en
不幸的是,如果您不使用 WordPress,您将一无所有。
I'm using WordPress for my website. There is a plugin for WordPress that can edit po-files and generate mo-files.
CodeStyling Localization (plugin for WordPress):
http://www.code-styling.de/english/development/wordpress-plugin-codestyling-localization-en
Unfortunately, if you're not using WordPress you have nothing.