Fixes #2184: Headless build relies on locale directory
Removed Jed from the headless build and instead let `__` call sprintf. It's now up to downstream users for `@converse/headless` to decide whether they want i18n support for the few translatable strings in that package and to implement it themselves.
Showing
... | @@ -85,6 +85,7 @@ | ... | @@ -85,6 +85,7 @@ |
"imports-loader": "^0.8.0", | "imports-loader": "^0.8.0", | ||
"install": "^0.13.0", | "install": "^0.13.0", | ||
"jasmine": "^3.5.0", | "jasmine": "^3.5.0", | ||
"jed": "1.1.1", | |||
"jsdoc": "^3.6.4", | "jsdoc": "^3.6.4", | ||
"karma": "^5.1.0", | "karma": "^5.1.0", | ||
"karma-chrome-launcher": "^3.1.0", | "karma-chrome-launcher": "^3.1.0", | ||
... | ... |
Please register or sign in to comment