-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5e729cc
commit ec1264e
Showing
11 changed files
with
2,229 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
# Contributors | ||
|
||
> I want to thank all contributors that help to develop this app! | ||
## Code contributors | ||
|
||
> Code contributions are the most powerful change at a projects heart. | ||
> Those require very precise and good work. Thanks to all code contributors! | ||
|
||
* [Poussinou](https://github.com/Poussinou) (1 contribution) | ||
|
||
## POEditor (Translation) | ||
|
||
> Special thanks also goes to the great people helping with the translations! | ||
> The app is now already translated into 17 languages! | ||
|
||
* 123077 | ||
* 200308 | ||
* aevw | ||
* Ah5an9so7ab5 | ||
* Alexander Levkin | ||
* Alexandr | ||
* Alexey | ||
* Ali | ||
* ali | ||
* Alice | ||
* Andrew | ||
* Anon | ||
* Antonio Silva | ||
* ask | ||
* Cetinibrahim | ||
* Cor Menger | ||
* Daniel | ||
* Danieldesouzamelo07 | ||
* DarkGagan | ||
* Dhruv Chatrani | ||
* Diego flores | ||
* Elizabeth Aburto | ||
* Emir can | ||
* Freefeel | ||
* Gökhan Güzel | ||
* Goosan | ||
* h | ||
* Henrique | ||
* Ioji Barrett | ||
* Juan | ||
* L | ||
* Lqwh2h2cwa | ||
* marlon | ||
* Matt | ||
* Max Burkardt | ||
* Maxim | ||
* mecqor | ||
* Muddy | ||
* Murlimanoharsoni4 | ||
* musics | ||
* nate | ||
* Neranus | ||
* Pascal | ||
* Pelian | ||
* Pita | ||
* Pratik Mullick | ||
* Randi Setiawan | ||
* renee hall | ||
* Rossini | ||
* Sata | ||
* Sergei | ||
* SuppaMan | ||
* tGd | ||
* Tom | ||
* Tyson Silva | ||
* undra thomas | ||
* Vicky | ||
* wainortyho | ||
* xiaowei | ||
* ZhanZhenyong | ||
* zwis | ||
* Джесіка |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Contributors | ||
|
||
> I want to thank all contributors that help to develop this app! | ||
## Code contributors | ||
|
||
> Code contributions are the most powerful change at a projects heart. | ||
> Those require very precise and good work. Thanks to all code contributors! | ||
{% for c in githubContributors %} | ||
* [{{ c.login }}]({{ c.html_url }}) ({% if c.contributions > 1 %}{{ c.contributions }} contributions{% else%}1 contribution{% endif%}) {% endfor %} | ||
|
||
## POEditor (Translation) | ||
|
||
> Special thanks also goes to the great people helping with the translations! | ||
> The app is now already translated into {{ languages.length }} languages! | ||
{% for c in poeditorContributors %} | ||
* {{ c.name }} {% endfor %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/node_modules/ |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.