-
**What version of this package are you using?**
2.6.1
**What operating system, Node.js, and npm version?**
latest
I have created a code sandbox
[link](https://codesandbox.io/p/sandbox/small-h…
-
The default validation messages are defined in `livevalidation-1.3.js`, and only in English. The result is that validation messages are not translated; e.g.:
> Must not be less than 6 characters long…
-
When i try to edit asset classifications, this error is displayed:
```
An Internal Error Has Occurred
Error: An Internal Error Has Occurred.
```
Eramba version:
` 3.24.2 `
Error log:
```…
-
I use it for translations and language detection. It works perfect, but sometimes it failed with 500 error and I see in my pod logs this error multiple times:
```
[2022-05-12 09:01:32 +0000] [21] [E…
-
Hello, how i18n is handled in coderedcms?
Is there an easy way to integrate [wagtailtrans](https://github.com/wagtail/wagtailtrans) with coderedcms?
Many thanks.
-
i18n should also support ASP.NET Core on both .NET Core (netstandard1.6) and .NET 4.5.1 and higher (the same platforms supported by ASP.NET Core). These apps will always run in Kestrel and i18n should…
-
### Describe the bug
On Edge, Chrome and Firefox (for Windows and macOS) the automated translation via IStringLocalizer in Blazor project will just work fine. The problem is visible with Safari on iO…
-
For `python==3.6.1`, `Django==2.0.6`, `django-parler==1.9.2`
Given these models:
```
class Thing(models.Model):
title = models.CharField()
slug = models.SlugField()
class Category(Tran…
-
am use i18n for support multi languages.
1. I can't find documents for list languages pass to views.
```
{{#each languages}}
{{this.langname}}
{{/each}}
```
2. how to get default data
…
-
Hello,
First of all I am very greatful for this wonderful boilerplate. 👏 Lots of stuff well designed and polished, perfect starting point for a new project. 👍
Currently I am in a process of mi…