diff --git a/docs/source/02-08-styling-css.md b/docs/source/02-08-styling-css.md index 4cb37b45d..9eb56eada 100644 --- a/docs/source/02-08-styling-css.md +++ b/docs/source/02-08-styling-css.md @@ -1,6 +1,6 @@ --- title: Styling Talk with CSS -permalink: /styling-talk/ +permalink: /styling-css/ class: configuration toc: true --- diff --git a/docs/source/02-09-translations-i18n.md b/docs/source/02-09-translations-i18n.md new file mode 100644 index 000000000..b13ab08ca --- /dev/null +++ b/docs/source/02-09-translations-i18n.md @@ -0,0 +1,16 @@ +--- +title: Translations and i18n +permalink: /translations-i18n/ +class: configuration +toc: true +--- + +We’re so proud to have received submissions from a lot of 3rd party contributors translating Talk into their own languages. + +You can see what languages Talk currently supports here: https://github.com/coralproject/talk/tree/master/locales + +To add a new Talk translation, simply translate the `en.yml` file (https://github.com/coralproject/talk/blob/master/locales/en.yml) into a new yml file with the language code of your choice. You can find supported language codes here: http://www.localeplanet.com/icu/iso639.html + +There are some other files you will need to update, which you can do, or you can simply leave that to us! + +If you want to suggest a new language or put a placeholder for a translation you’re working on, feel free to create a Github issue: https://github.com/coralproject/talk/issues/new