Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion .all-contributorsrc
Original file line numberDiff line numberDiff line change
Expand Up@@ -8,7 +8,7 @@
"projectName": "uk.javascript.info",
"projectOwner": "javascript-tutorial",
"repoType": "github",
"repoHost": "https://javascript.info/",
"repoHost": "https://github.com",
"skipCi": true,
"contributors": [
{
Expand DownExpand Up@@ -66,6 +66,15 @@
"contributions": [
"ideas"
]
},
{
"login": "lobanov-oleh",
"name": "lobanov-oleh",
"avatar_url": "https://avatars0.githubusercontent.com/u/53055773?v=4",
"profile": "https://github.com/lobanov-oleh",
"contributions": [
"translation"
]
}
]
}
3 changes: 2 additions & 1 deletion README.md
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
# Сучасний посібник по JavaScript українською мовою 🇺🇦
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

В цьому репозиторію зберігається переклад <https://javascript.info> на українську мову.
Expand DownExpand Up@@ -77,6 +77,7 @@ P.S. Весь перелік мов можна знайти на сторінц
<td align="center"><a href="https://alexandrtovmach.com"><img src="https://avatars0.githubusercontent.com/u/28801003?v=4" width="70px;" alt=""/><br /><sub><b>Alexandr Tovmach</b></sub></a><br /><a href="#translation-alexandrtovmach" title="Translation">🌍</a></td>
<td align="center"><a href="http://stepansuvorov.com/blog/"><img src="https://avatars1.githubusercontent.com/u/1526680?v=4" width="70px;" alt=""/><br /><sub><b>Stepan Suvorov</b></sub></a><br /><a href="#translation-stevermeister" title="Translation">🌍</a></td>
<td align="center"><a href="https://github.com/UkrainianCitizen"><img src="https://avatars2.githubusercontent.com/u/31314423?v=4" width="70px;" alt=""/><br /><sub><b>UkrainianCitizen</b></sub></a><br /><a href="#ideas-UkrainianCitizen" title="Ideas, Planning, & Feedback">🤔</a></td>
<td align="center"><a href="https://github.com/lobanov-oleh"><img src="https://avatars0.githubusercontent.com/u/53055773?v=4" width="70px;" alt=""/><br /><sub><b>lobanov-oleh</b></sub></a><br /><a href="#translation-lobanov-oleh" title="Translation">🌍</a></td>
</tr>
</table>

Expand Down