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

github.com/zzossig/hugo-theme-zzo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorzzossig <zzossig@gmail.com>2020-02-19 15:09:41 +0300
committerzzossig <zzossig@gmail.com>2020-02-19 15:09:41 +0300
commit06b1f5d4b9552aec9a2451bdb2fe49c17273153f (patch)
treed43d6311a1d590e908ca0dce14b597c4bbb93e2a /i18n
parent607bd7ceac9ce3227131892dcb03fe6c1524f0cd (diff)
Hide top posts when no orders, i18n posts-by-order
#184 fixes https://github.com/zzossig/hugo-theme-zzo/issues/184#issuecomment-588179493
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml5
-rw-r--r--i18n/fa.toml3
-rw-r--r--i18n/ko.toml5
-rw-r--r--i18n/zh.toml5
4 files changed, 15 insertions, 3 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index 670ff48..872e777 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -95,4 +95,7 @@ other = "Overview"
other = "Pinned"
[nojs-message]
-other = "Please enable Javascript to view the contents" \ No newline at end of file
+other = "Please enable Javascript to view the contents"
+
+[posts-by-order]
+other = "TOP POSTS" \ No newline at end of file
diff --git a/i18n/fa.toml b/i18n/fa.toml
index 5396637..294f6ba 100644
--- a/i18n/fa.toml
+++ b/i18n/fa.toml
@@ -96,3 +96,6 @@ other = "پین شده"
[nojs-message]
other = "لطفا برای نمایش محتوا اجرای جاوا اسکریپت را فعال کنید"
+
+[posts-by-order]
+other = "TOP POSTS" \ No newline at end of file
diff --git a/i18n/ko.toml b/i18n/ko.toml
index c9a0bf0..06a3378 100644
--- a/i18n/ko.toml
+++ b/i18n/ko.toml
@@ -95,4 +95,7 @@ other = "개요"
other = "고정"
[nojs-message]
-other = "내용을 보시려면 자바스크립트를 활성화 해주세요" \ No newline at end of file
+other = "내용을 보시려면 자바스크립트를 활성화 해주세요"
+
+[posts-by-order]
+other = "TOP POSTS" \ No newline at end of file
diff --git a/i18n/zh.toml b/i18n/zh.toml
index 4923aea..68e3656 100644
--- a/i18n/zh.toml
+++ b/i18n/zh.toml
@@ -95,4 +95,7 @@ other = "总览"
other = "固定"
[nojs-message]
-other = "Please enable Javascript to view the contents" \ No newline at end of file
+other = "Please enable Javascript to view the contents"
+
+[posts-by-order]
+other = "TOP POSTS" \ No newline at end of file