-
Notifications
You must be signed in to change notification settings - Fork 4
Translate localized strings with PoEdit
Kenneth Gulbrandsøy edited this page Aug 3, 2014
·
10 revisions
PoEdit is the recommended PO-file editor for RescueMe developers.
Note
In PoEdit, every PO-file is called a catalog. You should create a PoEdit project named RescueMe
and set the project root to path/to/rescueme/src
for easy access to all catalogs (PO-files) in RescueMe. See [Create PoEdit project](Create PoEdit project) for more information.
###Prerequisites
Ensure that you have PHP, php gettext extension and PoEdit installed on you machine.
###Guides
- [Create PoEdit project](Create PoEdit project)
- [Create PO-files using PoEdit](Create PO-files using PoEdit)
- [Update PO-files using PoEdit](Update PO-files using PoEdit)
- [Change PoEdit base path to local repository](Change PoEdit base path to local repository)