Skip to content

ImUrX/localizedbrowser

Repository files navigation

Localized Browser

A mod that makes things nicer for people that don't talk english.

Current features are:

  • Base letter shows all possible graphemes with it
  • If you use a grapheme it will only show items with that grapheme
  • Advanced Japanese support (romaji, hiragana shows katakana stuff, kanji dictionary, and the features above do apply to japanese too)

To-do:

  • Pinyin support (chinese one, need to check if taiwan has something different)
  • Romaja support (korean one)
  • Check if more languages need romanization support or something like japanese.

Maven

Fabric or Forge

I suggest using Modrinth as a repository. Use this official tutorial on how to do it

Fabric

dependencies {
    modImplementation "maven.modrinth:better-locale:VERSION-fabric"
}

Forge (ForgeGradle)

dependencies {
    implementation fg.deobf("maven.modrinth:better-locale:VERSION-forge")
}

Architectury or similars

You can use Maven Central to implement only the common part of the mod by doing the following:

repositories {
    mavenCentral()
}
dependencies {
    implementation "io.github.imurx.localizedbrowser:better-locale:VERSION"
}

Acknowledgements

About

Let's you search things in Minecraft without caring about some graphemes

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published