From 17bd6b76a88d64f8fc93b2026aa81fd7147655fb Mon Sep 17 00:00:00 2001 From: Jermolene Date: Tue, 2 Jan 2018 15:53:09 +0000 Subject: [PATCH] Use minimum search length of 1 character for Chinese language @bramchen I read a (translated) Chinese article about TiddlyWiki over the holidays that mentioned that the first thing for Chinese users to do was to change the minimum search length. Do you think it's useful to bake the setting into the plugin(s)? --- languages/zh-Hans/config.tid | 3 +++ languages/zh-Hant/config.tid | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 languages/zh-Hans/config.tid create mode 100644 languages/zh-Hant/config.tid diff --git a/languages/zh-Hans/config.tid b/languages/zh-Hans/config.tid new file mode 100644 index 000000000..e403185d4 --- /dev/null +++ b/languages/zh-Hans/config.tid @@ -0,0 +1,3 @@ +title: $:/config/ + +Search/MinLength: 1 diff --git a/languages/zh-Hant/config.tid b/languages/zh-Hant/config.tid new file mode 100644 index 000000000..e403185d4 --- /dev/null +++ b/languages/zh-Hant/config.tid @@ -0,0 +1,3 @@ +title: $:/config/ + +Search/MinLength: 1