-
If the panel user has a language that is not included as a translation for this plugin, the field labels shows the label keys instead of a fallback translation.
To reproduce:
- For the currently l…
-
This issue is a continuation of #1571. @afbora [asked me](https://github.com/getkirby/kirby/issues/1571#issuecomment-680003303) to open a new issue.
**Describe the bug**
When you save a translat…
-
I am facing the same issue on more projects – all running a multi-language setup Kirby 4.1.0.
When the plugin is installed translations on the main panel page are not working.
Adding a text to the…
az3ta updated
1 month ago
-
Currently, if you run:
```php
$lang = kirby()->defaultLanguage();
```
...in a single-language site, you get `null`. That doesn't make sense. There's an implicit default language and that's Eng…
-
# Kirby Team summary
## Status quo
In multi-lang setups, the `ModelWithContent::content()` method can be called with a specific language code or `null` for "the content of the current language".…
-
## Description
I just found out an unexpected behavior:
I have a blueprint with a translated info section, a field with a translated `help` prop and I assume it happens to all other panel texts bein…
-
## Basic example
**URLs:**
```
/page/subpage
/de/seite/unterseite
```
**Request mapping right now:**
```
/page/subpage ✅
/de/seite/unterseite ✅
/de/page/subpage -> serves the pa…
-
## Description
Kirby only uses the default conversion rules when converting filenames on upload. This breaks when files with names in another language are uploaded.
**Expected behavior**
…
-
When content and slugs are translated to english and default language is set to german, kirby's current behavior is as follows:
mysite.com/de/preise -> german content
mysite.com/de/pricing -> 404
…
-
When I was implementing different languages (NL & EN) in my site, I set my default language to NL. After that, the translations in the metadata seems to not be found
![Screenshot 2023-11-11 at 13 57 …
Tazi0 updated
7 months ago