mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 21:41:52 +08:00
feat(mobile): add discord link in setting (#13789)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added a new Discord community link in the mobile settings Others section with an animated "Hot" badge * **Localization** * Added multilingual support for the new Discord link across all supported languages <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@@ -2771,6 +2771,10 @@ export function useAFFiNEI18N(): {
|
||||
* `Star us on GitHub`
|
||||
*/
|
||||
["com.affine.mobile.setting.others.github"](): string;
|
||||
/**
|
||||
* `Discord Group`
|
||||
*/
|
||||
["com.affine.mobile.setting.others.discord"](): string;
|
||||
/**
|
||||
* `Privacy`
|
||||
*/
|
||||
|
||||
@@ -691,6 +691,7 @@
|
||||
"com.affine.mobile.setting.appearance.title": "Appearance",
|
||||
"com.affine.mobile.setting.header-title": "Settings",
|
||||
"com.affine.mobile.setting.others.github": "Star us on GitHub",
|
||||
"com.affine.mobile.setting.others.discord": "Discord Group",
|
||||
"com.affine.mobile.setting.others.privacy": "Privacy",
|
||||
"com.affine.mobile.setting.others.terms": "Terms of use",
|
||||
"com.affine.mobile.setting.others.title": "Privacy & others",
|
||||
|
||||
Reference in New Issue
Block a user