From 0ae635392bd9d02e6c5cb1f8d69616d731bac434 Mon Sep 17 00:00:00 2001 From: rakeshkumar1019 Date: Wed, 31 Jul 2024 07:39:14 +0530 Subject: [PATCH] feat: name in english --- src/i18n/locales/te.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/te.js b/src/i18n/locales/te.js index 5d8ceb7..98820d2 100644 --- a/src/i18n/locales/te.js +++ b/src/i18n/locales/te.js @@ -1,5 +1,5 @@ const telugu = { - name: "తెలుగు", + name: "Telugu", native_name: "తెలుగు", code: "te", };