-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Welcome to the govorimvmeste wiki!
- Register on GitHub
- Tell me your login name
- I will add you as a project collaborator
That is it! Now you are able to edit source code in-line.
Please use GitHub Issues feature to enter any bug report, issue or request.
There are two ways how one can make a translation: easy way and proper way ;) Using easy way you can edit necessary file right in your browser. Proper way involves installing additional software on your PC and creating a copy of all source code.
To access source code from browser you should go to project development home . In the bottom of the page you will find folder code. You can easily navigate through sub folders.
You can find textual data in several places:
- code/app/locale/< locale >/LC_MESSAGES/default.po. < locale > is a three-character locale code, which conforms to the ISO 639-2 standard. The majority of information is in these default.po files.
- code/app/view/info. Info folder contains About and Regulations pages. One can find translations in code/app/view/< locale >/info, where < locale > is the three-character language code. Please save files in UTF-8 format.
- code/app/view/elements/email/text. As in other places localized e-mail text is stored in a folder with a three-character language name.
All these files should be stored in UTF-8 format. If you do not know what it is, please ask me. You can edit any file by selecting it and then pressing Edit.
*In case of English language. If msgid is written correctly in .po file, you can leave the msgstr intact *