From 60a0ead0fa67aa4164400d89a7c98287cdd7b78b Mon Sep 17 00:00:00 2001 From: Steven Date: Mon, 14 Oct 2024 20:31:45 +0800 Subject: [PATCH] chore: add `ka-GE` locale --- web/src/i18n.ts | 1 + web/src/locales/{ge.json => ka-GE.json} | 0 2 files changed, 1 insertion(+) rename web/src/locales/{ge.json => ka-GE.json} (100%) diff --git a/web/src/i18n.ts b/web/src/i18n.ts index 693378de6..a522ba9c3 100644 --- a/web/src/i18n.ts +++ b/web/src/i18n.ts @@ -14,6 +14,7 @@ export const locales = [ "hu", "it", "ja", + "ka-GE", "ko", "mr", "nl", diff --git a/web/src/locales/ge.json b/web/src/locales/ka-GE.json similarity index 100% rename from web/src/locales/ge.json rename to web/src/locales/ka-GE.json