Updated to beta.6.
We still have validation.yml incomplete and a couple of plugins missing though.
German language pack
Kakifrucht So far as i understand, is the :attribute element part of the code and the job with that, to translate while it stays as it is, correct? https://github.com/cbmainz/flarum-de/edit/master/locale/validation.yml
ShalokShalom The :attribute will be replaced by the attributes at the bottom of the file.
@cbmainz already tried here, but it won't be properly translated that way, due to the different genders of the attributes. We would most likely have to add the gender directly to the attributes and remove the leading "The" on the validation strings.
Kakifrucht The :attribute will be replaced by the attributes at the bottom of the file.
And how to handle that, since we use der/die/das in German, instead a simple "The"?
ShalokShalom By adding them at the bottom to the actual attributes, such as "Der Nutzername", "Das Passwort" etc.
- Edited
Is there a way to provoke these outputs?
ShalokShalom You can use the original file as reference, I don't know where it's used either. Also there were additional changes since then, so the partially translated one still misses some more keys.
Thanks a lot for the kind help.
Some things seem to make no sense:
accepted: "The :attribute must be accepted."
username: username
password: password
email: email
title: title
content: content
name_singular: singular name
name_plural: plural name
tag_count_primary: number of primary tags
tag_count_secondary: number of secondary tags
Nothing seems to fit here?
Same as: after: "The :attribute must be a date after :date."
username? email?
ShalokShalom accepted: "The :attribute must be accepted."
Most likely in the context with content I would guess, but I'm not using the approval extension myself.
No idea about the date though.
thank you very mutch
Hey!
Just a note: Using the dasboard extension I can look for updates.
The German language pack shows up with the following entry:
Extension Version Installed New Version
cbmainz/flarum-de 0.4 0.4.0
- Edited
achlys Should be fixed now, thanks.
Kakifrucht Great!
Updated to support flarum beta.7!
Thanks to @StoneSoldier for translating validation and adding missing extensions.
@Kakifrucht Will you update to beta8?
achlys Absolutely, @StoneSoldier has already taken care of the translations and I'm in the process to test everything before doing a release.
ETA < 24hrs
- Edited
And right before my deadline, support for Flarum 0.1.0-beta.8 has been added with our latest release!
Changelog
- Updated to support Flarum 0.1.0-beta.8 (thanks @StoneSoldier)
- Added support for flarum/Emoji, flarum/Markdown and flarum/Statistics (bundled extensions)
- Fixed and improved various translations (thanks pReya)
- Added some missing validation strings
I have this error when I try to install the extension.
My system:
Flarum0.1.0-beta.8.1 PHP 7.2.13 MySQL 5.7.24
Error:
Problem 1
- Installation request for cbmainz/flarum-de ^0.8.1 -> satisfiable by cbmainz/flarum-de[0.8.1].
- cbmainz/flarum-de 0.8.1 requires flarum/core ^0.1.0-beta.8.1 -> satisfiable by flarum/core[0.1.x-dev, v0.1.0-beta.8.1] but these conflict with your requirements or minimum-stability
o0shojo0o Are you running the composer require command in the Flarum root folder?
jordanjay29
Oh my god, my mistake ...
Of course not in the Flarum root folder!
Thanks and sorry for this unnecessary question