mirror of
https://github.com/documenso/documenso.git
synced 2025-11-16 01:32:06 +10:00
feat: web i18n (#1286)
This commit is contained in:
@ -8,7 +8,7 @@ const config: LinguiConfig = {
|
||||
locales: APP_I18N_OPTIONS.supportedLangs as unknown as string[],
|
||||
catalogs: [
|
||||
{
|
||||
path: '<rootDir>/../../packages/lib/translations/web/{locale}',
|
||||
path: '<rootDir>/../../packages/lib/translations/{locale}/web',
|
||||
include: ['<rootDir>/apps/web/src'],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user