diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2023-11-18 21:25:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-18 21:25:15 +0100 |
commit | 1486b861c467cc95335d53ffd2532493ec3c9def (patch) | |
tree | 649ec8aaa7472ea5db7728b03fbfda512113da78 | |
parent | a93756633184bba4c4741198e0e452e71a2e108d (diff) | |
download | NorthstarMods-1.20.1-rc4.tar.gz NorthstarMods-1.20.1-rc4.zip |
Add translation status indicator badge to README (#758)v1.20.1-rc4
Add translation status indicator badge to README
Add section showing all languages
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,4 +1,7 @@ # NorthstarMods +<a href="https://translate.harmony.tf/engage/northstar/"> +<img src="https://translate.harmony.tf/widgets/northstar/-/client/svg-badge.svg" alt="Translation status" /> +</a> [Squirrel](http://www.squirrel-lang.org/squirreldoc/reference/index.html) scripts used to recreate server-side gamelogic and add [custom content](https://r2northstar.gitbook.io/r2northstar-wiki/using-northstar/gamemodes) to the game. @@ -9,3 +12,11 @@ Issues in this repository should be created if they are related to these domains - `Northstar.Coop` - Soon™. - `Northstar.Custom` - Northstar custom content. - `Northstar.CustomServer` - Server config files and scripts necessary for multiplayer. + +### Translating + +Translations can be submitted via [weblate](https://translate.harmony.tf/projects/northstar/client/). + +<a href="https://translate.harmony.tf/engage/northstar/"> +<img src="https://translate.harmony.tf/widgets/northstar/-/client/multi-auto.svg" alt="Translation status" /> +</a> |