Skip to content

Commit

Permalink
Fix Pint Issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-webkul committed Jan 13, 2025
1 parent c51a552 commit 526e7b9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/Webkul/Core/src/Resources/lang/ar/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
'validations' => [
'code' => 'يجب أن يكون الحقل رمزًا صالحًا.',
'decimal' => 'يجب أن يكون الحقل رقمًا عشريًا.',
]
],
];
2 changes: 1 addition & 1 deletion packages/Webkul/Core/src/Resources/lang/en/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
'validations' => [
'code' => 'The field must be a valid code.',
'decimal' => 'The field must be a decimal number.',
]
],
];
2 changes: 1 addition & 1 deletion packages/Webkul/Core/src/Resources/lang/es/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
'validations' => [
'code' => 'El campo debe ser un código válido.',
'decimal' => 'El campo debe ser un número decimal.',
]
],
];
2 changes: 1 addition & 1 deletion packages/Webkul/Core/src/Resources/lang/fa/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
'validations' => [
'code' => 'این فیلد باید یک کد معتبر باشد.',
'decimal' => 'این فیلد باید یک عدد اعشاری باشد.',
]
],
];
2 changes: 1 addition & 1 deletion packages/Webkul/Core/src/Resources/lang/pt_BR/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
'validations' => [
'code' => 'O campo deve ser um código válido.',
'decimal' => 'O campo deve ser um número decimal.',
]
],
];
2 changes: 1 addition & 1 deletion packages/Webkul/Core/src/Resources/lang/tr/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
'validations' => [
'code' => 'Alan geçerli bir kod olmalıdır.',
'decimal' => 'Alan ondalık bir sayı olmalıdır.',
]
],
];
2 changes: 1 addition & 1 deletion packages/Webkul/Core/src/Resources/lang/vi/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
'validations' => [
'code' => 'Trường phải là một mã hợp lệ.',
'decimal' => 'Trường phải là một số thập phân.',
]
],
];

0 comments on commit 526e7b9

Please sign in to comment.