pixelplanet/i18n
2023-03-14 18:08:42 +01:00
..
az.po Update hu and ru translation. Fix typos 2023-03-14 18:58:21 +03:00
be.po Update hu and ru translation. Fix typos 2023-03-14 18:58:21 +03:00
ca.po Update hu and ru translation. Fix typos 2023-03-14 18:58:21 +03:00
da.po Update hu and ru translation. Fix typos 2023-03-14 18:58:21 +03:00
de.po Update hu and ru translation. Fix typos 2023-03-14 18:58:21 +03:00
dz.po Update hu and ru translation. Fix typos 2023-03-14 18:58:21 +03:00
eo.po Update hu and ru translation. Fix typos 2023-03-14 18:58:21 +03:00
es.po Update hu and ru translation. Fix typos 2023-03-14 18:58:21 +03:00
fr.po fix broken ${ in armenian translation and one character in french translation 2023-03-14 18:08:42 +01:00
hu.po Update hu and ru translation. Fix typos 2023-03-14 18:58:21 +03:00
hy.po Update hu and ru translation. Fix typos 2023-03-14 18:58:21 +03:00
it.po Update hu and ru translation. Fix typos 2023-03-14 18:58:21 +03:00
kk.po Update hu and ru translation. Fix typos 2023-03-14 18:58:21 +03:00
os.po Update hu and ru translation. Fix typos 2023-03-14 18:58:21 +03:00
pt.po Update hu and ru translation. Fix typos 2023-03-14 18:58:21 +03:00
README.md fix links in translation README 2022-08-11 11:19:45 +02:00
ru.po Update hu and ru translation. Fix typos 2023-03-14 18:58:21 +03:00
sl.po Update hu and ru translation. Fix typos 2023-03-14 18:58:21 +03:00
sr.po Update hu and ru translation. Fix typos 2023-03-14 18:58:21 +03:00
ssr-az.po Update hu and ru translation. Fix typos 2023-03-14 18:58:21 +03:00
ssr-be.po Update hu and ru translation. Fix typos 2023-03-14 18:58:21 +03:00
ssr-ca.po Update hu and ru translation. Fix typos 2023-03-14 18:58:21 +03:00
ssr-da.po Update hu and ru translation. Fix typos 2023-03-14 18:58:21 +03:00
ssr-de.po Update hu and ru translation. Fix typos 2023-03-14 18:58:21 +03:00
ssr-eo.po Update hu and ru translation. Fix typos 2023-03-14 18:58:21 +03:00
ssr-es.po Update hu and ru translation. Fix typos 2023-03-14 18:58:21 +03:00
ssr-fr.po Update hu and ru translation. Fix typos 2023-03-14 18:58:21 +03:00
ssr-hu.po Update hu and ru translation. Fix typos 2023-03-14 18:58:21 +03:00
ssr-hy.po fix broken ${ in armenian translation and one character in french translation 2023-03-14 18:08:42 +01:00
ssr-it.po Update hu and ru translation. Fix typos 2023-03-14 18:58:21 +03:00
ssr-kk.po Update hu and ru translation. Fix typos 2023-03-14 18:58:21 +03:00
ssr-os.po Update hu and ru translation. Fix typos 2023-03-14 18:58:21 +03:00
ssr-pt.po Update hu and ru translation. Fix typos 2023-03-14 18:58:21 +03:00
ssr-ru.po Update hu and ru translation. Fix typos 2023-03-14 18:58:21 +03:00
ssr-sl.po Update hu and ru translation. Fix typos 2023-03-14 18:58:21 +03:00
ssr-sr.po Update hu and ru translation. Fix typos 2023-03-14 18:58:21 +03:00
ssr-tr.po Update hu and ru translation. Fix typos 2023-03-14 18:58:21 +03:00
ssr-uk.po Update hu and ru translation. Fix typos 2023-03-14 18:58:21 +03:00
template-ssr.pot Update hu and ru translation. Fix typos 2023-03-14 18:58:21 +03:00
template.pot Update hu and ru translation. Fix typos 2023-03-14 18:58:21 +03:00
tr.po Update hu and ru translation. Fix typos 2023-03-14 18:58:21 +03:00
uk.po Update hu and ru translation. Fix typos 2023-03-14 18:58:21 +03:00

Translations

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 get an own chat channel that just people who use this language can access.

With poedit

Create new translation

  1. Download poedit here and template.pot
  2. Open it and Create new Translation and open the template.pot start
  3. Select the language you want to translate into langsel
  4. Translate all the entries translate
  5. Save the translation as [locale].po (i.e. es.po for spanish)
  6. Do the same again, but with template-ssr.pot and save it as ssr-[locale].po
  7. Send us the two files on guilded or make a pull request

Update old translation if change is needed

  1. Open the .po file with poedit
  2. Click on Catalogue -> Update from POT file
  3. Select the corresponding template.pot file and the translations will update and new entries appear if needed