Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Lednerb/bilberry-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Brendel <mail@lednerb.eu>2020-08-13 17:32:17 +0300
committerSascha Brendel <mail@lednerb.eu>2020-08-13 17:32:17 +0300
commit958c7ecc1dfce725cde191f5e2dd6fcd87a8e6f1 (patch)
treec38ecce4951337f9253522358dbc23df7e446dfa
parent495e1e90890b920aaf389e43eef8b954a27ec2dc (diff)
Quick-Fix for missing translation keys. Trying to solve #233 but needs further enhancements by native speakers.develop
-rw-r--r--i18n/af.toml4
-rw-r--r--i18n/da.toml4
-rw-r--r--i18n/es.toml3
-rw-r--r--i18n/lo.toml6
-rw-r--r--i18n/pl.toml4
-rw-r--r--i18n/ru.toml4
-rw-r--r--i18n/uk.toml4
-rw-r--r--i18n/vi.toml3
-rw-r--r--i18n/zh-CN.toml3
-rw-r--r--i18n/zh-TW.toml3
10 files changed, 37 insertions, 1 deletions
diff --git a/i18n/af.toml b/i18n/af.toml
index e8af1aa..84abafa 100644
--- a/i18n/af.toml
+++ b/i18n/af.toml
@@ -31,3 +31,7 @@ other = "lees verder"
[otherLanguages]
other = "Ander tale"
+[readingTime]
+one = "1 min lees"
+other = "{{.Count}} min lees"
+
diff --git a/i18n/da.toml b/i18n/da.toml
index 20c5bb3..0cfe582 100644
--- a/i18n/da.toml
+++ b/i18n/da.toml
@@ -31,3 +31,7 @@ other = "Fortsæt med at læse"
[otherLanguages]
other = "Andre sprog"
+[readingTime]
+one = "1 min læse"
+other = "{{.Count}} min læse"
+
diff --git a/i18n/es.toml b/i18n/es.toml
index 93feeb6..b3d7f4d 100644
--- a/i18n/es.toml
+++ b/i18n/es.toml
@@ -33,4 +33,5 @@ other = "Otros idiomas"
[readingTime]
one = "1 min de lectura"
-other = "{{ .Count }} mins. de lectura" \ No newline at end of file
+other = "{{ .Count }} mins. de lectura"
+
diff --git a/i18n/lo.toml b/i18n/lo.toml
index c34cb5e..60412de 100644
--- a/i18n/lo.toml
+++ b/i18n/lo.toml
@@ -4,6 +4,12 @@ other = "ໝວດໝູ່"
[authors]
other = "ຜູ້ຂຽນ"
+[tags]
+other = "ປ້າຍ"
+
+[socialMedia]
+other = "ສື່ສັງຄົມ"
+
[latestPosts]
other = "ບົດຄວາມລ່າສຸດ"
diff --git a/i18n/pl.toml b/i18n/pl.toml
index b4d4971..a456376 100644
--- a/i18n/pl.toml
+++ b/i18n/pl.toml
@@ -31,3 +31,7 @@ other = "Kontynuuj czytanie"
[otherLanguages]
other = "Inne języki"
+[readingTime]
+one = "1 min czytania"
+other = "{{.Count}} min czytania"
+
diff --git a/i18n/ru.toml b/i18n/ru.toml
index 4dc9305..d229cd3 100644
--- a/i18n/ru.toml
+++ b/i18n/ru.toml
@@ -31,3 +31,7 @@ other = "Читать далее"
[otherLanguages]
other = "Другие языки"
+[readingTime]
+one = "1 мин читать"
+other = "{{.Count}} мин читать"
+
diff --git a/i18n/uk.toml b/i18n/uk.toml
index aec6ec9..bb5c493 100644
--- a/i18n/uk.toml
+++ b/i18n/uk.toml
@@ -31,3 +31,7 @@ other = "Далі"
[otherLanguages]
other = "Інші мови"
+[readingTime]
+one = "1 хвилина читання"
+other = "{{.Count}} хвилина читання"
+
diff --git a/i18n/vi.toml b/i18n/vi.toml
index 830d363..9a94307 100644
--- a/i18n/vi.toml
+++ b/i18n/vi.toml
@@ -31,3 +31,6 @@ other = "Đọc tiếp"
[otherLanguages]
other = "Ngôn ngữ khác"
+[readingTime]
+other = "1 phút đọc"
+
diff --git a/i18n/zh-CN.toml b/i18n/zh-CN.toml
index fd42da1..286e37a 100644
--- a/i18n/zh-CN.toml
+++ b/i18n/zh-CN.toml
@@ -31,3 +31,6 @@ other = "继续阅读"
[otherLanguages]
other = "其他语言"
+[readingTime]
+other = "1 分钟阅读"
+
diff --git a/i18n/zh-TW.toml b/i18n/zh-TW.toml
index 1076c7d..828e5f9 100644
--- a/i18n/zh-TW.toml
+++ b/i18n/zh-TW.toml
@@ -31,3 +31,6 @@ other = "繼續閱讀"
[otherLanguages]
other = "其他語言"
+[readingTime]
+other = "1 分鐘閱讀。"
+