All Projects → defold → Doc

defold / Doc

Defold game engine documentation for www.defold.com

Programming Languages

lua
6591 projects

Projects that are alternatives of or similar to Doc

Webtorrent Desktop
❤️ Streaming torrent app for Mac, Windows, and Linux
Stars: ✭ 8,587 (+14211.67%)
Mutual labels:  hacktoberfest
Awesome Ebpf
A curated list of awesome projects related to eBPF.
Stars: ✭ 1,102 (+1736.67%)
Mutual labels:  hacktoberfest
Brands
🎨 Brands for Home Assistant
Stars: ✭ 60 (+0%)
Mutual labels:  hacktoberfest
Hooking Template With Mod Menu
A small template for Android Hooking with Substrate. (Includes a mod menu written in Java)
Stars: ✭ 59 (-1.67%)
Mutual labels:  hacktoberfest
Elm Markdown
Extensible markdown parser with custom rendering, in pure Elm.
Stars: ✭ 59 (-1.67%)
Mutual labels:  hacktoberfest
Hacktobermap
A map of Hacktoberfest 2019 participants https://abhijitparida.github.io/hacktobermap/
Stars: ✭ 59 (-1.67%)
Mutual labels:  hacktoberfest
Post Mortems
A collection of postmortems. Sorry for the delay in merging PRs!
Stars: ✭ 8,772 (+14520%)
Mutual labels:  hacktoberfest
Header Footer Elementor
Create Header and Footer using Elementor page builder.
Stars: ✭ 60 (+0%)
Mutual labels:  hacktoberfest
Timberx
Material theme music player that works across all form factors (phones, wear, auto, cast, assistant) and uses latest tools (Kotlin, Architecture components, Room, Databinding)
Stars: ✭ 1,103 (+1738.33%)
Mutual labels:  hacktoberfest
List Of Open Source Internships Programs
A curated list of all the open-source internships/Programs
Stars: ✭ 1,108 (+1746.67%)
Mutual labels:  hacktoberfest
Holysheet
A program to store arbitrary files in Google Sheets
Stars: ✭ 59 (-1.67%)
Mutual labels:  hacktoberfest
Awesome Material Ui
A curated list of Material-UI resources and related projects. The main idea is that everyone can contribute here, so we can have a central repository of informations about Material-UI that we keep up-to-date
Stars: ✭ 57 (-5%)
Mutual labels:  hacktoberfest
V Animate Css
The easiest to implement Vue directive for Animate.css
Stars: ✭ 59 (-1.67%)
Mutual labels:  hacktoberfest
Box Shadows
Box Shadows - Handpicked Box-Shadows for Developers and Designers
Stars: ✭ 58 (-3.33%)
Mutual labels:  hacktoberfest
Iban.im
Shorten, create and share memorable links for IBANS
Stars: ✭ 60 (+0%)
Mutual labels:  hacktoberfest
Django Cms
The easy-to-use and developer-friendly enterprise CMS powered by Django
Stars: ✭ 8,522 (+14103.33%)
Mutual labels:  hacktoberfest
Vue Lazy Youtube Video
Vue.js component for lazyloading YouTube videos.
Stars: ✭ 59 (-1.67%)
Mutual labels:  hacktoberfest
Odoo Shopinvader
Odoo Modules. Sorry Magento, Shopinvader is coming
Stars: ✭ 60 (+0%)
Mutual labels:  hacktoberfest
Marvinos
A hobby Operating System developed from scratch using C/C++ and assembly
Stars: ✭ 60 (+0%)
Mutual labels:  hacktoberfest
Phpspy
Low-overhead sampling profiler for PHP 7+
Stars: ✭ 1,105 (+1741.67%)
Mutual labels:  hacktoberfest

Defold manuals

This repo holds the markdown source files and assets for Defold documentation. The files are processed by the Defold site project at https://www.github.com/defold/defold.github.io.

The www.defold.com site is automatically rebuilt via a repository_dispatch event generated from this workflow when changes are pushed to the this repository.

Information for translators

If you wish to contribute translations in your language we happily accept pull requests! Please read the following sections to learn how to get started, what to translate and so on.

Getting started as a translator

Start by forking the repository. The English master documentation and the translations can be found in the docs folder. If your language doesn't already exist then create a new folder with the two-letter language code for your language (zh for Chinese, pt for Portuguese etc) and a sub-folder named "manuals". You are now ready to start translating the manuals!

What to translate

Translate the manuals found in the English master documentation (i.e. in "docs/en/manuals") one-by-one. Start by translating the introduction.md and then proceed with the pages such as addressing.md, building-blocks.md and any of the other pages describing the basics of the engine.

You can also translate shared text snippets in "docs/en/shared". These short texts are often included and used in multiple manuals.

NOTE: Please do not contribute machine translated manuals!

Translate important concepts

It is recommended to translate but also show the English words for key concept of the Defold engine such as "game object", "collection", "factory" and "component":

Examples for Polish:

  • obiekty gry (ang. game object)
  • pełnomocnik kolekcji (ang. collection proxy)
  • fabryka (ang. factory)

Do NOT translate keyboard shortcuts

Do not translate things such as keyboard shortcuts as those are still in English in the editor:

<kbd>Edit ▸ World Space</kbd>;

Translate user actions

You should however translate actions the user should perform:

<kbd>drag</kbd> and <kbd>drop</kbd>
    
-- Polish
<kbd>przeciągnij</kbd> i <kbd>upuść</kbd>

Translate links

Markdown links should be translated:

[addressing manual](/manuals/addressing)

-- Polish
[Instrukcji adresowania](/manuals/addressing)

Do NOT translate API functions

References to Defold API functions, messages or ids should not be translated:

`init()`, `update()`, `on_message()`, `go.animate()` etc
`set_parent`, `enable`, `disable` etc
`bean`, `buddy`, `controller`, `team_1` etc

Do NOT translate code snippets

Comments in code snippets should not be translated

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].