Current document shows aspects of software (Poedit application). This document contains description of environment and principals, which should be realized while localization of project. Also it contains application interface description, main functions and events.
First of all it is necessary to download application from official website http://www.poedit.net/download.php
After installation open File/Preferences in Menu and enter your name & e-mail. In “Editor” tab remove select from option “Automatically compile .mo
file on save”. Press “ОК”.
Application interface contains functions which is necessary as for language file's generation, as for further translations of them to another language.
All generated language files have extension *.po
(for example ru.po
), and could be translated in comfortable form to other languages by group of translators using this application. Those localizations can be integrated fast and easy in project.
Next in this instruction is interface description which shows application using by group of translators.
There is described next elements of application on the picture:
./public/portal/master_settings/lang ./public/portal/lang ./public/app/dlman/lang ./public/app/ibman/lang ./public/app/pvr/lang ./public/app/help/lang ./system/settings/lang ./system/updater/lang ./system/pages/loader/lang
in function
getCurrentLanguage ( langList )
add in massive new localization
['en', 'ru', 'uk', 'de', 'es', 'bg']
Compiling embedded portal from source codes
And goto step 4.