dreampad/lib/app/lang/en_US.dart

8 lines
152 B
Dart
Raw Normal View History

2023-11-28 10:44:58 +08:00
// ignore_for_file: constant_identifier_names, file_names
const Map<String, String> en_US = {
'home': 'Home',
'me': 'Me',
'notice': 'Notice',
};