mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-10 04:22:27 +10:00
replace lingui.config.ts with .linguirc
This commit is contained in:
@ -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: ["<rootDir>/apps/client/src"],
|
||||
path: "<rootDir>/apps/client/src/locales/{locale}/messages",
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
export default config;
|
||||
"include": [
|
||||
"<rootDir>/apps/client/src"
|
||||
],
|
||||
"path": "<rootDir>/apps/client/src/locales/{locale}/messages"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user