Skip to content

Commit

Permalink
fix: add missing frontend translations (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio authored Jan 26, 2023
1 parent eb20e50 commit 56165d6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lang/ru.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"app.search.placeholder": "Поиск",
"app.search.results": "Результаты поиска для “:query”",
"app.search.empty": "Ничего не найдено.",
"app.search.more": "Узнать больше",

"pagination.previous": "Следующая",
"pagination.next": "Предыдущая"
}
9 changes: 9 additions & 0 deletions lang/uk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"app.search.placeholder": "Пошук",
"app.search.results": "Результати пошуку для “:query”",
"app.search.empty": "Матеріалів не знайдено.",
"app.search.more": "Дізнатися більше",

"pagination.previous": "Наступна",
"pagination.next": "Попередня"
}

0 comments on commit 56165d6

Please sign in to comment.