new change to use intaleq_map sdk 04-16-4
This commit is contained in:
12
packages/get/example/lib/lang/en_us.dart
Normal file
12
packages/get/example/lib/lang/en_us.dart
Normal file
@@ -0,0 +1,12 @@
|
||||
// ignore_for_file: file_names
|
||||
|
||||
const Map<String, String> en_US = {
|
||||
'covid': 'Corona Virus',
|
||||
'total_confirmed': 'Total Confirmed',
|
||||
'total_deaths': 'Total Deaths',
|
||||
'fetch_country': 'Fetch by country',
|
||||
'corona_by_country': 'Corona by country',
|
||||
'total_infecteds': 'Total Infecteds',
|
||||
'details': 'Details',
|
||||
'total_recovered': 'Total Recovered',
|
||||
};
|
||||
Reference in New Issue
Block a user