Skip to content

Commit 77a4f40

Browse files
committed
Fix missing strings for cn and zh locale
1 parent 926c2a3 commit 77a4f40

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

lang/tarteaucitron.cn.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*global tarteaucitron */
22
/* min ready */
33
tarteaucitron.lang = {
4+
"middleBarHead": "☝️ 🍪",
45
"adblock": "您好!这是一个透明的网站,您可以选择激活不同的第三方服务。",
56
"adblock_call": "感谢您停用广告拦截功能并开始个性化设置。",
67
"reload": "重新加载页面",

lang/tarteaucitron.cn.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lang/tarteaucitron.zh.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*global tarteaucitron */
22
/* min ready */
33
tarteaucitron.lang = {
4+
"middleBarHead": "☝️ 🍪",
45
"adblock": "您好!这是一个透明的网站,您可以选择激活不同的第三方服务。",
56
"adblock_call": "感谢您停用广告拦截功能并开始个性化设置。",
67
"reload": "重新加载页面",

lang/tarteaucitron.zh.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)