Giter VIP home page Giter VIP logo

Comments (1)

d2inventory avatar d2inventory commented on August 11, 2024

Yes keys are hidden. You can show them by editing this file:

Data\local\lng\strings\item-names.json

From line 4932 to 4965 are the keys.
Show them by simple writing Key (or whatever you want) between the "" on line 4935 and 4952.

Before:

{
    "id": 2221,
    "Key": "Key",
    "enUS": "",                  <------- THIS LINE IS 4935 
    "zhTW": "鑰匙",
    "deDE": "Schlüssel",
    "esES": "[fs]Llave",
    "frFR": "[fs]Clé",
    "itIT": "Chiave",
    "koKR": "",
    "plPL": "Klucz",
    "esMX": "Llave",
    "jaJP": "鍵",
    "ptBR": "Chave",
    "ruRU": "[ms]ключ",
    "zhCN": "钥匙"
  },
  {
    "id": 2222,
    "Key": "key",
    "enUS": "",,                  <------- THIS LINE IS 4952
    "zhTW": "鑰匙",
    "deDE": "Schlüssel",
    "esES": "[fs]Llave",
    "frFR": "[fs]Clé",
    "itIT": "Chiave",
    "koKR": "",
    "plPL": "Klucz",
    "esMX": "Llave",
    "jaJP": "鍵",
    "ptBR": "Chave",
    "ruRU": "[ms]ключ",
    "zhCN": "钥匙"
  },

After:

{
    "id": 2221,
    "Key": "Key",
    "enUS": "Key",
    "zhTW": "鑰匙",
    "deDE": "Schlüssel",
    "esES": "[fs]Llave",
    "frFR": "[fs]Clé",
    "itIT": "Chiave",
    "koKR": "",
    "plPL": "Klucz",
    "esMX": "Llave",
    "jaJP": "鍵",
    "ptBR": "Chave",
    "ruRU": "[ms]ключ",
    "zhCN": "钥匙"
  },
  {
    "id": 2222,
    "Key": "key",
    "enUS": "Key",
    "zhTW": "鑰匙",
    "deDE": "Schlüssel",
    "esES": "[fs]Llave",
    "frFR": "[fs]Clé",
    "itIT": "Chiave",
    "koKR": "",
    "plPL": "Klucz",
    "esMX": "Llave",
    "jaJP": "鍵",
    "ptBR": "Chave",
    "ruRU": "[ms]ключ",
    "zhCN": "钥匙"
  },

from d2r-loot-filter.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.