feat: 更新应用标题为林小夕
This commit is contained in:
@@ -101,7 +101,7 @@ abstract class AppLocalizations {
|
||||
/// No description provided for @appTitle.
|
||||
///
|
||||
/// In zh, this message translates to:
|
||||
/// **'Linksy'**
|
||||
/// **'林小夕'**
|
||||
String get appTitle;
|
||||
|
||||
/// No description provided for @commonConfirm.
|
||||
|
||||
@@ -9,7 +9,7 @@ class AppLocalizationsZh extends AppLocalizations {
|
||||
AppLocalizationsZh([String locale = 'zh']) : super(locale);
|
||||
|
||||
@override
|
||||
String get appTitle => 'Linksy';
|
||||
String get appTitle => '林小夕';
|
||||
|
||||
@override
|
||||
String get commonConfirm => '确认';
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"@@locale": "zh",
|
||||
"appTitle": "Linksy",
|
||||
"appTitle": "林小夕",
|
||||
"commonConfirm": "确认",
|
||||
"commonCancel": "取消",
|
||||
"commonSave": "保存",
|
||||
|
||||
Reference in New Issue
Block a user