diff --git a/i18n/uk.toml b/i18n/uk.toml
new file mode 100644
index 0000000..f84f5ce
--- /dev/null
+++ b/i18n/uk.toml
@@ -0,0 +1,65 @@
+[404_message]
+other = "Хей! Виглядаєте здивовано. Цієї сторінки не існує (або вона приватна)."
+
+[404_back]
+other = "↳ Повернемося додому."
+
+[all_posts]
+other = "Всі {{.Title}}"
+
+[last_updated]
+other = "Оновлено"
+
+[notes_count]
+other = "нонаток з цим тегом"
+
+[first_10]
+other = "показано 10 перших результатів"
+
+[tag]
+other = "Тег"
+
+[backlinks]
+other = "Зворотнє посилання"
+
+[no_backlinks]
+other = "Зворотних посилань не знайдено"
+
+[home]
+other = "Дім"
+
+[light_mode]
+other = "Світлий Режим"
+
+[dark_mode]
+other = "Темний Режим"
+
+[edit_source]
+other = "Редагувати Джерело"
+
+[interactive_graph]
+other = "Інтерактивний граф"
+
+[search]
+other = "Пошук"
+
+[search_icon]
+other = "Іконка Пошуку"
+
+[icon_search]
+other = "Іконка для відкриття пошуку"
+
+[recent_notes]
+other = "Нещодавні Нотатки"
+
+[first_3_notes]
+other = "перші 3 {{ .notes }}"
+
+[search_for_something]
+other = "Знайти щось..."
+
+[toc]
+other = "Зміст"
+
+[copyright]
+other = "Створено {{ .name }} з використанням <a href=\"https://github.com/jackyzha0/quartz\">Quartz</a>, © {{ .year }}"