news_getx/lib/translations/en_US.dart

5 lines
141 B
Dart

const Map<String, String> enUS = {
'title': 'This is Title!',
'login': 'logged in as @name with email @email',
'welcome': 'welcome',
};