mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-08 17:33:49 +08:00
5 lines
113 B
Dart
5 lines
113 B
Dart
class NoL10n {
|
|
static const String langZHS = '简体中文';
|
|
static const String langZHT = '繁體中文';
|
|
}
|