Skip to content

Commit 9bbfb8b

Browse files
committed
chore: config provide lang
1 parent f3d5bc2 commit 9bbfb8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: types/config.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export interface ServicesGroup {
77

88
export interface Config {
99
title?: string
10+
lang: 'en' | 'ru',
1011
theme?: 'system' | 'light' | 'dark' | 'deep'
1112
services: ServicesGroup[]
1213
}

0 commit comments

Comments
 (0)