Added japanese workspace
This commit is contained in:
parent
a1d38f73d0
commit
66d808ed23
4
config.h
4
config.h
@ -22,7 +22,9 @@ static const char *colors[][3] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/* tagging */
|
/* 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[] = {
|
static const Rule rules[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user