[CHORE] TypeScript Lingui configuration file (#11021)
# Introduction We want theses configurations to be strictly typed but needed as in https://github.com/twentyhq/twenty/pull/10960 will browse through all TypeScript files within the codebase
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
import { defineConfig } from '@lingui/cli';
|
import { defineConfig } from '@lingui/conf';
|
||||||
import { formatter } from '@lingui/format-po';
|
import { formatter } from '@lingui/format-po';
|
||||||
import { APP_LOCALES } from 'twenty-shared';
|
import { APP_LOCALES } from 'twenty-shared';
|
||||||
|
|
||||||
@ -1,4 +1,4 @@
|
|||||||
import { defineConfig } from '@lingui/cli';
|
import { defineConfig } from '@lingui/conf';
|
||||||
import { formatter } from '@lingui/format-po';
|
import { formatter } from '@lingui/format-po';
|
||||||
import { APP_LOCALES } from 'twenty-shared';
|
import { APP_LOCALES } from 'twenty-shared';
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
import { defineConfig } from '@lingui/cli';
|
import { defineConfig } from '@lingui/conf';
|
||||||
import { formatter } from '@lingui/format-po';
|
import { formatter } from '@lingui/format-po';
|
||||||
import { APP_LOCALES } from 'twenty-shared';
|
import { APP_LOCALES } from 'twenty-shared';
|
||||||
|
|
||||||
Reference in New Issue
Block a user