Skip to content

Commit a0d668a

Browse files
committed
tag in Japanese
1 parent 28509e5 commit a0d668a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

view/src/pages/Dashboard.svelte

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
import type { Kind } from '~/share/schema';
88
99
const URL_LABELS = new Map([
10-
['keiba.utcode.net', 'keiba'],
11-
['maze.utcode.net', 'maze'],
12-
['blosite.utcode.net', 'blosite'],
13-
['mahjong.utcode.net', 'mahjong'],
14-
['othello.utcode.net', 'othello'],
15-
['security.utcode.net', 'security']
10+
['keiba.utcode.net', '競馬 AI'],
11+
['maze.utcode.net', 'はじプロ/迷路'],
12+
['blosite.utcode.net', 'Blosite'],
13+
['mahjong.utcode.net', '一人麻雀'],
14+
['othello.utcode.net', 'オセロ'],
15+
['security.utcode.net', 'セキュリティ']
1616
]);
1717
1818
type Props = {

0 commit comments

Comments
 (0)