feat: EXPERIMENTAL language switching.

This commit is contained in:
Aunali321
2022-11-10 23:03:07 +05:30
parent 30376c960f
commit be77a181ec
6 changed files with 135 additions and 24 deletions

View File

@ -92,7 +92,7 @@ class SettingsView extends StatelessWidget {
SettingsTileDialog(
padding: const EdgeInsets.symmetric(horizontal: 20.0),
title: 'settingsView.languageLabel',
subtitle: 'English',
subtitle: model.selectedLanguage,
onTap: () => model.showLanguagesDialog(context),
),
_settingsDivider,