Two translation files for each language are needed, ssr-[locale].po
and [locale].pb
(i.e. ssr-de.po
and de.po
).
Translation files can be created out of the templates template.pot and template-ssr.pot. They are standard GNU gettext files and can be edited in any ordinary texteditor or po-Editor.
All translated languages will get an own chat channel in the future that just people who use this language can access.
- Download poedit here and template.pot
- Open it and Create new Translation and open the
template.pot
- Select the language you want to translate into
- Translate all the entries
- Save the translation as
[locale].po
(i.e.es.po
for spanish) - Do the same again, but with template-ssr.pot and save it as
ssr-[locale].po
- Send us the two files on guilded or make a pull request
- Open the .po file with poedit
- Click on Catalogue -> Update from POT file
- Select the corresponding template.pot file and the translations will update and new entries appear if needed