2025-08-27 18:20:37 +08:00

5 lines
88 B
Dart

class ZhCn{
static const Map<String, String> values = {
"路由": "路由",
};
}