Skip to content

Commit

Permalink
fix: language code conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
uubulb committed Dec 14, 2024
1 parent b9a8651 commit 6ec5f3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export default function SettingsPage() {
defaultValues: config
? {
...config,
language: config.language.replace('_', '-'),
site_name: config.site_name || "",
user_template:
config.user_template ||
Expand Down

0 comments on commit 6ec5f3f

Please sign in to comment.