Skip to content

🥇 Hacktoberfest: Add language translation for symbol files #2

Description

@btk

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions