Abhijit Rao

Results 2 issues of Abhijit Rao

**Describe the bug** I have `en-us` i18next strings with default values: ```ts t("en-locale-test:GoBack", "Back to Hello World"); // change to t("en-locale-test:GoBack", "Back"); ``` Additional translations could be `ja-jp` etc. When...

### Basic info: - **Node.js version:** 10.10.0 - **jsdom version:** 14.0.0 ### Minimal reproduction case ```js const JSDOM = require("jsdom").JSDOM; const jsdom = new JSDOM(``); global.window = jsdom.window; global.document =...

svg