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

[BUG] Text shows up as "Oops, missing ?" #34

Closed
wrefgtzweve opened this issue Dec 1, 2021 · 2 comments
Closed

[BUG] Text shows up as "Oops, missing ?" #34

wrefgtzweve opened this issue Dec 1, 2021 · 2 comments
Assignees
Labels

Comments

@wrefgtzweve
Copy link

Describe the bug
All text in the tool is "Oops, missing?"

To Reproduce
Steps to reproduce the behavior:

  1. Subscribe to TAT
  2. Open tool
  3. All text is "Oops, missing?"

Expected behavior
My american friends can see the text on tool menu.

Screenshots
image

Host machine (please complete the following information):

  • OS type: Windows
  • OS version: 10
  • Gmod branch: x64
  • Gmod version: 2021.11.01
  • Gmod instance: CLIENT
  • Tool version: Latest workshop version

Additional context
I feel like this could be some kind of localization issue? I'm from the netherlands if that matters, yet i don't seem to have issues with other addons.

@dvdvideo1234
Copy link
Owner

dvdvideo1234 commented Dec 1, 2021

If the language is not found the description must default to English. I am telling the server to send the translations file to the client here. The tool script passes the language code here and later initializes it by compiling the file content to create a function. The order of execution will always be: init (send translations) then tool (init localify). For starters you can try enable the logs and attach the output of: InitLocalify GetLocalify and GetPhrase.

Meanwhile I will try testing it with other code different than N/A.

@dvdvideo1234
Copy link
Owner

@wrefgtzweve Latest change is pushed to steam. Please reopen the issue if it still persists.

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

No branches or pull requests

2 participants