Skip to content

Commit c72ab4f

Browse files
authored
fix local id (#210)
fix some typos
1 parent a0e42e4 commit c72ab4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/locale/id.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ SimpleReactValidator.addLocale('id', {
2424
integer : ':attribute harus berupa integer.',
2525
max : ':attribute harus kurang dari :max:type.',
2626
min : ':attribute harus lebih dari :min:type.',
27-
not_in : ':attribute terpilih tidak boleh sama dngan :values.',
27+
not_in : ':attribute terpilih tidak boleh sama dengan :values.',
2828
not_regex : ':attribute tidak boleh cocok dengan pola yang ditentukan.',
2929
numeric : ':attribute harus berupa angka.',
3030
phone : ':attribute harus berupa nomor ponsel yang valid.',
3131
regex : ':attribute harus cocok dengan pola yang ditentukan.',
3232
required : ':attribute tidak boleh kosong.',
3333
size : ':attribute harus :size:type.',
3434
string : ':attribute harus berupa string.',
35-
typeof : ':attribute tida cocok dengan tiipe :type.',
35+
typeof : ':attribute tidak cocok dengan tipe :type.',
3636
url : ':attribute harus berupa url.',
3737
});

0 commit comments

Comments
 (0)