sumanchalki
sumanchalki

Reputation: 1467

Creating php backend alternative to 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?

Upvotes: 2

Views: 1554

Answers (3)

Josjojo
Josjojo

Reputation: 314

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):

Screenshot CodeStyling Localization

http://www.code-styling.de/english/development/wordpress-plugin-codestyling-localization-en

Unfortunately, if you're not using WordPress you have nothing.

Upvotes: 1

Chandresh M
Chandresh M

Reputation: 3828

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.

Upvotes: 1

Ignacio Vazquez-Abrams
Ignacio Vazquez-Abrams

Reputation: 798456

It's not PHP, but there is Transifex, in both download and hosted form. </shamelessplug>

Upvotes: 1

Related Questions