Skip to content

Commit

Permalink
Update wordshkSlogan to 大家嘅粵語詞典
Browse files Browse the repository at this point in the history
  • Loading branch information
AlienKevin committed Jun 16, 2022
1 parent fe2c223 commit db115cc
Showing 5 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
@@ -91,7 +91,7 @@
}
},

"wordshkSlogan": "A growing large-scale crowd-sourced Cantonese dictionary",
"wordshkSlogan": "A Cantonese Dictionary for Everyone",
"dictionary": "Dictionary",
"aboutWordshk": "About words.hk",

2 changes: 1 addition & 1 deletion lib/l10n/app_zh_Hans_CN.arb
Original file line number Diff line number Diff line change
@@ -80,7 +80,7 @@
"entryNotPublished": "词条未公开",
"entryNotPublishedText": "词条“{entryVariant}”还没有公开。我们的编辑正在努力完善这个词条。",

"wordshkSlogan": "成长中的大型crowd-sourced粤语字典",
"wordshkSlogan": "大家的粤语字典",
"dictionary": "字典",
"aboutWordshk": "关于粤典",

2 changes: 1 addition & 1 deletion lib/l10n/app_zh_Hant_HK.arb
Original file line number Diff line number Diff line change
@@ -80,7 +80,7 @@
"entryNotPublished": "詞條未公開",
"entryNotPublishedText": "詞條「{entryVariant}」仲未公開。我哋嘅编辑喺度完善緊呢個詞條。",

"wordshkSlogan": "成長中嘅大型crowd-sourced粵語字典",
"wordshkSlogan": "大家嘅粵語字典",
"dictionary": "字典",
"aboutWordshk": "關於粵典",

2 changes: 1 addition & 1 deletion lib/l10n/app_zh_Hant_TW.arb
Original file line number Diff line number Diff line change
@@ -80,7 +80,7 @@
"entryNotPublished": "詞條未公開",
"entryNotPublishedText": "詞條「{entryVariant}」還沒有公開。我們的編輯正在努力完善這個詞條。",

"wordshkSlogan": "成長中的大型crowd-sourced粵語字典",
"wordshkSlogan": "大家的粵語字典",
"dictionary": "字典",
"aboutWordshk": "關於粵典",

8 changes: 7 additions & 1 deletion lib/widgets/navigation_drawer.dart
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ class NavigationDrawer extends StatelessWidget {
padding: EdgeInsets.zero,
children: [
SizedBox(
height: 210 * MediaQuery.of(context).textScaleFactor * 0.9,
height: 180 * MediaQuery.of(context).textScaleFactor,
child: DrawerHeader(
decoration: BoxDecoration(
color: Theme.of(context).primaryColor,
@@ -66,6 +66,12 @@ class NavigationDrawer extends StatelessWidget {
.titleLarge
?.copyWith(color: whiteColor),
),
SizedBox(
height: Theme.of(context)
.textTheme
.bodySmall!
.fontSize! /
2),
Text(
AppLocalizations.of(context)!.wordshkSlogan,
style: Theme.of(context)

0 comments on commit db115cc

Please sign in to comment.