= ({
title={
- Theme Selection
+ {t('THEME_MODAL.SELECTION')}
}
open={open}
onCancel={handleCancel}
footer={[
- Cancel
+ {t('CANCEL')}
,
= ({
onClick={handleApplyTheme}
disabled={selectedTheme === currentTheme}
>
- Apply Theme
+ {t('THEME_MODAL.APPLY')}
,
]}
width={600}
@@ -118,7 +121,7 @@ const ThemeModal: React.FC = ({
>
- Choose a theme that best suits your preference and working environment.
+ {t('THEME_MODAL.CHOOSE_DESCRIPTION')}
@@ -176,7 +179,7 @@ const ThemeModal: React.FC = ({
- Primary
+ {t('THEME_MODAL.PRIMARY_BUTTON')}
@@ -190,8 +193,8 @@ const ThemeModal: React.FC = ({