We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a0d31 commit d848c58Copy full SHA for d848c58
example/index.tsx
@@ -17,7 +17,7 @@ import { settingsType } from './types';
17
import * as ko from './lang/ko.json';
18
import * as en from './lang/en.json';
19
20
-const DEFAULT_LANGUAGE = 'en';
+const DEFAULT_LANGUAGE = 'ko';
21
const LANGUAGE_MESSAGES = { en, ko };
22
23
const App = () => {
@@ -36,7 +36,7 @@ const App = () => {
36
'VDate',
37
];
38
const [settings, setSettings] = useState<settingsType>({
39
- vState: false,
+ vState: true,
40
vType: 'top',
41
vShowMessage: true,
42
vMessage: 'Its wrong !!!',
0 commit comments