I put
through all languages in Google Translate alphabetically and back to English, (i.e. English to Afrikaans to English to Albanian to English ...) and I got "(Google Translator) You can read.". At one point "(Google Translator)" was "(Google Interpreter)".
Yes. Do please add Japanese, @earthrulerr. (Sorry if I don't make sense.)
Hiragana and Katakana? No. Kanji? Yes.
Why did Japanese people like the Chinese language so much?
That's from the center of Japan to the center of China.
What I mean is, kanji = characters borrowed from Chinese
Yes. Both kana were also borrowed from Chinese; they were just simplified.
Ok, first things first we need a dictionary API(Thats free and open source)
@sir_kitten2 and @warped_wart_wars will do Japanese part, before we do anything we need a UI.
I'm downloading flags for all of the country's languages we are teaching.(for UI)
That's for English, not other languages.
You might need SPLIT BY JSON.
is the same but
en
instead of
es
.
Edit: Pretty-printed:
[
{
"word": "hola",
"phonetic": "ˈəʊla",
"phonetics": [
{
"text": "ˈəʊla",
"audio": "//ssl.gstatic.com/dictionary/static/sounds/20200429/hola--_gb_1.mp3"
}
],
"origin": "Spanish, literally ‘hello, hi’.",
"meanings": [
{
"partOfSpeech": "exclamation",
"definitions": [
{
"definition": "a Spanish greeting used when meeting someone.",
"example": "the TV was loud so I knocked and yelled, ‘Hola, Denis’",
"synonyms": [],
"antonyms": []
}
]
},
{
"partOfSpeech": "noun",
"definitions": [
{
"definition": "an utterance of ‘hola’.",
"example": "I'm always greeted with a smile and an hola",
"synonyms": [],
"antonyms": []
}
]
}
]
}
]