summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/locales/de_DE.po3
-rw-r--r--share/locales/en_GB.po3
-rw-r--r--share/locales/fr_FR.po3
-rw-r--r--share/locales/pl_PL.po3
-rw-r--r--templates/account.html.ep2
5 files changed, 13 insertions, 1 deletions
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"
diff --git a/templates/account.html.ep b/templates/account.html.ep
index 36ed0bc..e812bd1 100644
--- a/templates/account.html.ep
+++ b/templates/account.html.ep
@@ -159,8 +159,8 @@
</tr>
% }
<tr>
- <td><%= $acc->{registered_at}->strftime('%d.%m.%Y %H:%M') %></td>
<th scope="row"><%= L('account.registration_date') %></th>
+ <td><%= $acc->{registered_at}->strftime(L('strftime.datetime')) %></td>
</tr>
</table>
</div>