diff --git a/src/dict/fil.php b/src/dict/fil.php index 4f89343..7c21717 100644 --- a/src/dict/fil.php +++ b/src/dict/fil.php @@ -23,5 +23,5 @@ return [ 'pokpok', 'hipon', 'engot', - 'bruha' + 'bruha', ]; diff --git a/src/dict/ml.php b/src/dict/ml.php index 954b770..0f45ac2 100644 --- a/src/dict/ml.php +++ b/src/dict/ml.php @@ -6,5 +6,5 @@ return [ 'തെണ്ടി', 'ചെറ്റ', 'കോപ്പ്', - 'മലര്' + 'മലര്', ]; diff --git a/src/dict/nl.php b/src/dict/nl.php index 884eea3..2be51e3 100644 --- a/src/dict/nl.php +++ b/src/dict/nl.php @@ -41,5 +41,5 @@ return [ 'tering', 'trut', 'tyfus', - 'verdomme' + 'verdomme', ]; diff --git a/src/dict/ro-md.php b/src/dict/ro-md.php index e720e7a..abe28fd 100644 --- a/src/dict/ro-md.php +++ b/src/dict/ro-md.php @@ -109,5 +109,5 @@ return [ 'martolog', 'panarama', 'pisa-m-as', - 'pisamas' + 'pisamas', ]; diff --git a/src/dict/ro.php b/src/dict/ro.php index 84f8bf5..becc3a7 100644 --- a/src/dict/ro.php +++ b/src/dict/ro.php @@ -109,5 +109,5 @@ return [ 'martolog', 'panarama', 'pisa-m-as', - 'pisamas' + 'pisamas', ]; diff --git a/src/dict/ru.php b/src/dict/ru.php index 80bf470..608b7f7 100644 --- a/src/dict/ru.php +++ b/src/dict/ru.php @@ -270,5 +270,5 @@ return [ 'хуякать', 'хуякнуть', 'целка', - 'шлюха' + 'шлюха', ]; diff --git a/src/lang/ml/validation.php b/src/lang/ml/validation.php index d5eed06..f3bde8e 100644 --- a/src/lang/ml/validation.php +++ b/src/lang/ml/validation.php @@ -1,5 +1,5 @@ 'ഈ :attribute നകത്തു മ്ലേച്ഛമായ ഭാഷ ഉണ്ട്' + 'profane' => 'ഈ :attribute നകത്തു മ്ലേച്ഛമായ ഭാഷ ഉണ്ട്', ]; diff --git a/src/lang/ro-md/validation.php b/src/lang/ro-md/validation.php index 18c9605..008f88a 100644 --- a/src/lang/ro-md/validation.php +++ b/src/lang/ro-md/validation.php @@ -1,5 +1,5 @@ ':attribute are un continut vulgar' + 'profane' => ':attribute are un continut vulgar', ]; diff --git a/src/lang/ro/validation.php b/src/lang/ro/validation.php index 18c9605..008f88a 100644 --- a/src/lang/ro/validation.php +++ b/src/lang/ro/validation.php @@ -1,5 +1,5 @@ ':attribute are un continut vulgar' + 'profane' => ':attribute are un continut vulgar', ]; diff --git a/src/lang/sr-rs/validation.php b/src/lang/sr-rs/validation.php index 6b180e8..31e453e 100644 --- a/src/lang/sr-rs/validation.php +++ b/src/lang/sr-rs/validation.php @@ -1,5 +1,5 @@ ':attribute sadrži vulgarne reči' + 'profane' => ':attribute sadrži vulgarne reči', ];