mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-02-06 15:10:20 +00:00
feat: add FPS Support
This commit is contained in:
@@ -5400,6 +5400,26 @@ class S {
|
||||
);
|
||||
}
|
||||
|
||||
/// `Hong Kong FPS`
|
||||
String get support_dev_hk_fps_transfer_title {
|
||||
return Intl.message(
|
||||
'Hong Kong FPS',
|
||||
name: 'support_dev_hk_fps_transfer_title',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `FPS ID copied`
|
||||
String get support_dev_hk_fps_transfer_id_copied {
|
||||
return Intl.message(
|
||||
'FPS ID copied',
|
||||
name: 'support_dev_hk_fps_transfer_id_copied',
|
||||
desc: '',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
||||
/// `Alipay`
|
||||
String get support_dev_alipay {
|
||||
return Intl.message(
|
||||
|
||||
Reference in New Issue
Block a user