Commit 2a294644 authored by Tamara Schmitz's avatar Tamara Schmitz Committed by derf
Browse files

localization: add localized date and time string to account page

parent 35d89cde
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -9,6 +9,9 @@ msgstr ""
# Global Strings
#

msgid "strftime.datetime"
msgstr "%d.%m.%Y %H:%M %Z"

msgid "button.register"
msgstr "Registrieren"

+3 −0
Original line number Diff line number Diff line
@@ -9,6 +9,9 @@ msgstr ""
# Global Strings
#

msgid "strftime.datetime"
msgstr "%Y-%m-%d %H:%M %Z"

msgid "button.register"
msgstr "Register"

+3 −0
Original line number Diff line number Diff line
@@ -9,6 +9,9 @@ msgstr ""
# Global Strings
#

msgid "strftime.datetime"
msgstr "%d/%m/%Y %Hh%M %Z"

msgid "button.register"
msgstr "Inscription"

+3 −0
Original line number Diff line number Diff line
@@ -9,6 +9,9 @@ msgstr ""
# Global Strings
#

msgid "strftime.datetime"
msgstr "%d.%m.%Y %H:%M %Z"

msgid "button.register"
msgstr "Rejestracja"

+1 −1
Original line number Diff line number Diff line
@@ -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>