-
I'm using react component of this. But recently i faced that in every query lang filter added but its not required all time. In my case, i haven't any requirement for lang validation. Is it possible t…
-
When switch to not supported language - default language from plugin.json not used.
-
Hi,
when `useBrowserDefault` is set to `true` and the users browser language is different as set in `defaultLang` there will be fired hydrations errors ("Text content does not match server-rendered…
-
Here's a simple test:
```
console.log('Browser lang: ', browserLang);
console.log('Cached lang: ', this._cachedLang);
if (this.settings.defaultLangFunction) {
this.defaultLang = this.settin…
-
Hi
I'm trying to place a PNG image via HTML and even any message in HTML and it just blinks (I set the interval to 2 seconds to test the rendering).
Another point is that even if you change the Me…
-
### What problem does this feature solve?
If you have fully Typescript project it doesn't make sense to write `` all the time. It would be nice to have an option to enable Typescript by default.
…
enkot updated
3 months ago
-
structure:
```
src/
i18n/
en.json
hu.json
hooks/
use-i18n.js
```
use-i18n.js
```js
export default function useI18n() {
const i18n = { hu, en };
const defaultLang = '…
-
```
// initComment.js
const CONFIG = require("../../../../config");
// config.js
const CONFIG = require("../../config");
// i18n/index.js
import { defaultLang, config } from "./config";
```
-
Hi,
I am trying to use drawio self-hosted and I have some questions.
1. I am using Nginx because I wanted to require login, so this is my Nginx server configuration:
server_name myserver.c…
-
**Problem Statement:**
- gulp-html-i18n generates subdirectories for language files inside /dist on build (ex.: dist/en-US, dist/ja, etc.)
![image](https://user-images.githubusercontent.com/55176130…