Translation files for the Minecraft FPV mod.
If you would like to add a translation to the mod, you can do so by contributing to this repo.
- Your translation file must be named according to this format:
<ISO 639-1>_<ISO 3166-1 alpha-2>.json5
, all lowercase. Here is a list of ISO 639-1 codes, and here is a list of ISO 3166-1 alpha-2 codes. You should be able to find your code on this page: https://minecraft.gamepedia.com/Language. - Ensure that your
.json
file isUTF-8
encoded. - Your translation file must be valid JSON syntax.
- Do not edit
en_us.json5
. - Every key in
en_us.json5
must exist in your translation file.
- Automated testing will ensure the requirements are met.
- Make a PR.
- Once the PR is accepted and merged, your translation will be included in the next curseforge release.
If you have questions, you can contact me (@gluecode) in the Minecraft FPV Discord Server.