Open
Description
We are using WebLate to do translation works:
Workflow
- Go to Weblate to improve current translations or add new translations.
- There are still some texts which are not translatable. Here's the way:
- Add a key in lib/l10n/intl_en.arb
- Replace the text with
AppLocalizations.of(context).yourNewKey
in the widget - Submit a pull request. After merged, these texts would be translatable at Weblate.