Loading share/locales/de_DE.po +3 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,9 @@ msgstr "" # Global Strings # msgid "strftime.datetime" msgstr "%d.%m.%Y %H:%M %Z" msgid "button.register" msgstr "Registrieren" Loading share/locales/en_GB.po +3 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,9 @@ msgstr "" # Global Strings # msgid "strftime.datetime" msgstr "%Y-%m-%d %H:%M %Z" msgid "button.register" msgstr "Register" Loading share/locales/fr_FR.po +3 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,9 @@ msgstr "" # Global Strings # msgid "strftime.datetime" msgstr "%d/%m/%Y %Hh%M %Z" msgid "button.register" msgstr "Inscription" Loading share/locales/pl_PL.po +3 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,9 @@ msgstr "" # Global Strings # msgid "strftime.datetime" msgstr "%d.%m.%Y %H:%M %Z" msgid "button.register" msgstr "Rejestracja" Loading templates/account.html.ep +1 −1 Original line number Diff line number Diff line Loading @@ -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> Loading Loading
share/locales/de_DE.po +3 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,9 @@ msgstr "" # Global Strings # msgid "strftime.datetime" msgstr "%d.%m.%Y %H:%M %Z" msgid "button.register" msgstr "Registrieren" Loading
share/locales/en_GB.po +3 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,9 @@ msgstr "" # Global Strings # msgid "strftime.datetime" msgstr "%Y-%m-%d %H:%M %Z" msgid "button.register" msgstr "Register" Loading
share/locales/fr_FR.po +3 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,9 @@ msgstr "" # Global Strings # msgid "strftime.datetime" msgstr "%d/%m/%Y %Hh%M %Z" msgid "button.register" msgstr "Inscription" Loading
share/locales/pl_PL.po +3 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,9 @@ msgstr "" # Global Strings # msgid "strftime.datetime" msgstr "%d.%m.%Y %H:%M %Z" msgid "button.register" msgstr "Rejestracja" Loading
templates/account.html.ep +1 −1 Original line number Diff line number Diff line Loading @@ -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> Loading