Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 685 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 685 Bytes

I18N

Our simple I18N library.

Usage

Importing to your project

The project artifact is kindly hosted by JitPack.

Go to their website for usage.

For Bukkit users, use com.github.TheSRSProject.i18n:i18n-bukkit as artifact coordinate.

And please exclude Gson while compiling if you're targeting a MC version with Gson bundled.

Where to begin

See the following classes to start:

  • snw.srs.i18n.I18NEngine in common module
  • snw.srs.i18n.bukkit.BukkitI18NEngine for Bukkit users

Licensing

Copyright (C) 2024 SNWCreations, The SRS Project. Licensed under Apache 2.0 license.

See LICENSE file for more information.