Created
March 19, 2020 04:44
-
-
Save tianhaoz95/4e23d1537839ef3e101c8af9773bbf67 to your computer and use it in GitHub Desktop.
example i18n message getter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| String get title { | |
| return Intl.message( | |
| 'Mini Donkey', | |
| name: 'title', | |
| desc: 'Title for the application', | |
| locale: localeName, | |
| ); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment