From d745403757940cb7c90223b5c58a90a73a750865 Mon Sep 17 00:00:00 2001 From: Caleb Mazalevskis Date: Sat, 28 Mar 2026 20:02:38 +0800 Subject: [PATCH] Fix language code capitalisation. (#1385) --- translation.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translation.json b/translation.json index badf2cf..30d87b8 100644 --- a/translation.json +++ b/translation.json @@ -247,7 +247,7 @@ }, { "name": "فارسی", - "code": "Fa", + "code": "fa", "translation": { "Tiny File Manager": "مدیریت فایل کوچک", "File Manager": "مدیریت فایل", @@ -1881,7 +1881,7 @@ }, { "name": "العربية", - "code": "Ar", + "code": "ar", "translation": { "AppName": "مدير الملفات الصغير", "AppTitle": "مدير الملفات",