mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-23 06:33:43 +08:00
8 lines
243 B
Dart
8 lines
243 B
Dart
class NoL10n {
|
|
static const String langZHS = '简体中文';
|
|
static const String langZHT = '繁體中文';
|
|
static const String langEn = 'English';
|
|
static const String langJa = '日本語';
|
|
static const String langFR = 'Français';
|
|
}
|