All Projects → SpongePowered → Spongedocs

SpongePowered / Spongedocs

Licence: cc-by-sa-4.0
Documentation for Sponge and its Implementations

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Spongedocs

Localizationprovider
Database driven localization provider for .NET applications (core assemblies)
Stars: ✭ 77 (-18.95%)
Mutual labels:  translation
Mitoolkit
Tool um die MiHome App und die Vacuum Erweiterung auf Deutsch zu übersetzen.
Stars: ✭ 84 (-11.58%)
Mutual labels:  translation
Banmanager
Minecraft Java Plugin
Stars: ✭ 89 (-6.32%)
Mutual labels:  sponge
30 Seconds Zh cn
📙 前端知识精选集,包含 HTML、CSS、JavaScript、React、Node、安全等方面,每天仅需 30 秒。
Stars: ✭ 1,233 (+1197.89%)
Mutual labels:  translation
Vuetranslate
VueJS plugin for translations
Stars: ✭ 82 (-13.68%)
Mutual labels:  translation
Chrome Extension Guide
Chrome 扩展(插件) 开发官方文档中文版翻译
Stars: ✭ 85 (-10.53%)
Mutual labels:  translation
Coc Translator
🌸 Translation extension for coc.nvim
Stars: ✭ 77 (-18.95%)
Mutual labels:  translation
Brew.sh
🔖 The Homebrew homepage
Stars: ✭ 91 (-4.21%)
Mutual labels:  translation
Aura.intl
Internationalization tools, particularly message translation.
Stars: ✭ 82 (-13.68%)
Mutual labels:  translation
Dotcoin
A simple and integrity blockchain implementation in Golang
Stars: ✭ 89 (-6.32%)
Mutual labels:  translation
Developing Ios 11 Apps With Swift
Stanford 公开课,Developing iOS 11 Apps with Swift 字幕翻译
Stars: ✭ 1,237 (+1202.11%)
Mutual labels:  translation
E Maxx Eng
Translation of http://e-maxx.ru into English
Stars: ✭ 1,238 (+1203.16%)
Mutual labels:  translation
Androiddeepl
Unofficial Android application of DeepL Translator
Stars: ✭ 86 (-9.47%)
Mutual labels:  translation
Gctt
GCTT Go中文网翻译组。
Stars: ✭ 1,227 (+1191.58%)
Mutual labels:  translation
Writing It Books
프로그래머의 책쓰기: 나도 IT 책 잘 쓰면 소원이 없겠네!
Stars: ✭ 90 (-5.26%)
Mutual labels:  translation
Localizationkit ios
Realtime Dynamic localization translation delivery system for iOS and Mac OSX in Swift. Create and update texts from localization.com without needing to recompile or redeploy. Cocapod for iOS devices (iPad, iPhone, iPod Touch and Mac)
Stars: ✭ 1,206 (+1169.47%)
Mutual labels:  translation
Chinese bukkitapi
BukkitAPI 中文文档 (版本 Spigot-API 1.16.5)
Stars: ✭ 84 (-11.58%)
Mutual labels:  translation
Cyrillic To Translit Js
Ultra-lightweight JavaScript library for converting Cyrillic symbols to Translit and vice versa
Stars: ✭ 91 (-4.21%)
Mutual labels:  translation
Gokangarootwelve
Implementation of KangarooTwelve in Go
Stars: ✭ 90 (-5.26%)
Mutual labels:  sponge
Lingo
A Gui To Manage Laravel Translation Files
Stars: ✭ 88 (-7.37%)
Mutual labels:  translation

Sponge Documentation Build Status

This is the repository where the Sponge documentation is held.

The latest version may be viewed in full by visiting Sponge Docs

Contributing

Instructions and Guidelines on how to contribute can be found on the Docs themselves.

Licensing

The Sponge Documentation is licensed under the Creative Commons - Share-Alike license.

You can read more about our licensing situation on the documentation itself.

Translations

We're eagerly looking for translators! Please visit the CrowdIn translation page, sign up, join the team, and start translating.

Local Environment

You can setup an environment so you can instantly see the changes that have been made to the docs.

  1. Install Python 3
  2. Install node.js

In terminal or the command line, within the directory containing this README, run the following commands:

npm install -g gulp
npm install
pip install -r requirements.txt
gulp

Your browser should open to reveal the docs. When you make a change to the documentation, the docs should refresh in the browser (possibly after a few seconds).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].