class NoL10n {
  static const String langZHS = '简体中文';
  static const String langZHT = '繁體中文';
  static const String langEn = 'English';
}