chore: add locales

This commit is contained in:
jialin
2026-06-01 13:36:14 +08:00
committed by jialin
parent d95fd8dc90
commit 07e625f2bc
6 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ export const ExtraContent = (props: { isDarkTheme?: boolean }) => {
<span className="flex flex-center">
<IconFont type="icon-settings-02" />
<span className="m-l-8" style={{ marginLeft: 8 }}>
{intl?.formatMessage?.({ id: 'common.button.settings' })}
{intl?.formatMessage?.({ id: 'common.preferences' })}
</span>
</span>
),