Progress on translations (#10142)

This commit is contained in:
Félix Malfait
2025-02-12 08:13:29 +01:00
committed by GitHub
parent b55a366e2f
commit 2c0f66dab6
104 changed files with 3521 additions and 552 deletions

View File

@ -35,7 +35,13 @@ export const SettingsExperience = () => {
<SettingsPageContainer>
<Section>
<H2Title title={t`Appearance`} />
<ColorSchemePicker value={colorScheme} onChange={setColorScheme} />
<ColorSchemePicker
value={colorScheme}
onChange={setColorScheme}
lightLabel={t`Light`}
darkLabel={t`Dark`}
systemLabel={t`System settings`}
/>
</Section>
<Section>
<H2Title