swiss_bank_validator 0.5.0 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/changelog.md +14 -0
- data/lib/swiss_bank_validator/locale/fr.yml +1 -1
- data/lib/swiss_bank_validator/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '048f3b65cc5d822f99fdc697a857846e63347736b0f2d2c8a202278f20a56f0b'
|
4
|
+
data.tar.gz: 8e9e8da97b9a658c90c10c3803304e97ed46b867997f4ac3c1d62af1fa0af982
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 862acd1cf148b2bcf065f19fcc6e0707f73776c2d09b234df7f067a58727661b6ed101de924d708117362f84b3e692106d397e5d4789f196880f61112cf0ae57
|
7
|
+
data.tar.gz: e2bc64e6c71bfc3f0399d9634de95fe4e4a9cacb73f05cf400e05655dc823aca59cfb675b50d0ca9ca3f579db5a0179b4e317121258b048beba6904600375cc0
|
data/changelog.md
CHANGED
@@ -0,0 +1,14 @@
|
|
1
|
+
# Changelog
|
2
|
+
|
3
|
+
All notable changes to this project will be documented in this file.
|
4
|
+
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
6
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
7
|
+
|
8
|
+
## [0.5.1]
|
9
|
+
|
10
|
+
- Change FR translation
|
11
|
+
|
12
|
+
## [0.5.0]
|
13
|
+
|
14
|
+
- First release
|
@@ -2,7 +2,7 @@ fr:
|
|
2
2
|
activemodel: &activemodel
|
3
3
|
errors:
|
4
4
|
messages:
|
5
|
-
invalid_iban_length: "
|
5
|
+
invalid_iban_length: "ne fait pas la bonne longueur (doit comporter %{value} caractères)"
|
6
6
|
space_not_authorized_in_iban: "Les espaces ne sont pas autorisés"
|
7
7
|
iban_format_not_valid: "Le format de l'IBAN n'est pas valide"
|
8
8
|
must_start_with_ch: "doit commencer par CH"
|