timeliness-i18n 0.3.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/config/locales/fi.yml +17 -0
- data/lib/timeliness-i18n/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3aab48e7fa6e2c886e3116c88fc7b0ec8ae47d996642116f95beec8e1f4f765d
|
4
|
+
data.tar.gz: ed1fe7d2ea30c7a7d67227a4d4df7cb595b135dda9047746ece17405be075f0d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c40d105cbff14e5401da5023a21a0382af820201f710340f1b6421461df9489906c31eb6795e4fbe01a77aad96ad970b51197fb39d6604d65960430ffce933b8
|
7
|
+
data.tar.gz: 3454e5b95814d76cdd14a17d3d381cca3e4506604a864a3b3f549c5bdbf3b79627a9d42db72ebaa43362d3b1ea78503f2f631a4116358512e82d24ceade7f82b
|
@@ -0,0 +1,17 @@
|
|
1
|
+
fi:
|
2
|
+
errors:
|
3
|
+
messages:
|
4
|
+
invalid_date: 'ei ole kelvollinen päivämäärä'
|
5
|
+
invalid_time: 'ei ole kelvollinen kellonaika'
|
6
|
+
invalid_datetime: 'ei ole kelvollinen aikaleima'
|
7
|
+
is_at: 'täytyy olla %{restriction}'
|
8
|
+
before: 'täytyy olla ennen %{restriction}'
|
9
|
+
on_or_before: 'täytyy olla %{restriction} tai aiemmin'
|
10
|
+
after: 'täytyy olla %{restriction} jälkeen'
|
11
|
+
on_or_after: 'täytyy olla %{restriction} tai myöhemmin'
|
12
|
+
validates_timeliness:
|
13
|
+
error_value_formats:
|
14
|
+
date: '%d.%m.%Y'
|
15
|
+
time: '%H:%M:%S'
|
16
|
+
datetime: '%d.%m.%Y %H:%M:%S'
|
17
|
+
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: timeliness-i18n
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pedro Furtado
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-05-
|
11
|
+
date: 2018-05-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -81,6 +81,7 @@ files:
|
|
81
81
|
- config/locales/de.yml
|
82
82
|
- config/locales/en.yml
|
83
83
|
- config/locales/es.yml
|
84
|
+
- config/locales/fi.yml
|
84
85
|
- config/locales/fr.yml
|
85
86
|
- config/locales/it.yml
|
86
87
|
- config/locales/lt.yml
|