ViaFabric/CONTRIBUTING.md

18 lines
654 B
Markdown
Raw Permalink Normal View History

2021-07-13 12:15:49 +02:00
# Contributing
## Language Files
2022-01-26 13:05:18 +01:00
Language files are under ``src/main/resources/assets/viafabric/lang/``. Please edit ``.json`` files. Create a ``.lang``
with ``${nameofjson}``, so the build script can convert automatically to the old format.
2021-07-13 12:15:49 +02:00
Use capitalization rules from your language. Try to be consistent with Minecraft language files.
Please check in-game string length. Note that abbreviations may cause issues with the screen reader.
2022-01-26 13:05:18 +01:00
Take a look at UN's guidelines for Gender-inclusive
language: https://www.un.org/en/gender-inclusive-language/guidelines.shtml
2021-07-13 12:15:49 +02:00
## Source Code
2022-01-26 13:05:18 +01:00
2021-07-13 12:15:49 +02:00
Use 4 spaces, run code cleanup and ``optipng`` on new png files.