List<Locale> get supportedLocales { return const <Locale>[ Locale("en", ""), Locale("zh", "CN"), ]; }