NVK

Results 7 issues of NVK

In my project, the automation tests are written in typescript and have used jest as the framework. I want to add request header for certain POST request made while running...

Hi, I have a tooltip similar to the one in this example: http://jsfiddle.net/2dNcP/353/ I need the text in the to be translated: template: "#= category # value: #= value #...

Hello, I have a situation where i have two different translations for the same word. Example: "Patients": "患者数", //present in file1.json "Patients": "患者", //present in file2.json These two translations are...

Hello, I have an issue where a string is getting translated twice. For example, in my resource files i have these translations for german: "Home": "Start", "Start": "Starten" Now, when...

Hi, How can i get back the english text from the translated strings? Is there a gettext function for it?

Hi, I am trying to generate JSON output file using PO files. Below is the configuration i have used: nggettext_compile: { all: { options: { format: "json" }, files: [...

Hi, I had a similar issue as mentioned in https://github.com/rubenv/grunt-angular-gettext/issues/36 Currently I use 3 different languages in my project which is a big one. So the compiled JSON file is...