-
Notifications
You must be signed in to change notification settings - Fork 14
Localization
h9k edited this page Apr 19, 2012
·
2 revisions
MagIRC uses gettext for localization. To edit the localization files, you will need software such as Poedit.
- Open
locale/xx_XX/LC_MESSAGES/messages.powith Poedit - Press the
Update Catalogbutton to make sure you get all the latest strings - Edit the strings
- Save the file Note that due to caching the web server might need a reload for the changes to take effect.
- Create a folder in
locale/named after your desired locale, for examplept_BR. - Inside that folder, create a folder named
LC_MESSAGES. - Now copy over
locale/en_US/LC_MESSAGES/messages.poto your new folder - Open your
messages.pofile with Poedit - From the
Catalogmenu, chooseSettings - Specify the Language AND Country of your locale, then click OK
- Translate the strings
- Save the file