About item-info function #503
Replies: 5 comments 4 replies
-
That's the issue I mentioned in the other thread. In PoE2, you can't copy the English item-name anymore by pressing ALT + CTRL + C. The omni-key normally gets an item's full name, then checks a database of valid items to decide if the the item-info tooltip can be used (just to limit the use-cases and prevent it from completely breaking itself in edge-case scenarios), and I create that database based on PoB's databases with a separate script. I didn't want to create these by hand for PoE2, so the omni-key checks a list of item-classes instead (around 32 right now). To save time (and because no-one was working on any translations), I didn't expose all these classes in the client.txt file, so it's hard-coded to use English ones for now. I also assumed the ALT + CTRL + C would be fixed by the time PoB2 came out, but that hasn't happened. I guess I could expose them just in case the ALT copy stays broken for longer. |
Beta Was this translation helpful? Give feedback.
-
I have pushed another update for the client.txt language-file to the dev branch: 163e4e0 I hope this isn't getting too messy on your end, handling various files and branches. The wiki-link stays in English because that's the only language available on there (?). |
Beta Was this translation helpful? Give feedback.
-
So far, most of the features have been tested successfully, except item-info and Map info panel (which I haven't tried yet). |
Beta Was this translation helpful? Give feedback.
-
As a side note: I have merged the dev and main branches for a new release (v1.56.5), just to get some core changes out and to separate them from localization changes going forward. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
This is the same item in different languages
The item-info works fine in English.
in English, but in Chinese it gives an error :item not supported
I know this should be a problem with the item parsing, do I need the Chinese word list to work, which file is this part of the data in?
I tried to modify some parts of the file
client.txt
, but it failsI'm using your dev branch.
Beta Was this translation helpful? Give feedback.
All reactions