Add i18n docs

This commit is contained in:
Kim Gardner
2018-03-07 17:25:48 -05:00
parent ac5062fc01
commit 86683ee21c
2 changed files with 17 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
---
title: Styling Talk with CSS
permalink: /styling-talk/
permalink: /styling-css/
class: configuration
toc: true
---
+16
View File
@@ -0,0 +1,16 @@
---
title: Translations and i18n
permalink: /translations-i18n/
class: configuration
toc: true
---
Were 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 youre working on, feel free to create a Github issue: https://github.com/coralproject/talk/issues/new