Date and Time Pattern for German Version

Hello Gibbon-Team,

im currently working on a german translation for gibbon.
Everything looks fine so far but there is still one problem with the date pattern.

Gibbom needs this pattern: dd/mm/yyyy
The german version uses this pattern: dd.mm.yyyy

Is there a way to change this pattern?
(I used the languagepack from GitHub: https://github.com/GibbonEdu/i18n/tree/master/de_DE)

Many thanks!

Note:

Hi ub123, well spotted. I’ve created a fix, and committed it into the v19.0.00 branch:

https://github.com/GibbonEdu/core/commit/a852141d61aa2c3e55e3b1d7774654bbaafca684

This version will be released January 20th, 2020, but you can copy the single SQL change from this commit and run it on your database, and it should do the trick.

Let us know how it works!

Ross

Hi ub123,

do you use the POEditor for translating?

Greatings

Hi ub123, well spotted. I've created a fix, and committed it into the v19.0.00 branch:

This version will be released January 20th, 2020, but you can copy the single SQL change from this commit and run it on your database, and it should do the trick.

Let us know how it works!

Ross


Hi Ross,

i did some small changes on the dateFormatRegEx - everything works out fine now:
/^(0[1-9]|[12][0-9]|3[01])/./.[0-9]{2,2}$/i

Thank you for your fast help :slight_smile:

Hi ub123,

do you use the POEditor for translating?

Greatings

Hi Stefan,

yes i do.