Skip to content

Releases: KeyKatyu/MCTranslationLib

v1.4.0

23 Nov 17:01
5a56464

Choose a tag to compare

Merge pull request #2 from jamailun/main

Cache computed values

v1.3.0

27 Aug 10:25

Choose a tag to compare

PATCH NOTE

  • Update lang files to MC 1.21.8

v1.2.9

09 Mar 13:52

Choose a tag to compare

PATCH NOTE

  • Update lang files to MC 1.21.4

v1.2.8

25 Dec 17:01

Choose a tag to compare

PATCH NOTE

  • Update lang files to MC 1.21.3

v1.2.7

27 Aug 12:11

Choose a tag to compare

PATCH NOTE

  • Update lang files to MC 1.21.1

v1.2.6

18 May 09:41

Choose a tag to compare

PATCH NOTE

  • Update lang files to MC 1.20.6
  • Add VP_VL language

v1.2.5

25 Dec 13:50

Choose a tag to compare

PATCH NOTE

  • Update lang files to MC 1.20.4

v1.2.4

24 Sep 09:01

Choose a tag to compare

PATCH NOTE

  • Update to MC 1.20.2 (lang files)
  • Spigot plugin compatibility (the project can now be used as a Spigot plugin)

v1.2.3

30 Jul 10:47

Choose a tag to compare

PATCH NOTE

  • Language#EN_US was forgotten so I added it to the files and the Language enum.
  • Methods "from" in the Language class (fromLocale, fromPlayer) cannot return null now. If the language isn't found, it will return the EN_US language.

v1.2.2

30 Jul 07:48

Choose a tag to compare

PATCH NOTE

  • Pull request #1 from @Robotv2 - thanks to him, the project is now cleaner!
    (Added logger to replace System.out and utility methods in Language.java file)