Skip to content

Dissonant verb form in es_ES #890

@silvioq

Description

@silvioq

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions