5 lines
89 B
Dart
5 lines
89 B
Dart
class EnUS {
|
|
static const Map<String, String> values = {
|
|
"路由": "Routes",
|
|
};
|
|
} |