KH2FM-Mods-Num / GoA-ROM-Edition

8 stars 13 forks source link

Spanish Translation #44

Closed TheSoraHD closed 3 months ago

TheSoraHD commented 3 months ago

image image image

1234567890num commented 3 months ago

There's some changes that are only done on English to preserve some continuity. If there's no such continuity problems with the vanilla Spanish texts, can you remove their edits from the files? These include:

1234567890num commented 3 months ago

Fixes crash when getting Drive Gauge Up through a LvUp/Bonus Text Box!!!

Also, which part of the PR does this?

TheSoraHD commented 3 months ago

There's some changes that are only done on English to preserve some continuity. If there's no such continuity problems with the vanilla Spanish texts, can you remove their edits from the files? These include:

Oh, I patched all the visible text strings present in the files because they were in English in my game, but since the mod.yml is changed now they aren't necessary at all. Got it!

  • Antiform -> Anti Form (maybe Forma anti would be better? Idk Spanish but it seems more in line with the other forms' texts)

I'll remove it. Also, "Forma anti" is not cool, since "anti" is a prefix that changes the object to its antithesis.

  • Dodge Roll LV 1 -> Dodge Roll LV1 (no changes needed, so you can remove the edits to the sys.yml)

    • Applies to the other Dodge Roll levels too

Fabulous!

  • Limit names (idk what they're called in the Spanish translation in other games)

    • Sonic Rave -> Sonic Blade
    • Last Arcanum -> Ars Arcanum
    • Infinity -> Ragnarok

In the Spanish translations, there isn't such consistency, specially with KH2. So, I'll change the names to its KH1/BBS/KH3 counterparts:

  • Cost: 4 -> Drive points consumed: 4 (Spanish translation is also consistent, so you can also remove this edit)

Yes, but there's a typo in the official release, so this will stay as it is :p

Fixes crash when getting Drive Gauge Up through a LvUp/Bonus Text Box!!!

Also, which part of the PR does this?

See Fix Drive Gauge Up Crash when playing in Spanish. The reason it's crashing right now is because the text is too long (before was "¡Indicador de Fusión aumentado!", but that was transformed in-game into "¡{arrow_up}¡Indicador de Fusión aumentado!!", thus causing the crash), so I changed "aumentado" by a "+1", which does the trick. =)

1234567890num commented 3 months ago

I'll remove it. Also, "Forma anti" is not cool, since "anti" is a prefix that changes the object to its antithesis.

I think having it be Forma [something] would be best for consistency, but I'll leave the final judgement to you. Feel free to choose Antiforma or Anti-forma if you feel either of those are better.

Yes, but there's a typo in the official release, so this will stay as it is :p

It seems less like a typo and more like a wording/grammar issue, so I'll take your word for it.

TheSoraHD commented 3 months ago

I think having it be Forma [something] would be best for consistency, but I'll leave the final judgement to you. Feel free to choose Antiforma or Anti-forma if you feel either of those are better.

The easiest thing to do, for now, is to leave it as it is (official).

It seems less like a typo and more like a wording/grammar issue, so I'll take your word for it.

Also, sorry for not giving enough context before. The real problem is with the words "para usa límites", it should be "para usar límites" (r is missing, the conjugation is incorrect).

image