Files
intaleq/packages/get/example/lib/lang/en_us.dart
2026-04-16 19:45:03 +03:00

13 lines
359 B
Dart

// 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',
};