Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add thai language #336

Merged
merged 6 commits into from
Oct 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 17 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@
![Main Screenshot](docs/screenshots/main_screenshot.png)

## ✨ Features

- New word everyday
- Listen to the word in the chosen language
- New inspirational quote about learning
- Dark Interface

## 🌎 Supported Languages

- 🇿🇦 Afrikaans
- 🇸🇦 Arabic
- 🇧🇩 Bangla
Expand All @@ -46,13 +48,14 @@
- 🇷🇺 Russian
- 🇪🇸 Spanish
- 🇸🇪 Swedish
- ᴛʜ Thai

## 🛠 Built With

* [Vue.js](https://vuejs.org/) - Frontend
* [Node.js](https://nodejs.org/en/) - Backend
* [Pug](https://pugjs.org/api/getting-started.html) - Template Engine
* [Jest](https://jestjs.io/) - Testing Framework
- [Vue.js](https://vuejs.org/) - Frontend
- [Node.js](https://nodejs.org/en/) - Backend
- [Pug](https://pugjs.org/api/getting-started.html) - Template Engine
- [Jest](https://jestjs.io/) - Testing Framework

## 🤝 Contributing

Expand All @@ -77,13 +80,13 @@ Here's a [guide](https://github.com/jayehernandez/letra-extension/blob/master/do

## 🙏🏻 Acknowledgements

* Boilerplate Vue Extension from [Kocal's vue-web-extension](https://github.com/Kocal/vue-web-extension)
* Text to Speech API from [ResponsiveVoice API](https://responsivevoice.org/api/)
* Background Image API from [Unsplash](https://unsplash.com/developers)
* Twitter Flag Emojis from [Twemoji Awesome](https://github.com/ellekasai/twemoji-awesome)
* Icons from [Raj Dev](https://freeicons.io/profile/714)
* [Vue Analytics](https://github.com/MatteoGabriele/vue-analytics)
* README generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)
- Boilerplate Vue Extension from [Kocal's vue-web-extension](https://github.com/Kocal/vue-web-extension)
- Text to Speech API from [ResponsiveVoice API](https://responsivevoice.org/api/)
- Background Image API from [Unsplash](https://unsplash.com/developers)
- Twitter Flag Emojis from [Twemoji Awesome](https://github.com/ellekasai/twemoji-awesome)
- Icons from [Raj Dev](https://freeicons.io/profile/714)
- [Vue Analytics](https://github.com/MatteoGabriele/vue-analytics)
- README generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)

Give a ⭐️ if this project helped you!

Expand All @@ -92,7 +95,9 @@ Give a ⭐️ if this project helped you!
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->

[![All Contributors](https://img.shields.io/badge/all_contributors-87-orange.svg?style=flat-square)](#contributors-)

<!-- ALL-CONTRIBUTORS-BADGE:END -->

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
Expand Down Expand Up @@ -216,6 +221,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d

<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
Expand Down
124 changes: 64 additions & 60 deletions server/data/languages.json
Original file line number Diff line number Diff line change
@@ -1,62 +1,66 @@
{
"afrikaans": {
"flag": "twa-south-south-africa-flag",
"voice": "Afrikaans Male"
},
"arabic": {
"flag": "twa-saudi-arabia-flag",
"voice": "Arabic Female"
},
"bangla": {
"flag": "twa-bangladesh-flag",
"voice": "Bangla Bangladesh Male"
},
"brazilian-portuguese": {
"flag": "twa-brazil-flag",
"voice": "Brazilian Portuguese Female"
},
"chinese-simplified": {
"flag": "twa-china-flag",
"voice": "Chinese Female"
},
"filipino": {
"flag": "twa-philippines-flag",
"voice": "Filipino Female"
},
"french": {
"flag": "twa-france-flag",
"voice": "French Female"
},
"german": {
"flag": "twa-germany-flag",
"voice": "Deutsch Female"
},
"hindi": {
"flag": "twa-india-flag",
"voice": "Hindi Female"
},
"indonesian": {
"flag": "twa-indonesia-flag",
"voice": "Indonesian Female"
},
"japanese": {
"flag": "twa-japan-flag",
"voice": "Japanese Female"
},
"korean": {
"flag": "twa-korea-south-south-korea-flag",
"voice": "Korean Female"
},
"russian": {
"flag": "twa-russia-flag",
"voice": "Russian Female"
},
"spanish": {
"flag": "twa-spain-flag",
"voice": "Spanish Female"
},
"swedish": {
"flag": "twa-sweden-flag",
"voice": "Swedish Male"
}
"afrikaans": {
"flag": "twa-south-south-africa-flag",
"voice": "Afrikaans Male"
},
"arabic": {
"flag": "twa-saudi-arabia-flag",
"voice": "Arabic Female"
},
"bangla": {
"flag": "twa-bangladesh-flag",
"voice": "Bangla Bangladesh Male"
},
"brazilian-portuguese": {
"flag": "twa-brazil-flag",
"voice": "Brazilian Portuguese Female"
},
"chinese-simplified": {
"flag": "twa-china-flag",
"voice": "Chinese Female"
},
"filipino": {
"flag": "twa-philippines-flag",
"voice": "Filipino Female"
},
"french": {
"flag": "twa-france-flag",
"voice": "French Female"
},
"german": {
"flag": "twa-germany-flag",
"voice": "Deutsch Female"
},
"hindi": {
"flag": "twa-india-flag",
"voice": "Hindi Female"
},
"indonesian": {
"flag": "twa-indonesia-flag",
"voice": "Indonesian Female"
},
"japanese": {
"flag": "twa-japan-flag",
"voice": "Japanese Female"
},
"korean": {
"flag": "twa-korea-south-south-korea-flag",
"voice": "Korean Female"
},
"russian": {
"flag": "twa-russia-flag",
"voice": "Russian Female"
},
"spanish": {
"flag": "twa-spain-flag",
"voice": "Spanish Female"
},
"swedish": {
"flag": "twa-sweden-flag",
"voice": "Swedish Male"
},
"thai": {
"flag": "twa-thailand-flag",
"voice": "Thai Female"
}
}
Loading