Skip to content

Commit

Permalink
docs(demo): add korean
Browse files Browse the repository at this point in the history
  • Loading branch information
abichinger committed Jun 30, 2024
1 parent 8114e46 commit 2fcb845
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/src/.vuepress/components/cron-demo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
</template>

<script>
import { withBase, } from '@vuepress/client'
import { computed, ref } from 'vue'
import { withBase, } from '@vuepress/client';
import { computed, ref } from 'vue';
export default {
setup (props) {
Expand Down Expand Up @@ -110,6 +110,10 @@ export default {
name: 'Hindi (GPT-4)',
value: 'hi',
},
{
name: 'Korean',
value: 'ko',
},
]
locales.sort((a, b) => a.name.localeCompare(b.name))
Expand Down

0 comments on commit 2fcb845

Please sign in to comment.