mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-01-15 20:50:27 +00:00
6 lines
155 B
Dart
6 lines
155 B
Dart
class NoL10n {
|
|
static const String langZHS = '简体中文';
|
|
static const String langZHT = '繁體中文';
|
|
static const String langEn = 'English';
|
|
}
|