Skip to content

Commit e330c19

Browse files
committed
Revert "Add Ukrainian translation"
This reverts commit a34c8b6.
1 parent a34c8b6 commit e330c19

File tree

3 files changed

+217
-248
lines changed

3 files changed

+217
-248
lines changed

Diff for: _config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Code Guide by @mdo
2-
description: Стандарти для розробки послідовних, легких для редагування та підтримки HTML і CSS.
2+
description: Standards for developing consistent, flexible, and sustainable HTML and CSS.
33
url: https://codeguide.co
44
permalink: pretty
55
sass:

Diff for: _includes/header.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<header class="cg-masthead">
22
<div class="container">
3-
<img class="cg-icon" src="code-guide-logo.png" alt="Логотип Code Guide">
3+
<img class="cg-icon" src="code-guide-logo.png" alt="Code Guide logo">
44
<h1 class="cg-masthead-title">
5-
Посібник з написання коду
5+
Code Guide
66
</h1>
77
<p class="cg-masthead-subtitle">
88
{{ site.description }}
99
</p>
1010
<p>
11-
Автор <a href="https://markdotto.com">@mdo</a> &middot; Переклад <a href="https://github.com/igor-baluev">@igor-baluev</a> &middot; v{{ site.version }} &middot; <a href="https://github.com/mdo/code-guide/">GitHub repo</a>
11+
Created by <a href="https://markdotto.com">@mdo</a> &middot; v{{ site.version }} &middot; <a href="https://github.com/mdo/code-guide/">GitHub repo</a>
1212
</p>
1313

1414
<script async src="https://cdn.carbonads.com/carbon.js?serve=CKYI52JU&placement=codeguide" id="_carbonads_js"></script>

0 commit comments

Comments
 (0)