Skip to content

Incorrect translation of Spanish verb "son" rendered as "hijo" #217

@Edward-Martinson

Description

@Edward-Martinson

I encountered a translation issue in DFInt where the Spanish verb "son" (third person plural of "ser", meaning "are") is incorrectly translated as "hijo".

It appears that the installer is mapping the English word "son" (family relation) directly into Spanish without considering grammatical context. As a result, sentences that should use the verb form "son" are being replaced with "hijo", which breaks meaning and grammar.

Example:

Correct Spanish: Ellos son fuertes.

Current output: Ellos hijo fuertes.

This seems to be a context-insensitive word mapping issue between the English noun "son" and the Spanish verb "son."

The Spanish verb "son" (from "ser") should not be replaced with "hijo" unless the original English word refers specifically to the noun "son" (male child).

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