-
Notifications
You must be signed in to change notification settings - Fork 4
Description
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).