An open API service indexing awesome lists of open source software.

https://github.com/taylorgoolsby/minecraft-fpv-lang

Translation files for the Minecraft FPV mod.
https://github.com/taylorgoolsby/minecraft-fpv-lang

fpv minecraft translation

Last synced: about 1 year ago
JSON representation

Translation files for the Minecraft FPV mod.

Awesome Lists containing this project

README

          

# minecraft-fpv-lang
Translation files for the Minecraft FPV mod.

## Contribution
If you would like to add a translation to the mod, you can do so by contributing to this repo.

### Requirements
1. Your translation file must be named according to this format: `_.json5`, all lowercase. Here is a list of [ISO 639-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes), and here is a list of [ISO 3166-1 alpha-2 codes](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). You should be able to find your code on this page: https://minecraft.gamepedia.com/Language.
2. Ensure that your `.json` file is `UTF-8` encoded.
3. Your translation file must be valid JSON syntax.
4. Do not edit `en_us.json5`.
5. Every key in `en_us.json5` must exist in your translation file.

### Acceptance
1. Automated testing will ensure the requirements are met.
2. Make a PR.
3. Once the PR is accepted and merged, your translation will be included in the next [curseforge](https://www.curseforge.com/minecraft/mc-mods/fpv-drone/files) release.

### Help
If you have questions, you can contact me (@gluecode) in the [Minecraft FPV Discord Server](https://discord.gg/WJfhXuz).