Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Localization problem (pt-br) #56

Open
bsides opened this issue Jan 14, 2012 · 0 comments
Open

Localization problem (pt-br) #56

bsides opened this issue Jan 14, 2012 · 0 comments

Comments

@bsides
Copy link

bsides commented Jan 14, 2012

Hi Tekkub, I tried to reach you before via twitter, but I guess you may see this more often and seems to be more appropriated to post it here.

In portuguese localization of the game, the checkbox "Show soulbound items" doesn't work. I've been researching throughout the code and found out that if I change the file Disenchanting.lua, line 21 to

if tip.L[i] == L.Vinculado then return true end

As you can see i had to change "Soulbound" to "Vinculado" there so it now works - but it won't work on other languages probably. Could you try to fix it? I tried to put the WoW Constant ITEM_SOULBOUND in its place (L.ITEM_SOULBOUND then ...) but it didn't work. I guess maybe doing a variable before? I don't know.

Woof! :P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant