Skip to content

Commit

Permalink
Merge pull request #1 from Badakuta/patch-1
Browse files Browse the repository at this point in the history
Create CONTRIBUTING.md
  • Loading branch information
Clonewayx committed Feb 16, 2017
2 parents 13df337 + c46f57f commit b6691f8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
### Contribute
Any help is welcomed.
#### Add own modul with tasks.
Tasks are stored in [/data](/data) in script as lists.
In script are tasks sorted in 8 separate list, 4 for each gender.
Game have three phases I > R > V. (_IOn_, _ROn_, _VOn_ are tasks for him) (_IOna_, _ROna_, _VOna_ are tasks for her)
Player which first gain 15 points are rewarded with task from _Ona_ (for him) or _On_ (for her).

Curently we have czech and english tasks in [cs](/data/cs.gd) and [en](/data/en.gd) (both wait's to translation vica versa)
#### Bugs, ideas, questions.
Create [issue](../../issues)
#### Transaltion
Translate PO files stored in *file*.*languecode*.po like [`Menu.en.po`](/Menu.en.po) (and templates as [`alternative.pot`](/data/alternative.pot))
#### Anything else
There is [wiki](../../wiki)

0 comments on commit b6691f8

Please sign in to comment.