My-Little-Forum / mylittleforum

A simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure)
GNU General Public License v3.0
124 stars 48 forks source link

Fix the timeformat in the German language file #734

Closed auge8472 closed 3 months ago

auge8472 commented 3 months ago

The time format, that's in use in written German language, contains the hours in 24-hour-format. The language file defined a 12-hour format without adding AM or PM information. That's wrong.