mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
Add lingui configuration
This commit is contained in:
parent
27bc5219e7
commit
21b7974530
13
urbackupserver/www2/lingui.config.ts
Normal file
13
urbackupserver/www2/lingui.config.ts
Normal file
@ -0,0 +1,13 @@
|
||||
import type { LinguiConfig } from "@lingui/conf";
|
||||
|
||||
const config: LinguiConfig = {
|
||||
locales: ["en"],
|
||||
catalogs: [
|
||||
{
|
||||
path: "<rootDir>/src/locales/{locale}",
|
||||
include: ["src"],
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
export default config;
|
||||
Loading…
Reference in New Issue
Block a user