-
Here is the definition of the region subtag in the BCP 47 official documentation https://tools.ietf.org/html/bcp47 : Region subtags are used to indicate linguistic variations associated with or ......
-
i need really iso-8859-1 (german charset latin-1) for JTL Shop 4 (german produkt, it can't use today UTF-8)in my additional nginx configuration i set up. override_charset on;charset iso-8859-1;......
-
We already have a vast group of .rpx files that contain report definitions in german. We have used scripting to translate some of the text to romansh (official swiss language used by <1% of ......
-
From the defaults following an execution of sphinx-quickstart, how do I get language-specific directories like what's used by Read The Docs?I'm starting a new Sphinx documentation site that's hosted ......
-
I started with Symfony5 couple days ago and I am trying out symfony/translation package. My problem is I am using two languages(EN as default and PL) and want to translate long block of text with HTML ......
-
I want to preface this by saying that I've looked at the docs for hours, days even. I cannot get this to work. I don't get it. It should be such a simple task.I have managed to apply translations ......
-
I have two websites and code base is same.SiteASiteBapps/company/componentsHow to pick different resource bundle translations for SiteA, SiteB in i18n ?Thanks,Sri...
-
EnvironementFramework: SAPUI5 V1.38.39IssueWell, the issue may semble stupid but is it as follow :I have an application with a lot of text, which makes very huge i18n files, that why I wanted to ......
-
I have a requirement on jsp labels keys which are in (*.jsp) page I need to call the keys from the specific .properties file knowing that each customer has a .properties file.I already posted this ( ......
-
I have a a JHipster application and I can see that the UI has all the field labels ok as some sort of defaults. But I also see that the entity specific translations are not being used.I have a file ......
-
EnvironementFramework: SAPUI5 V1.38.39IssueWell, the issue may semble stupid but is it as follow :I have an application with a lot of text, which makes very huge i18n files, that why I wanted to ......
-
i try to implement 'i18n' in express.but i can't go forward now...i tried like this.index.jsconst app = express()(...code)var i18n = require('./i18n');app.use(i18n);(...code)i18n.jsvar i18n ......
-
I'm stuck a bit making my Sapper app work right! I want to allow users to visit my website like this:example.com - default en langexample.com/blog - default en langexample.com/de - german page......
-
I am working on a Next.js project using Tailwind CSS for styling. I am stuck at the next.config file.I've almost tried everything to make this code work but cannot.const withPlugins = require("......
-
i would like to translate my project to different languages. i have strings in PHP as well as in javascript that have to be translated.what is the best way in these days ?using gettext in php (<?......