fix: i18n tsc

This commit is contained in:
Ibrahima G. Coulibaly
2025-07-13 14:09:04 +01:00
parent 2bcd88cfd1
commit 0ed18c7231
22 changed files with 268 additions and 271 deletions

View File

@@ -66,7 +66,7 @@ export default function FlipVideo({ title }: ToolComponentProps) {
{orientationOptions.map((orientationOption) => (
<SimpleRadio
key={orientationOption.value}
title={t(`video.flip.${orientationOption.value}Label`)}
title={t(`flip.${orientationOption.value}Label`)}
checked={values.orientation === orientationOption.value}
onClick={() => {
updateField('orientation', orientationOption.value);