diff --git a/lingui.config.ts b/.linguirc similarity index 60% rename from lingui.config.ts rename to .linguirc index 9fe1af96..dd3d1938 100644 --- a/lingui.config.ts +++ b/.linguirc @@ -1,11 +1,11 @@ -import type { LinguiConfig } from "@lingui/conf"; - -const config: LinguiConfig = { - format: "po", - sourceLocale: "en-US", - compileNamespace: "es", - fallbackLocales: { default: "en-US" }, - locales: [ +{ + "format": "po", + "sourceLocale": "en-US", + "compileNamespace": "es", + "fallbackLocales": { + "default": "en-US" + }, + "locales": [ "af-ZA", "am-ET", "ar-SA", @@ -51,14 +51,14 @@ const config: LinguiConfig = { "uk-UA", "vi-VN", "zh-CN", - "zh-TW", + "zh-TW" ], - catalogs: [ + "catalogs": [ { - include: ["/apps/client/src"], - path: "/apps/client/src/locales/{locale}/messages", - }, - ], -}; - -export default config; + "include": [ + "/apps/client/src" + ], + "path": "/apps/client/src/locales/{locale}/messages" + } + ] +} diff --git a/apps/client/src/locales/hi-IN/messages.po b/apps/client/src/locales/hi-IN/messages.po index 2adc213a..d5513260 100644 --- a/apps/client/src/locales/hi-IN/messages.po +++ b/apps/client/src/locales/hi-IN/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: hi\n" "Project-Id-Version: reactive-resume\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-11-19 08:49\n" +"PO-Revision-Date: 2023-11-19 09:14\n" "Last-Translator: \n" "Language-Team: Hindi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -20,7 +20,7 @@ msgstr "" #: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169 msgid "You have enabled two-factor authentication successfully." -msgstr "" +msgstr "आपने दो-कारक प्रमाणीकरण सफलतापूर्वक सक्षम कर लिया है।" #: apps/client/src/pages/home/sections/features/index.tsx:56 msgid "{templatesCount} resume templates to choose from"