Seweryn Czabanowski
Seweryn Czabanowski
Okay I've implemented your suggestions into the translation, thank you so much for your time reviewing it @Hangover3832!
> relates to #1290 I am also offering my help to translate the UI into German as the translations are currently a bit rough ^^ Thank you! The translation has...
Thanks for the Feedback! I will adjust the translations as necessary
I've implemented your suggestions, but I still have one question. You've mentioned that it's better to use "Motyw" instead of "Styl" in Suggestion 6., but should I also change the...
Yeah that translation is much cleaner, I will implement that now. Thanks for your suggestions!
Good idea, I will implement your suggestions later. Thanks for your feedback
In the `Illuminate\Support\ServiceProvider.php` there is the method called loadViewsFrom. If you do run `php artisan optimize` check the output of the dd: ```php protected function loadViewsFrom($path, $namespace) { dd($this->app['view']->getEngineResolver()->resolve('blade')->getCompiler()); $this->callAfterResolving('view',...