#12 Move translation to own dir
This commit is contained in:
parent
0efa1f986b
commit
4317d545f4
|
|
@ -12,7 +12,7 @@ Here's how the samples look:
|
|||

|
||||
|
||||
## Read the docs in other languages
|
||||
[Read the docs in Korean!](/README_kor.md)
|
||||
[Read the docs in Korean!](/i18n/ko-KR.md)
|
||||
|
||||
## Motivation
|
||||
Let's make writing HTML emails & email signatures easier. We won't fix all email clients, but we can surely make our lives easier with some neat automation. <br/>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,18 @@
|
|||
#Translated docs
|
||||
|
||||
The [main README](https://github.com/fadeit/responsive-html-email-signature) is always going to be the most up-to-date, so if something doesn't add up, take a look there.
|
||||
|
||||
*Available translations are:*
|
||||
- [Korean](ko-KR.md) by [JooHyung Park](https://github.com/dusskapark)
|
||||
|
||||
##Contributing
|
||||
You're very welcome to contribute & maintain translations.
|
||||
Mini-guide:
|
||||
|
||||
1. Fork the repo
|
||||
2. Create a translation file and name it (i18n standard format, e.g. en-US)
|
||||
3. Put this file in the i18n folder
|
||||
4. Translate the original English version to be current with the latest changes
|
||||
5. Add a new line to this file with a link to your translation
|
||||
6. Make a Pull Request
|
||||
|
||||
Loading…
Reference in New Issue