[BUG] Text shows up as "Oops, missing ?"
wrefgtzweve opened this issue · 2 comments
Describe the bug
All text in the tool is "Oops, missing?"
To Reproduce
Steps to reproduce the behavior:
- Subscribe to TAT
- Open tool
- All text is "Oops, missing?"
Expected behavior
My american friends can see the text on tool menu.
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.
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
.
@wrefgtzweve Latest change is pushed to steam. Please reopen the issue if it still persists.