Commit da3895

Translations
@@ 22,9 22,13@@
## Creating your own translation
1. Download the latest en_US.json file from the GitHub Repository for LubeLogger.
- 2. Use a JSON pretty-printer to make it human-readable
+ 2. Rename this file, en_US is a reserved name.
![](/Translations/a/image-1707068227706.png)
+ 3. Use a JSON pretty-printer to make it human-readable
3. The objects to the left of the ":" are the translation keys, DO NOT modify these.
4. The objects to the right of the ":" are the translation values(shown in green), these are what you want to translate.
5. To test out your translation, simply upload it to your LubeLogger instance and test it out.
+
+ ## Contribute your translation
+ Follow the instructions outlined in the [official repository](https://github.com/hargata/lubelog_translations/)