Skip to content

Commit 880c9d1

Browse files
committed
add country key to langs
1 parent d44417a commit 880c9d1

24 files changed

+24
-0
lines changed

src/lang/It/validate.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
'car-number' => ':attribute non è valido.',
99
'cart-number-iran' => ':attribute non è valido.',
1010
'credit-card' => ':attribute non è valido.',
11+
'country' => ':attribute non è valido.',
1112
'discord-username' => ':attribute non è valido.',
1213
'domain' => ':attribute non è valido.',
1314
'duplicate' => ':attribute non è valido.',

src/lang/ar/validate.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
'car-number' => ':attribute غير صالح.',
99
'cart-number-iran' => ':attribute غير صالح.',
1010
'credit-card' => ':attribute غير صالح.',
11+
'country' => ':attribute غير صالح.',
1112
'discord-username' => ':attribute غير صالح.',
1213
'domain' => ':attribute غير صالح.',
1314
'duplicate' => ':attribute غير صالح.',

src/lang/az/validate.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
'car-number' => ':attribute doğru deyil.',
99
'cart-number-iran' => ':attribute doğru deyil.',
1010
'credit-card' => ':attribute doğru deyil.',
11+
'country' => ':attribute doğru deyil.',
1112
'discord-username' => ':attribute doğru deyil.',
1213
'domain' => ':attribute doğru deyil.',
1314
'duplicate' => ':attribute doğru deyil.',

src/lang/bn/validate.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
'car-number' => ':attribute বৈধ নয়.',
99
'cart-number-iran' => ':attribute বৈধ নয়.',
1010
'credit-card' => ':attribute বৈধ নয়.',
11+
'country' => ':attribute বৈধ নয়.',
1112
'discord-username' => ':attribute বৈধ নয়.',
1213
'domain' => ':attribute বৈধ নয়.',
1314
'duplicate' => ':attribute বৈধ নয়.',

src/lang/ca/validate.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
'car-number' => ':attribute no és vàlid.',
99
'cart-number-iran' => ':attribute no és vàlid.',
1010
'credit-card' => ':attribute no és vàlid.',
11+
'country' => ':attribute no és vàlid.',
1112
'discord-username' => ':attribute no és vàlid.',
1213
'domain' => ':attribute no és vàlid.',
1314
'duplicate' => ':attribute no és vàlid.',

src/lang/de/validate.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
'car-number' => ':attribute kein gültiger.',
99
'cart-number-iran' => ':attribute kein gültiger.',
1010
'credit-card' => ':attribute kein gültiger.',
11+
'country' => ':attribute kein gültiger.',
1112
'discord-username' => ':attribute kein gültiger.',
1213
'domain' => ':attribute kein gültiger.',
1314
'duplicate' => ':attribute kein gültiger.',

src/lang/el/validate.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
'car-number' => 'Το :attribute δεν είναι έγκυρο.',
99
'cart-number-iran' => 'Το :attribute δεν είναι έγκυρο.',
1010
'credit-card' => 'Το :attribute δεν είναι έγκυρο.',
11+
'country' => 'Το :attribute δεν είναι έγκυρο.',
1112
'discord-username' => 'Το :attribute δεν είναι έγκυρο.',
1213
'domain' => 'Το :attribute δεν είναι έγκυρο.',
1314
'duplicate' => 'Το :attribute δεν είναι έγκυρο.',

src/lang/en/validate.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
'car-number' => 'The :attribute is not valid.',
99
'cart-number-iran' => 'The :attribute is not valid.',
1010
'credit-card' => 'The :attribute is not valid.',
11+
'country' => 'The :attribute is not valid.',
1112
'discord-username' => 'The :attribute is not valid.',
1213
'domain' => 'The :attribute is not valid.',
1314
'duplicate' => 'The :attribute is not valid.',

src/lang/es/validate.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
'car-number' => ':attribute no es válido.',
99
'cart-number-iran' => ':attribute no es válido.',
1010
'credit-card' => ':attribute no es válido.',
11+
'country' => ':attribute no es válido.',
1112
'discord-username' => ':attribute no es válido.',
1213
'domain' => ':attribute no es válido.',
1314
'duplicate' => ':attribute no es válido.',

src/lang/fa/validate.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
'car-number' => 'مقدار :attribute صحیح نمی باشد.',
99
'cart-number-iran' => 'مقدار :attribute صحیح نمی باشد.',
1010
'credit-card' => 'مقدار :attribute صحیح نمی باشد.',
11+
'country' => 'مقدار :attribute صحیح نمی باشد.',
1112
'discord-username' => 'مقدار :attribute صحیح نمی باشد.',
1213
'domain' => 'مقدار :attribute صحیح نمی باشد.',
1314
'duplicate' => 'مقدار :attribute صحیح نمی باشد.',

0 commit comments

Comments
 (0)