From 1ac5cddd37e77f74a6653fa740f9e80cd417a132 Mon Sep 17 00:00:00 2001 From: Giedrius Rimkus Date: Mon, 8 May 2017 14:55:49 +0300 Subject: [PATCH 1/2] Provide lithuanian translations --- config/locales/lt.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config/locales/lt.yml diff --git a/config/locales/lt.yml b/config/locales/lt.yml new file mode 100644 index 0000000..f839e18 --- /dev/null +++ b/config/locales/lt.yml @@ -0,0 +1,16 @@ +en: + errors: + messages: + invalid_date: 'bloga data' + invalid_time: 'blogas laikas' + invalid_datetime: 'neteisingas datetime formatas' + is_at: 'privalo būti %{restriction}' + before: 'privalo būti prieš %{restriction}' + on_or_before: 'privalo būti ant arba prieš %{restriction}' + after: 'privalo būti po %{restriction}' + on_or_after: 'privalo būti ant arba po %{restriction}' + validates_timeliness: + error_value_formats: + date: '%Y-%m-%d' + time: '%H:%M:%S' + datetime: '%Y-%m-%d %H:%M:%S' From dd901ce387b4b3e8e40e367d04bd323d59d77a12 Mon Sep 17 00:00:00 2001 From: Giedrius Rimkus Date: Mon, 8 May 2017 14:56:53 +0300 Subject: [PATCH 2/2] Small fix regarding lt yml --- config/locales/lt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/lt.yml b/config/locales/lt.yml index f839e18..b6fb29a 100644 --- a/config/locales/lt.yml +++ b/config/locales/lt.yml @@ -1,4 +1,4 @@ -en: +lt: errors: messages: invalid_date: 'bloga data'