Skip to content

Commit

Permalink
📖Improve code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
Cierra-Runis committed Aug 3, 2024
1 parent f9b06e4 commit e57b151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/lib/common/app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ abstract final class App {
ThemeMode.dark: Icons.dark_mode_rounded,
};

/// TIPS: Place zh_CN as the first locale
/// See https://github.com/flutter/flutter/issues/103811#issuecomment-1199012026
static final supportLanguages = {
/// TIPS: Use zh_CN as default locale
/// See https://github.com/flutter/flutter/issues/103811#issuecomment-1199012026
const Locale('zh', 'CN'): '简体中文',
const Locale('en'): 'English',
const Locale('ja'): '日本語',
Expand Down

0 comments on commit e57b151

Please sign in to comment.