- Edited
Qiaeru I noticed. I'm going to study the changes and will this time properly setup the extension
Qiaeru I noticed. I'm going to study the changes and will this time properly setup the extension
Changes are too important to update at once, it's easier to start from scratch.
I think I'm not wrong to say that you can start working on it now (but heh, we never know). I don't think there will be (too many) changes from the current develoment version to the Beta 3 release.
You can use the default language on GitHub as skeleton. If you get some issues, you should wait the documentation.
I will wait for @rodymol123, when he think it is ready to build i can support him.
rodymol123 Attention Dutchies! The Language Pack is all up-to-date now! Flarum7Readyβ’
Followed installation instructions:
composer create-project flarum/flarum . --stability=beta
composer require rodymolenaar/flarum-ext-dutch
and got
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for flarum/core (locked at v0.1.0-beta.6, required as ^0.1.0) -> satisfiable by flarum/core[v0.1.0-beta.6].
- rodymolenaar/flarum-ext-dutch v1.1.0 requires flarum/core ^0.1.0-beta.7 -> satisfiable by flarum/core[v0.1.0-beta.7].
- rodymolenaar/flarum-ext-dutch v1.1.1 requires flarum/core ^0.1.0-beta.7 -> satisfiable by flarum/core[v0.1.0-beta.7].
- Conclusion: don't install flarum/core v0.1.0-beta.7
- Installation request for rodymolenaar/flarum-ext-dutch ^1.1 -> satisfiable by rodymolenaar/flarum-ext-dutch[v1.1.0, v1.1.1].
Update: ah, the Flarum installation instructions are outdated. I got it to work by running composer update
gwillem You have to finish the installation before running any further composer require
commands. Flarum won't be recognized as a dependency (hence the satisfiable by....
errors) until ilt's fully installed.
I have a freeflarum.com forum running with this language pack, and I noticed the emails for topics I'm following are still in English. Is this an issue with this language pack, or with freeflarum.com?
Hmm, it seems the Dutch translation file for the subscriptions extension has all the strings from the English translation file. The email template in the subscriptions extension appears to be hardcoded in English however, so I'm guessing it is currently impossible to translate?