Skip to content

Commit

Permalink
fix ja selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
creeper-0910 committed Sep 18, 2022
1 parent 0a46b04 commit d6298b2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ class MyApp extends StatelessWidget {
localizationsDelegates: [
FlutterI18nDelegate(
translationLoader: FileTranslationLoader(
fallbackFile: 'en',
basePath: 'assets/i18n',
),
),
Expand Down
5 changes: 0 additions & 5 deletions lib/ui/views/settings/settings_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@ class SettingsView extends StatelessWidget {
subtitle: 'English',
onTap: () => model.showLanguagesDialog(context),
),
SettingsTileDialog(
title: 'settingsView.languageLabel',
subtitle: 'Japanese',
onTap: () => model.showLanguagesDialog(context),
),
const Divider(thickness: 1.0),
SettingsSection(
title: 'settingsView.patcherSectionTitle',
Expand Down

0 comments on commit d6298b2

Please sign in to comment.