Author Topic: Why is this object name not translated?  (Read 212 times)

Bucket_p

  • Probably not a Spambot
  • *
  • Posts: 6
  • Karma: +5/-0
    • View Profile
Why is this object name not translated?
« on: May 16, 2026, 06:05:56 am »
Other things are working properly, but this one is a bit different.

::Microchip Implantation/Extraction Unit
마이크로칩 이식/추출 장치

Is it possible that the slash ('/') is causing the malfunction?

OOgmaa

  • Noob
  • *
  • Posts: 2
  • Karma: +1/-0
    • View Profile
Re: Why is this object name not translated?
« Reply #1 on: May 18, 2026, 12:34:49 pm »
In my opinion, the problem probably comes from the forward slash (/) which messes up the key reading, but I don't know for sure.

On my end, I've coded a Python script that automates the translation via the Google Translate API. Since you've done an exceptional, painstaking job tracking down these lines, would you mind sharing all the English keys you've already found? It would save me a massive amount of time so I can feed them directly into my script!

Thanks a lot!