Translations
============
Adding translations to your app makes it more accessible to international users. `Clickable `__ will handle this process automatically, extracting new translatable strings into a pot file (the source strings of your app, to be translated).
Marking a string to be translatable can be achieved like this i18n.tr(string). For example:
::
Label {
text: i18n.tr("My Label")
}
More information and options can be found in this a bit outdated `tutorial on localization `__ an app.