Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
static changeErrorMessage() {
Parsley.addMessages('ja', {
gt: '%sより大きい値を入力してください。',
gte: '%s以上の値を入力してください。',
lt: '%sより小さい値を入力してください。',
lte: '%s以下の値を入力してください。',
});
}