8 lines
152 B
Dart
8 lines
152 B
Dart
// ignore_for_file: constant_identifier_names, file_names
|
|
|
|
const Map<String, String> en_US = {
|
|
'home': 'Home',
|
|
'me': 'Me',
|
|
'notice': 'Notice',
|
|
};
|