From 938cc12fae070285a23d5e64270ca7174240f502 Mon Sep 17 00:00:00 2001 From: komiljon_yormurodov Date: Tue, 25 Apr 2023 10:08:03 +0500 Subject: [PATCH 1/2] adding new translation file --- langs/uz.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 langs/uz.json diff --git a/langs/uz.json b/langs/uz.json new file mode 100644 index 00000000..0cc0e047 --- /dev/null +++ b/langs/uz.json @@ -0,0 +1,5 @@ +{ + "name": "Uzbek", + "code": "uz", + "maintainers": ["gaearon", "komiljohn-drafts"] +} \ No newline at end of file From 7ae5d05c0a395eb3e1a18361625ca4b9bbc23f4a Mon Sep 17 00:00:00 2001 From: komiljon_yormurodov Date: Tue, 2 May 2023 17:39:06 +0500 Subject: [PATCH 2/2] language file format changed --- langs/uz.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/langs/uz.json b/langs/uz.json index 0cc0e047..b3d69658 100644 --- a/langs/uz.json +++ b/langs/uz.json @@ -1,5 +1,5 @@ { - "name": "Uzbek", + "name": "O'zbekcha", "code": "uz", - "maintainers": ["gaearon", "komiljohn-drafts"] + "enName": "Uzbek" } \ No newline at end of file