Hello!
This app is an open source project, I work on my free time. And the app is published in google play. It is totally free. Basically what this app does is; lists bunch of symbols and people with autism use this app to communicate with their surroundings.
That symbols triggers TTS on press.
But since most of the people with autism can only understand their native language, it is really important for this app to support multiple languages.
If you are a bilingual and want to contribute to this app, you can submit your translations of this app's symbol data.
How To Submit A Translation?
- For this project
- Duplicate file
/data/card_en.json with your language code (eg: /data/card_es.json)
- Start translating the cards.
Only translate the title and phrase properties, other properties are used for symbol images etc.
{
"type": "card",
"title": "Grandparents",
"slug": "grandparents",
"parents": [
"people"
],
"phrases": [
{
"symbol": "hand",
"phrase": "I love my grandparents"
},
{
"symbol": "hand",
"phrase": "I want to see my grandparents"
}
]
}
So the properties needed to be translated are these;
{
"type": "card",
"title": "**TRANSLATE_THIS**",
"slug": "grandparents",
"parents": [
"people"
],
"phrases": [
{
"symbol": "hand",
"phrase": "**TRANSLATE_THIS**"
},
{
"symbol": "hand",
"phrase": "**TRANSLATE_THIS**"
}
]
}
I translated English to Turkish and it usually takes about 10 minutes if you are fast at typing :) Think of the people using this app will appreciate you! And also get your hacktoberfest credits in 👍
Current translation status
If you would like to, write a comment and the language you are going to be translating and I add you to the list not to create any conflicts.
Google play link: https://play.google.com/store/apps/details?id=org.dreamoriented.leeloo&hl=en
I will soon publish it to app store also.
Hello!
This app is an open source project, I work on my free time. And the app is published in google play. It is totally free. Basically what this app does is; lists bunch of symbols and people with autism use this app to communicate with their surroundings.
That symbols triggers TTS on press.
But since most of the people with autism can only understand their native language, it is really important for this app to support multiple languages.
If you are a bilingual and want to contribute to this app, you can submit your translations of this app's symbol data.
How To Submit A Translation?
/data/card_en.jsonwith your language code (eg:/data/card_es.json)Only translate the
titleandphraseproperties, other properties are used for symbol images etc.So the properties needed to be translated are these;
I translated English to Turkish and it usually takes about 10 minutes if you are fast at typing :) Think of the people using this app will appreciate you! And also get your hacktoberfest credits in 👍
Current translation status
If you would like to, write a comment and the language you are going to be translating and I add you to the list not to create any conflicts.
Google play link: https://play.google.com/store/apps/details?id=org.dreamoriented.leeloo&hl=en
I will soon publish it to app store also.