Skip to content

Commit

Permalink
Make sure to show German before English label
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Aug 12, 2024
1 parent 7e467a4 commit 9cf701d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { LoadingIndicator, Modal } from "jskos-vue"
import * as jskos from "jskos-tools"
import { cdk, addAllProviders } from "cocoda-sdk"
addAllProviders()
jskos.languagePreference.defaults = ["de", "en"]
import config from "./config.js"
const { version, name } = config
Expand Down

0 comments on commit 9cf701d

Please sign in to comment.