From f5103a3117b0bd471003e9a1ff0a853f38e3667d Mon Sep 17 00:00:00 2001 From: "Ibrahima G. Coulibaly" Date: Tue, 15 Jul 2025 18:38:31 +0100 Subject: [PATCH] fix: i18n --- public/locales/en/translation.json | 4 ---- public/locales/fr/translation.json | 8 ++------ public/locales/hi/translation.json | 6 +----- 3 files changed, 3 insertions(+), 15 deletions(-) diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json index 71fadf9..789e161 100644 --- a/public/locales/en/translation.json +++ b/public/locales/en/translation.json @@ -1,8 +1,4 @@ { - "app": { - "language": "Language", - "title": "Omni Tools" - }, "audio": { "changeSpeed": { "description": "Change the playback speed of audio files. Speed up or slow down audio while maintaining pitch.", diff --git a/public/locales/fr/translation.json b/public/locales/fr/translation.json index ce5493f..cc8c522 100644 --- a/public/locales/fr/translation.json +++ b/public/locales/fr/translation.json @@ -1,8 +1,4 @@ { - "app": { - "language": "Langue", - "title": "OmniTools" - }, "audio": { "changeSpeed": { "description": "Modifier la vitesse de lecture des fichiers audio. Accélérer ou ralentir le son tout en conservant la hauteur.", @@ -58,7 +54,7 @@ "description": "Outils pour travailler avec des images PNG : convertissez des PNG en JPG, créez des PNG transparents, modifiez les couleurs PNG, recadrez, faites pivoter, redimensionnez des PNG et bien plus encore.", "title": "Outils PNG" }, - "seeAll": "Voir les {{title}}", + "seeAll": "Tout voir {{title}}", "string": { "description": "Outils pour travailler avec du texte : convertissez du texte en images, recherchez et remplacez du texte, divisez du texte en fragments, joignez des lignes de texte, répétez du texte et bien plus encore.", "title": "Outils de texte" @@ -220,7 +216,7 @@ "seeExamples": "Voir des exemples" }, "toolLayout": { - "allToolsTitle": "Tous les {{type}}" + "allToolsTitle": "Tous {{type}} Outils" }, "toolMultiFileResult": { "copied": "Fichier copié", diff --git a/public/locales/hi/translation.json b/public/locales/hi/translation.json index ae00805..3eba1bb 100644 --- a/public/locales/hi/translation.json +++ b/public/locales/hi/translation.json @@ -1,8 +1,4 @@ { - "app": { - "language": "भाषा", - "title": "ओमनी टूल्स" - }, "audio": { "changeSpeed": { "description": "ऑडियो फ़ाइलों की प्लेबैक गति बदलें। पिच बनाए रखते हुए ऑडियो को तेज़ या धीमा करें।", @@ -220,7 +216,7 @@ "seeExamples": "उदाहरण देखें" }, "toolLayout": { - "allToolsTitle": "सभी {{type}}" + "allToolsTitle": "सभी {{type}} टूल्स" }, "toolMultiFileResult": { "copied": "फ़ाइल कॉपी की गई",