chore: add translations

This commit is contained in:
Tom (plebeius.eth)
2024-05-31 17:09:20 +02:00
parent c41c1e76cc
commit d4927e7162
39 changed files with 216 additions and 40 deletions
@@ -75,6 +75,7 @@
.expandAllSettings {
text-align: center;
text-transform: capitalize;
}
.expandAllSettings span {
@@ -39,7 +39,7 @@ const SettingsModal = () => {
<span className={styles.closeButton} title='close' onClick={closeModal} />
</div>
<div className={styles.expandAllSettings}>
[<span onClick={handleExpandAll}>{expandAll ? 'Collapse All Settings' : 'Expand All Settings'}</span>]
[<span onClick={handleExpandAll}>{expandAll ? t('collapse_all_settings') : t('expand_all_settings')}</span>]
</div>
<div className={`${styles.setting} ${styles.category}`}>
<label onClick={() => setShowInterfaceSettings(!showInterfaceSettings)}>