Laravel-Lang / lang

List of 126 languages for Laravel Framework, Laravel Jetstream, Laravel Fortify, Laravel Breeze, Laravel Cashier, Laravel Nova, Laravel Spark and Laravel UI.

Home Page:https://laravel-lang.com/packages-lang.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[RO] Wrong translation in validation.php

marioene opened this issue · comments

Hi,

Wrong translation in validation.php for romanian language.

File Laravel-lang/src/ro/validation.php

line 103:

'same'                 => 'Câmpul :attribute și :other trebuie să fie identice.',

should be:

'same'                 => 'Câmpurile :attribute și :other trebuie să fie identice.',

Argument:

'Câmpul' (Field in english) is for a singular field (like :attribute).

'Câmpurile' (Fields in english) is for plural fields, because you have there 2 fields variable names (:attribute and :other).

Hello,
can you do a pull request ?