|
@@ -141,7 +141,7 @@ class _SelectModulePageState extends FState<SelectModulePage> {
|
|
|
child: FColumn(
|
|
|
mainAxisAlignment: MainAxisAlignment.center,
|
|
|
children: [
|
|
|
- if (i18nBook.isCurrentChinese)
|
|
|
+ if (!i18nBook.isCurrentEnglish)
|
|
|
FText(
|
|
|
measureLanguage.t('measure', e.description ?? ''),
|
|
|
style: const TextStyle(
|
|
@@ -186,7 +186,7 @@ class _SelectModulePageState extends FState<SelectModulePage> {
|
|
|
child: FColumn(
|
|
|
mainAxisAlignment: MainAxisAlignment.center,
|
|
|
children: [
|
|
|
- if (i18nBook.isCurrentChinese)
|
|
|
+ if (!i18nBook.isCurrentEnglish)
|
|
|
FText(
|
|
|
measureLanguage.t('measure', e.description ?? ''),
|
|
|
style: const TextStyle(
|