We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug I have dynamically data in text . After extract - empty space after {}
<Trans>The opening direction {din} means that the hinges are on the right when you open the door with your {direction}. </Trans>
Additional context
"@lingui/format-json": "4.7.0", "@lingui/macro": "4.7.0", "@lingui/react": "4.7.0",
lingui.config.ts
import { formatter } from '@lingui/format-json'; export default { catalogs: [], locales: [ 'en', 'uk', 'de', 'es', 'fr', 'it', 'ar', 'hi', 'pl', 'pt', 'et', 'lv', 'lt', 'sk', 'ro', 'hu', 'cs', 'hr', 'bg', 'da', 'sv', 'nl', 'sl', 'tr', ], format: formatter({ style: 'minimal' }), sourceLocale: 'en', fallbackLocales: { default: 'en', }, formatOptions: { origins: false, }, compileNamespace: 'ts', experimental: { extractor: { entries: [ '<rootDir>/source/web/modules/**/*.lazy.screen.tsx', ], output: '<rootDir>/source/shared/locales/{entryName}/{locale}/messages', excludeExtensions: [ 'ico', 'pot', 'xliff', 'woff2', 'woff', 'eot', 'gif', 'otf', 'ttf', 'mp4', 'svg', 'png', 'css', 'sass', 'less', 'jpg', 'webp', 'csv', ], }, }, };
The text was updated successfully, but these errors were encountered:
I have some issue
Sorry, something went wrong.
Duplicated of #1797 :)
No branches or pull requests
Describe the bug
I have dynamically data in text . After extract - empty space after {}
Additional context
lingui.config.ts
The text was updated successfully, but these errors were encountered: