From 1a9252ffb582c25806d74c42295216b3700bc46c Mon Sep 17 00:00:00 2001 From: Srivarshan-T <140912234+Srivarshan-T@users.noreply.github.com> Date: Fri, 25 Jul 2025 14:18:49 +0530 Subject: [PATCH] Update audio.json removed the previously added aactomp3 descriptions --- public/locales/en/audio.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/public/locales/en/audio.json b/public/locales/en/audio.json index 9a95626..17bf435 100644 --- a/public/locales/en/audio.json +++ b/public/locales/en/audio.json @@ -57,11 +57,5 @@ "title": "What is {{title}}?" }, "trimmingAudio": "Trimming Audio" - }, - "AACMP3": { - "title": "AAC to MP3", - "description": "convert AAC audio files to MP3 format.Which is a common audio format used for music and other audio files.", - "shortDescription": "convert AAC audio files to MP3 format.", - "longDescription": "convert AAC audio files to MP3 format. MP3 is a widely used audio format that provides good sound quality and is compatible with most devices and platforms. This tool allows you to convert your AAC files to MP3 easily, making it convenient for playback on various devices." - } + } }