···22All notable changes to this project will be documented in this file.
3344The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55-and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55+and this project kind of adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66+77+### [1.3.4]
88+- Updated Italian translations (Thanks to [Jump-333](https://github.com/Jump-333)!)
69710### [1.3.3]
811- Fixed commands not registering when running `/reload`.
···66public class Constants {
77 public static final String MOD_ID = "teleport_commands";
88 public static final String MOD_NAME = "Teleport Commands";
99- public static final String VERSION = "1.3.3";
99+ public static final String VERSION = "1.3.4";
10101111 public static final Logger LOGGER = LoggerFactory.getLogger(MOD_NAME);
1212}
···12122. Go [here](https://minecraft.wiki/w/Language) and pick the in-game locale code for the language you want to translate. (for example: `en_us`)
13133. Copy `en_us.json` and paste it in a new file called `[in-game locale code here].json` (in the same directory!)
14144. Translate the values in the file (`"commands.teleport_commands.XX.XX": "Translate this!",`)
1515-5. Submit a pull request with your translation :D! ([Guide here](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request#creating-the-pull-request))
1515+5. Submit a pull request with your translation on my repository :D! ([Guide here](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request#creating-the-pull-request))
16161717#### Want to improve an existing translation?
18181. Make a fork of the mod ([Guide here](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo#forking-a-repository))
19192. Modify the existing translation in the mod
2020-3. Submit a pull request with your changes :D! ([Guide here](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request#creating-the-pull-request))
2020+3. Submit a pull request with your changes on my repository :D! ([Guide here](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request#creating-the-pull-request))
212122222323#### Credits
2424- English (en_us): [Mr. Snowy](https://github.com/MrSn0wy)
2525- Dutch (nl_nl): [Mr. Snowy](https://github.com/MrSn0wy)
2626- Hungarian (hu_hu): [Martin Morningstar](https://github.com/RMI637)
2727-- Italian (it_it): [Vlad Andrei Morariu](https://github.com/VladAndreiMorariu)
2727+- Italian (it_it): [Vlad Andrei Morariu](https://github.com/VladAndreiMorariu), [Jump-333](https://github.com/Jump-333)
2828- Russian (ru_ru): [rfin0](https://github.com/rfin0)
2929- Traditional Chinese - Taiwan (zw_tw): [hugoalh](https://github.com/hugoalh), [Dicecan](https://github.com/Dicecan)
3030- Traditional Chinese - Hong Kong (zh_hk): [Dicecan](https://github.com/Dicecan)
···22# Every field you add must be added to the root build.gradle expandProps map.
3344# Project
55-version=1.3.3
55+version=1.3.4
66group=dev.mrsnowy.teleport_commands
77java_version=21
88