mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 14:35:43 -06:00
Update Ukrainian translation
- Added missing fields - Mention new translation in docs
This commit is contained in:
parent
77e789f1a5
commit
86c0d8d471
3 changed files with 18 additions and 1 deletions
|
@ -88,6 +88,7 @@ The theme currently supports the following languages by default:
|
||||||
| Russian | `ru` |
|
| Russian | `ru` |
|
||||||
| Turkish | `tr` |
|
| Turkish | `tr` |
|
||||||
| Vietnamese | `vi` |
|
| Vietnamese | `vi` |
|
||||||
|
| Ukrainian | `uk` |
|
||||||
| Simplified Chinese (China) | `zh-cn` |
|
| Simplified Chinese (China) | `zh-cn` |
|
||||||
| Traditional Chinese (Taiwan) | `zh-tw` |
|
| Traditional Chinese (Taiwan) | `zh-tw` |
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ A highly requested feature, Blowfish is now multilingual! If you publish your co
|
||||||
|
|
||||||
<div class="text-2xl text-center" style="font-size: 2.8rem">:gb: :de: :fr: :es: :cn: :brazil: :tr: :bangladesh:</div>
|
<div class="text-2xl text-center" style="font-size: 2.8rem">:gb: :de: :fr: :es: :cn: :brazil: :tr: :bangladesh:</div>
|
||||||
|
|
||||||
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
|
## RTL language support
|
||||||
|
|
||||||
|
|
16
i18n/uk.yaml
16
i18n/uk.yaml
|
@ -19,6 +19,19 @@ article:
|
||||||
few: "{{ .Count }} слова"
|
few: "{{ .Count }} слова"
|
||||||
many: "{{ .Count }} слів"
|
many: "{{ .Count }} слів"
|
||||||
other: "{{ .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:
|
author:
|
||||||
byline_title: "Автор"
|
byline_title: "Автор"
|
||||||
|
@ -60,3 +73,6 @@ sharing:
|
||||||
|
|
||||||
shortcode:
|
shortcode:
|
||||||
recent_articles: "Недавні дописи"
|
recent_articles: "Недавні дописи"
|
||||||
|
|
||||||
|
recent:
|
||||||
|
show_more: "Show More"
|
||||||
|
|
Loading…
Reference in a new issue