mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-29 01:13:24 +08:00
l10n: 自定义汉化文件
This commit is contained in:
@ -4753,6 +4753,36 @@ class S {
|
||||
args: [v0],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Please select INI file`
|
||||
String get home_localization_select_customize_file_ini {
|
||||
return Intl.message(
|
||||
'Please select INI file',
|
||||
name: 'home_localization_select_customize_file_ini',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Please select custom Localization file`
|
||||
String get home_localization_select_customize_file {
|
||||
return Intl.message(
|
||||
'Please select custom Localization file',
|
||||
name: 'home_localization_select_customize_file',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Click to select INI file`
|
||||
String get home_localization_action_select_customize_file {
|
||||
return Intl.message(
|
||||
'Click to select INI file',
|
||||
name: 'home_localization_action_select_customize_file',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
class AppLocalizationDelegate extends LocalizationsDelegate<S> {
|
||||
|
Reference in New Issue
Block a user