From 2a29464490233bcd9ed55f8f874362852938377f Mon Sep 17 00:00:00 2001 From: Tamara Schmitz Date: Thu, 24 Jul 2025 09:21:17 +0200 Subject: localization: add localized date and time string to account page --- share/locales/de_DE.po | 3 +++ share/locales/en_GB.po | 3 +++ share/locales/fr_FR.po | 3 +++ share/locales/pl_PL.po | 3 +++ 4 files changed, 12 insertions(+) (limited to 'share') diff --git a/share/locales/de_DE.po b/share/locales/de_DE.po index b670f58..299493f 100644 --- a/share/locales/de_DE.po +++ b/share/locales/de_DE.po @@ -9,6 +9,9 @@ msgstr "" # Global Strings # +msgid "strftime.datetime" +msgstr "%d.%m.%Y %H:%M %Z" + msgid "button.register" msgstr "Registrieren" diff --git a/share/locales/en_GB.po b/share/locales/en_GB.po index 9795762..1f2aef0 100644 --- a/share/locales/en_GB.po +++ b/share/locales/en_GB.po @@ -9,6 +9,9 @@ msgstr "" # Global Strings # +msgid "strftime.datetime" +msgstr "%Y-%m-%d %H:%M %Z" + msgid "button.register" msgstr "Register" diff --git a/share/locales/fr_FR.po b/share/locales/fr_FR.po index 2e4042e..de54487 100644 --- a/share/locales/fr_FR.po +++ b/share/locales/fr_FR.po @@ -9,6 +9,9 @@ msgstr "" # Global Strings # +msgid "strftime.datetime" +msgstr "%d/%m/%Y %Hh%M %Z" + msgid "button.register" msgstr "Inscription" diff --git a/share/locales/pl_PL.po b/share/locales/pl_PL.po index f49dc03..0565b08 100644 --- a/share/locales/pl_PL.po +++ b/share/locales/pl_PL.po @@ -9,6 +9,9 @@ msgstr "" # Global Strings # +msgid "strftime.datetime" +msgstr "%d.%m.%Y %H:%M %Z" + msgid "button.register" msgstr "Rejestracja" -- cgit v1.2.3