Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/livaconew/addon-translations
https://github.com/livaconew/addon-translations
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/livaconew/addon-translations
- Owner: LivacoNew
- License: mit
- Created: 2022-05-13T14:03:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-02T12:58:50.000Z (2 months ago)
- Last Synced: 2024-11-02T13:30:07.656Z (2 months ago)
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Addon-Translations
This is the repo where some of my more recent addons get they're translations from. This allows translations to be edited/updated without updates to the addon, making updates faster and less frequent for users with just patches for translations.## Contibuting
Project structure is like this:
```
📂Addon 1
📝versions.json
📂1.0.0
📝English.json
📝French.json
📂1.0.1
📝English.json
📝French.json
📂1.1.0
📝English.json
📝French.json
📂Addon 2
📝versions.json
📂1.0.0
📝English.json
📝German.json
📂1.0.1
📝English.json
📝German.json
📂1.1.0
📝English.json
📝German.json
```
Each folder contains a different addon. Each addon contains a version.json file, which directs the addon where to find translations for it's current verison (You won't need to worry about this, I'll update it myself). Inside that same folder, is folders relating to each addon version. Inside each version is a json file with the translations you need to edit.
If you make a translation, submit it in a PR (or just commit it if your already a contributor) and it'll be available in the addon almost instantly. Cool, huh?