Item 4903 still showing in english
anon1231823 opened this issue · 21 comments
Hey @anon1231823
can you also share examples where the item names are translated correctly? This might be an issue related to the objective times of the quests.
Items in my bags showing correctly: ID 6652, 5062, 2858
Something worth noting: When an item is used for two quests, it can show correctly localized on the first quest, and not localized for the second quest, even if the Item ID is the same
@BreakBB i cannot find those items in the classic lookups, i dont know why he said that they have translations. items 4903, 3017 have no translations
@Cabro https://github.com/Questie/Questie/blob/master/Localization/lookups/Classic/lookupItems/esMX.lua
I see it right there
[3017] = "Órdenes de Sevren",
[4903] = "Ojo de la Sombra ardiente",
Hey @anon1231823 a similarity I notice from your screenshots is, that it always bugs out, when the quest is already complete.
Could that be the overall case?
EDIT: Nope, 3082 is working fine 🙈
I went onto the french client to test something from quest 3942. I noticed that when I hovered over the mobs, the samophlange pages and cover show on the tooltip. The items exist in the french database as well as esMX database (11147 and 11148).
[11147] = "Cubierta del manual del churumbele",
[11148] = "Página del manual del churumbele",
[11147] = "Couverture du manuel du Samophlange",
[11148] = "Page du manuel du Samophlange",
Yet in the esMX client, the tooltip still shows english
Surprisingly, it does show item 11149 which does exist in the esMX database
Is it possible that this has to do with CRLF? I don't know if a document can have partial CRLF and partial LF. When I open notepad (not notepad++) it automatically is CRLF.
Hm, so items with characters such as "á" show in english instead, that's a good spot
@Cabro Changing to LF seems to have no impact, and some items with special characters are showing correctly
I just did a dungeon and noticed something. When the item existed in the database, it showed spanish for everyone in group. For the item that didnt exist, it only showed spanish for me. When I left the group, it STILL shows in spanish, even after recompiling database, even though item ID 9299 doesn't exist in esMX item file. So it has some memory of it or got it from the quest objective I don't know what is going on here.