This is an automated email from the ASF dual-hosted git repository.

shuai pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-answer.git


The following commit(s) were added to refs/heads/main by this push:
     new fa3255ad fix(i18n): fix time format in de-DE (#622)
fa3255ad is described below

commit fa3255ad205b3fba0a8940c039f6361398d92d69
Author: Xia Lei <[email protected]>
AuthorDate: Tue Nov 14 18:32:15 2023 +0800

    fix(i18n): fix time format in de-DE (#622)
    
    Fix time format problem in **de-DE**
---
 i18n/de_DE.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/i18n/de_DE.yaml b/i18n/de_DE.yaml
index 92e613da..a83b7dbc 100644
--- a/i18n/de_DE.yaml
+++ b/i18n/de_DE.yaml
@@ -722,9 +722,9 @@ ui:
     btn_save_edits: Änderungen speichern
     btn_cancel: Stornieren
   dates:
-    long_date: MMM D
-    long_date_with_year: "MMM D, JJJJ"
-    long_date_with_time: "MMM T, JJJJ [at] HH:mm"
+    long_date: DD. MMM
+    long_date_with_year: "DD. MMM YYYY"
+    long_date_with_time: "DD. MMM YYYY [at] HH:mm"
     now: jetzt
     x_seconds_ago: "vor {{count}}s"
     x_minutes_ago: "vor {{count}}m"

Reply via email to