diff --git a/exampleSite/content/docs/configuration/index.it.md b/exampleSite/content/docs/configuration/index.it.md
index 9ab5fc66..accb49c3 100644
--- a/exampleSite/content/docs/configuration/index.it.md
+++ b/exampleSite/content/docs/configuration/index.it.md
@@ -88,6 +88,7 @@ The theme currently supports the following languages by default:
| Russian | `ru` |
| Turkish | `tr` |
| Vietnamese | `vi` |
+| Ukrainian | `uk` |
| Simplified Chinese (China) | `zh-cn` |
| Traditional Chinese (Taiwan) | `zh-tw` |
diff --git a/exampleSite/content/docs/welcome/index.md b/exampleSite/content/docs/welcome/index.md
index e3795834..733600b5 100644
--- a/exampleSite/content/docs/welcome/index.md
+++ b/exampleSite/content/docs/welcome/index.md
@@ -26,7 +26,7 @@ A highly requested feature, Blowfish is now multilingual! If you publish your co
:gb: :de: :fr: :es: :cn: :brazil: :tr: :bangladesh:
-Thanks to submissions from the community, Blowfish has already been translated into [twenty-seven languages](https://github.com/nunocoracao/blowfish/tree/main/i18n) with more to be added over time. By the way, [pull requests](https://github.com/nunocoracao/blowfish/pulls) for new languages are always welcome!
+Thanks to submissions from the community, Blowfish has already been translated into [twenty-eight languages](https://github.com/nunocoracao/blowfish/tree/main/i18n) with more to be added over time. By the way, [pull requests](https://github.com/nunocoracao/blowfish/pulls) for new languages are always welcome!
## RTL language support
diff --git a/i18n/uk.yaml b/i18n/uk.yaml
index fe41f20b..74655910 100644
--- a/i18n/uk.yaml
+++ b/i18n/uk.yaml
@@ -19,6 +19,19 @@ article:
few: "{{ .Count }} слова"
many: "{{ .Count }} слів"
other: "{{ .Count }} слова"
+ views:
+ one: "{{ .Count }} view"
+ other: "{{ .Count }} views"
+ likes:
+ one: "{{ .Count }} like"
+ other: "{{ .Count }} likes"
+ part_of_series: "This article is part of a series."
+ part: "Part"
+ this_article: "This Article"
+ related_articles: "Related"
+ zen_mode_title:
+ enable: "Enable zen mode"
+ disable: "Disable zen mode"
author:
byline_title: "Автор"
@@ -60,3 +73,6 @@ sharing:
shortcode:
recent_articles: "Недавні дописи"
+
+recent:
+ show_more: "Show More"