From 5d8a3370cd4ab332a8b25edda711bf0406af73ca Mon Sep 17 00:00:00 2001 From: "Ibrahima G. Coulibaly" Date: Fri, 18 Jul 2025 02:45:05 +0100 Subject: [PATCH] chore: sync locize --- public/locales/en/video.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/locales/en/video.json b/public/locales/en/video.json index 27a5b97..397df0e 100644 --- a/public/locales/en/video.json +++ b/public/locales/en/video.json @@ -83,6 +83,12 @@ "title": "What is a {{title}}?" } }, + "mergeVideo": { + "description": "Combine multiple video files into one continuous video.", + "longDescription": "This tool allows you to merge or append multiple video files into a single continuous video. Simply upload your video files, arrange them in the desired order, and merge them into one file for easy sharing or editing.", + "shortDescription": "Append and merge videos easily.", + "title": "Merge videos" + }, "rotate": { "180Degrees": "180° (Upside down)", "270Degrees": "270° (90° Counter-clockwise)", @@ -109,11 +115,5 @@ "description": "Convert video files to animated GIF format. Extract specific time ranges and create shareable animated images.", "shortDescription": "Convert video to animated GIF", "title": "Video to GIF" - }, - "mergeVideo": { - "description": "Combine multiple video files into one continuous video.", - "shortDescription": "Append and merge videos easily.", - "title": "Merge videos", - "longDescription": "This tool allows you to merge or append multiple video files into a single continuous video. Simply upload your video files, arrange them in the desired order, and merge them into one file for easy sharing or editing." } }