Skip to content
New issue

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

Source being pulled from node_modules #168

Open
ricardosaracino opened this issue Jun 26, 2020 · 1 comment
Open

Source being pulled from node_modules #168

ricardosaracino opened this issue Jun 26, 2020 · 1 comment

Comments

@ricardosaracino
Copy link

xi18n is pulling srouce string from node_modules

 "extract-i18n": "ng xi18n esor --format xlf --output-path i18n && ng run esor:xliffmerge",
 "xliffmerge": {
          "builder": "@ngx-i18nsupport/tooling:xliffmerge",
          "options": {
            "xliffmergeOptions": {
              "i18nFormat": "xlf",
              "srcDir": "i18n",
              "genDir": "i18n",
              "defaultLanguage": "en",
              "beautifyOutput": true,
              "allowIdChange": true,
              "removeUnusedIds": true,
              "languages": [
                "en",
                "fr"
              ]
            }
          }
        }

image

@tkonsta
Copy link

tkonsta commented Nov 24, 2020

This is a problem in angular's i18n extraction and not in xliffmerge. See angular/angular-cli#18885

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants