ozdemirburak / morse-code-translator

Translate text to Morse code and vice versa, with the option to play Morse code audio.
https://morsecodetranslator.com
MIT License
216 stars 57 forks source link

Thai Alphabet #1

Closed ozdemirburak closed 7 years ago

ozdemirburak commented 7 years ago

Thai alphabet characters are missing, someone who knows Thai can implement it.

You can add the Thai Alphabet after the Korean one.

'12': { // Thai Alphabet => https://th.wikipedia.org/wiki/รหัสมอร์ส
  'ก': '110'
}

Wikipedia Page as the Source

mahasak commented 7 years ago

Sound interesting, I'll take this one :)

AimeTPGM commented 7 years ago

I'd like to contribute too! :D

ozdemirburak commented 7 years ago

@AimeTPGM It's okay, I can merge both pull requests if I receive pull requests from both of you.