Skip to content

fix local id #210

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/locale/id.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ SimpleReactValidator.addLocale('id', {
integer : ':attribute harus berupa integer.',
max : ':attribute harus kurang dari :max:type.',
min : ':attribute harus lebih dari :min:type.',
not_in : ':attribute terpilih tidak boleh sama dngan :values.',
not_in : ':attribute terpilih tidak boleh sama dengan :values.',
not_regex : ':attribute tidak boleh cocok dengan pola yang ditentukan.',
numeric : ':attribute harus berupa angka.',
phone : ':attribute harus berupa nomor ponsel yang valid.',
regex : ':attribute harus cocok dengan pola yang ditentukan.',
required : ':attribute tidak boleh kosong.',
size : ':attribute harus :size:type.',
string : ':attribute harus berupa string.',
typeof : ':attribute tida cocok dengan tiipe :type.',
typeof : ':attribute tidak cocok dengan tipe :type.',
url : ':attribute harus berupa url.',
});