mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-27 18:34:51 +10:00
feat(i18n): change location of translation files
This commit is contained in:
+3
-2
@@ -1,11 +1,12 @@
|
||||
import type { LinguiConfig } from "@lingui/conf";
|
||||
|
||||
const config: LinguiConfig = {
|
||||
locales: ["en-US", "de-DE"],
|
||||
format: "po",
|
||||
sourceLocale: "en-US",
|
||||
locales: ["en-US", "de-DE"],
|
||||
catalogs: [
|
||||
{
|
||||
path: "<rootDir>/apps/client/src/locales/{locale}",
|
||||
path: "<rootDir>/apps/client/src/locales/{locale}/messages",
|
||||
include: ["<rootDir>/apps/client/src"],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user