egroupware
egroupware copied to clipboard
configurable behaviour of whole-day appointments in calendar-view
https://help.egroupware.org/t/neue-features-chance-auf-merge/74396/5
Hi Jan,
problem with (missing) German translation is simple to explain: you did not use translation-tools and your manual editing messed up the file-format ;)
$phrase\t$appname\t$lang\t$translation
So the 4 parts of a line are tab-separated, not some number or space, might also be caused by your editor.
I also noted the funny indention in your added code, probably caused by indenting with n-space, but we use tabs.
Please fix this.
Thanks for contributing to EGroupware :)
Ralf
Hi Ralf,
sure will do. Is 4 spaces == 1 tab the only guideline?
~~Where do I find the translation tool?~~ Edit I'll find out about translations.
Hi Ralf,
I'm using PHPStorm. I tried to adjust the style-settings to resemble the existing code as good as possible. I hope that suffices.