Skip to content

Commit 34ddbb8

Browse files
committed
1.4.6 release with updated Indonesian
1 parent 9663034 commit 34ddbb8

23 files changed

+50
-64
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "simple-react-validator",
33
"description": "A simple react form validator inspired by Laravel validation.",
44
"main": "dist/simple-react-validator.min.js",
5-
"version": "1.4.5",
5+
"version": "1.4.6",
66
"authors": [
77
"Stuart Yamartino"
88
],

dist/locale/el.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Simple React Validator v1.4.5 | Created By Dockwa | MIT License | 2017 - Present
1+
// Simple React Validator v1.4.6 | Created By Dockwa | MIT License | 2017 - Present
22
;(function(root, factory) {
33
if (typeof define === 'function' && define.amd) {
44
define(['simple-react-validator'], factory);

dist/locale/es.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Simple React Validator v1.4.5 | Created By Dockwa | MIT License | 2017 - Present
1+
// Simple React Validator v1.4.6 | Created By Dockwa | MIT License | 2017 - Present
22
;(function(root, factory) {
33
if (typeof define === 'function' && define.amd) {
44
define(['simple-react-validator'], factory);

dist/locale/fa.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Simple React Validator v1.4.5 | Created By Dockwa | MIT License | 2017 - Present
1+
// Simple React Validator v1.4.6 | Created By Dockwa | MIT License | 2017 - Present
22
;(function(root, factory) {
33
if (typeof define === 'function' && define.amd) {
44
define(['simple-react-validator'], factory);

dist/locale/fr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Simple React Validator v1.4.5 | Created By Dockwa | MIT License | 2017 - Present
1+
// Simple React Validator v1.4.6 | Created By Dockwa | MIT License | 2017 - Present
22
;(function(root, factory) {
33
if (typeof define === 'function' && define.amd) {
44
define(['simple-react-validator'], factory);

dist/locale/id.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Simple React Validator v1.4.5 | Created By Dockwa | MIT License | 2017 - Present
1+
// Simple React Validator v1.4.6 | Created By Dockwa | MIT License | 2017 - Present
22
;(function(root, factory) {
33
if (typeof define === 'function' && define.amd) {
44
define(['simple-react-validator'], factory);
@@ -36,15 +36,15 @@ SimpleReactValidator.addLocale('id', {
3636
integer: ':attribute harus berupa integer.',
3737
max: ':attribute harus kurang dari :max:type.',
3838
min: ':attribute harus lebih dari :min:type.',
39-
not_in: ':attribute terpilih tidak boleh sama dngan :values.',
39+
not_in: ':attribute terpilih tidak boleh sama dengan :values.',
4040
not_regex: ':attribute tidak boleh cocok dengan pola yang ditentukan.',
4141
numeric: ':attribute harus berupa angka.',
4242
phone: ':attribute harus berupa nomor ponsel yang valid.',
4343
regex: ':attribute harus cocok dengan pola yang ditentukan.',
4444
required: ':attribute tidak boleh kosong.',
4545
size: ':attribute harus :size:type.',
4646
string: ':attribute harus berupa string.',
47-
"typeof": ':attribute tida cocok dengan tiipe :type.',
47+
"typeof": ':attribute tidak cocok dengan tipe :type.',
4848
url: ':attribute harus berupa url.'
4949
});
5050
return null;

dist/locale/min/el.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/locale/min/es.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/locale/min/fa.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/locale/min/fr.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/locale/min/id.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)