diff --git a/README.md b/README.md index 687366f..ebeae2f 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,14 @@ If a language code differs from the country code of a wanted flag, it can be def 1. Download poedit [here](https://poedit.net/) and [template.pot](https://git.pixelplanet.fun/ppfun/pixelplanet/raw/branch/master/i18n/template.pot) 2. Open it and **Create new Translation** and open the `template.pot` -![start](../promotion/poedit/start.png) +![start](./images/start.png) 3. Select the language you want to translate into -![langsel](../promotion/poedit/langsel.png) +![langsel](./images/langsel.png) 4. Translate all the entries -![translate](../promotion/poedit/translate.png) +![translate](./images/translate.png) 5. Save the translation as `[locale].po` (i.e. `es.po` for spanish) 6. Do the same again, but with [template-ssr.pot](https://git.pixelplanet.fun/ppfun/pixelplanet/raw/branch/master/i18n/template-ssr.pot) and save it as `ssr-[locale].po` -7. Send us the two files on [guilded](https://pixelplanet.fun) or make a pull request +7. Send us the two files on [discord](https://pixelplanet.fun/guilded) or make a pull request ### Update old translation if change is needed diff --git a/images/langsel.png b/images/langsel.png new file mode 100644 index 0000000..a33dffd Binary files /dev/null and b/images/langsel.png differ diff --git a/images/start.png b/images/start.png new file mode 100644 index 0000000..0887f8c Binary files /dev/null and b/images/start.png differ diff --git a/images/translate.png b/images/translate.png new file mode 100644 index 0000000..754b3e9 Binary files /dev/null and b/images/translate.png differ