dreampad/lib/app/lang/en_US.dart
2023-11-28 10:45:09 +08:00

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