We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8114e46 commit 2fcb845Copy full SHA for 2fcb845
docs/src/.vuepress/components/cron-demo.vue
@@ -39,8 +39,8 @@
39
</template>
40
41
<script>
42
-import { withBase, } from '@vuepress/client'
43
-import { computed, ref } from 'vue'
+import { withBase, } from '@vuepress/client';
+import { computed, ref } from 'vue';
44
45
export default {
46
setup (props) {
@@ -110,6 +110,10 @@ export default {
110
name: 'Hindi (GPT-4)',
111
value: 'hi',
112
},
113
+ {
114
+ name: 'Korean',
115
+ value: 'ko',
116
+ },
117
]
118
locales.sort((a, b) => a.name.localeCompare(b.name))
119
0 commit comments