Translations

At first let's add texts that we will use in our TODO APP.

Open file Application\src\en.json

Add these text values to it:

...

    "TODO__TITLE": "TODOs",
    "TODO__WHAT_NEEDS_TO_BE_DONE": "What needs to be done?",
    "TODO__CLEAN_COMPLETED": "Clean completed",
    "MESSAGE__TODO__TITLE_REQUIRED": "Enter task title."
}

You can also add translations to appropriate language files if you need.