Hi.
I detected some language dissonances in Spanish, specifically in verb person
An example:
"No pudimos encontrar la página que buscabas."
|
"EXPLAIN" => "No pudimos encontrar la página que buscabas.", |
In this case the message uses the second person of the singular form in simple mode ("tú buscabas" or "vos buscabas")
but
"De cualquier manera, haga clic en <a href="{{url}}"> aquí </a> para volver a la página principal."
|
"RETURN" => 'De cualquier manera, haga clic en <a href="{{url}}"> aquí </a> para volver a la página principal.' |
Uses the same person for imperative, but in courtesy mode ("usted haga")
I suppose the normal language of UF is colloquial, then, I think is necessary change courtesy mode ("usted") by normal mode ("tú" or "vos"). In this case, the imperative must be
"De cualquier manera, haz clic en ..." ("tú" in es_*)
or
"De cualquier manera, hacé clic en...."` ("vos" only in es_AR)
Thanks
Hi.
I detected some language dissonances in Spanish, specifically in verb person
An example:
"No pudimos encontrar la página que buscabas."UserFrosting/app/sprinkles/core/locale/es_ES/errors.php
Line 27 in 4dda14f
In this case the message uses the second person of the singular form in simple mode ("tú buscabas" or "vos buscabas")
but
"De cualquier manera, haga clic en <a href="{{url}}"> aquí </a> para volver a la página principal."UserFrosting/app/sprinkles/core/locale/es_ES/errors.php
Line 28 in 4dda14f
Uses the same person for imperative, but in courtesy mode ("usted haga")
I suppose the normal language of UF is colloquial, then, I think is necessary change courtesy mode ("usted") by normal mode ("tú" or "vos"). In this case, the imperative must be
"De cualquier manera, haz clic en ..." ("tú" in es_*)
or
"De cualquier manera, hacé clic en...."` ("vos" only in es_AR)
Thanks