From 66d808ed23db6dca0344c597ae9352734be2b0dd Mon Sep 17 00:00:00 2001 From: Marcin Wozniak Date: Fri, 27 Sep 2019 19:15:37 +0200 Subject: [PATCH] Added japanese workspace --- config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.h b/config.h index 2772905..00f0740 100644 --- a/config.h +++ b/config.h @@ -22,7 +22,9 @@ static const char *colors[][3] = { }; /* tagging */ -static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; +/*static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };*/ +static const char *tags[] = { "一", "二", "三", "四", "五", "六", "七", "八", "九" }; + static const Rule rules[] = {