Skip to content

Nyamops/idrunk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

To add a dictionary for your language, you need to create a translation file. For example, UI_EN.

You need these fields:

UI_DrunkSpeech_Dictionary_Filter
UI_DrunkSpeech_Dictionary_Case_Filter

UI_DrunkSpeech_Dictionary_Filter

Example: src/iDrunk/Contents/mods/iDrunk/media/lua/shared/Translate/EN/UI_EN.txt

[
  {
    "needle": [],
    "add": {
      "before": []
    }
  },
  {
    "needle": [],
    "replace": {
      "full": []
    }
  },
  {
    "needle": [],
    "add": {
      "after": []
    }
  }
]

UI_DrunkSpeech_Dictionary_Case_Filter

Here you just need to specify the chars case. You can specify an empty json if you use hieroglyphs, etc.

{}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages