Skip to content

Commit bf39773

Browse files
committed
Revert "Add Ukrainian translation"
This reverts commit 2835b0f.
1 parent 2835b0f commit bf39773

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Translations are maintained by their creators and may not always be up to date w
5454
- [Romanian](http://vmazare.github.io/code-guide-romanian/) - Translated by [Valeriu Mazare](https://github.com/vmazare)
5555
- [Russian](http://sadcitizen.github.io/code-guide/) - Translated by [Eugene Abrosimov](https://github.com/sadcitizen)
5656
- [Traditional Chinese](https://codeguide.intersection.tw) - Translated by [Yuming Cheung](https://github.com/ymcheung)
57+
- [Ukrainian](https://igor-baluev.github.io/code-guide/) - Translated by [Igor Baluev](https://github.com/igor-baluev)
5758

5859
Have a translation you'd like to link to? Open a pull request to add it here. Be sure to keep it alphabetical.
5960

_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:

_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)