-
I have used ion-segment and ion-slides with google map using ``.
my html code looks like this
```
Location
Details
Photos
…
ghost updated
4 years ago
-
My config
```
i18next
.use(i18nextMiddleware.LanguageDetector)
.use(FilesystemBackend)
.init({
preload: ["en", "de"],
detection: {
order: ['path'],
lookupPath: 'lng…
-
Hello, I'm using react with Next js and i have this configuration in i18n
```
import i18n from "i18next";
import LanguageDetector from 'i18next-browser-languagedetector';
import en from '../…
-
Hi,
I was able to have a successful jitsi-meet install on a test server I have on Digital Ocean. I have it all working like a brand new Ferrrari. Its perfect.
However now I would like to have it…
-
My config
```
i18next
.use(i18nextMiddleware.LanguageDetector)
.use(FilesystemBackend)
.init({
fallbackLng: ['en'],
preload: ["en", "ru"],
detection: {
order: ['path'…
-
after successful serve, and build -f.
run application, and got:
> ERRO[0000] **** Caught Unhandled Error ****
>ERRO[0000] Message: Script error.
>ERRO[0000] …
-
Hi here is what I do..
my app module
```
...
import { I18NextModule, ITranslationService, I18NEXT_SERVICE, I18NextLoadResult, defaultInterpolationFormat } from 'angular-i18next';
import { N…
ghost updated
4 years ago
-
Hi guys, I see low activity here, should I worry? is this repo stale?
-
Is there any way to load translations from the server? I am receiving json from there and want to use it instead of client-side json files.
My current approach:
```
i18n
.use(XHR)
.u…
-
**Describe the issue. What is the expected and unexpected behavior?**
**Please provide the steps to reproduce. Feel free to link CodeSandbox or another tool.**
**Is this a bug or enhancement? …