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.
- Host: GitHub
- URL: https://github.com/taylorgoolsby/minecraft-fpv-lang
- Owner: taylorgoolsby
- License: mit
- Created: 2020-12-28T01:20:09.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-28T10:47:55.000Z (over 5 years ago)
- Last Synced: 2025-02-05T10:23:25.308Z (over 1 year ago)
- Topics: fpv, minecraft, translation
- Language: JavaScript
- Homepage:
- Size: 241 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).