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-10 17:11:01 +0300
committerzzossig <zzossig@gmail.com>2020-02-10 17:11:01 +0300
commit59800f50e28d84ac3fc90005bb611f3c4ca52f9c (patch)
tree2c4a7551f40f53dc7ee641473164f924c1363851 /i18n
parentcd89d9feb7e39583e2d77a0227c11e4d37064bdc (diff)
when javascript blocked, hide post contents
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml5
-rw-r--r--i18n/fa.toml2
-rw-r--r--i18n/ko.toml3
-rw-r--r--i18n/zh.toml5
4 files changed, 13 insertions, 2 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index d8ea4c3..670ff48 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -92,4 +92,7 @@ other = "Reading Time"
other = "Overview"
[showcase-pinned]
-other = "Pinned" \ No newline at end of file
+other = "Pinned"
+
+[nojs-message]
+other = "Please enable Javascript to view the contents" \ No newline at end of file
diff --git a/i18n/fa.toml b/i18n/fa.toml
index 55926ca..98adc40 100644
--- a/i18n/fa.toml
+++ b/i18n/fa.toml
@@ -94,3 +94,5 @@ other = "بررسی اجمالی"
[showcase-pinned]
other = "پین شده"
+[nojs-message]
+other = "Please enable Javascript to view the contents" \ No newline at end of file
diff --git a/i18n/ko.toml b/i18n/ko.toml
index 0ee7779..c9a0bf0 100644
--- a/i18n/ko.toml
+++ b/i18n/ko.toml
@@ -93,3 +93,6 @@ other = "개요"
[showcase-pinned]
other = "고정"
+
+[nojs-message]
+other = "내용을 보시려면 자바스크립트를 활성화 해주세요" \ No newline at end of file
diff --git a/i18n/zh.toml b/i18n/zh.toml
index 214dc95..4923aea 100644
--- a/i18n/zh.toml
+++ b/i18n/zh.toml
@@ -92,4 +92,7 @@ other = "阅读时长"
other = "总览"
[showcase-pinned]
-other = "固定" \ No newline at end of file
+other = "固定"
+
+[nojs-message]
+other = "Please enable Javascript to view the contents" \ No newline at end of file