Skip to content

Commit

Permalink
chore: rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Mar 17, 2022
1 parent 71de6ca commit a1f0154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"bundle": {
"active": true,
"targets": [
"dmg",
"app",
"msi",
"deb"
],
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import App from './App.svelte'

import { register, init, getLocaleFromNavigator, addMessages } from 'svelte-i18n';
import { init, getLocaleFromNavigator, addMessages } from 'svelte-i18n';


import en from './i18n/en.json';
Expand Down

0 comments on commit a1f0154

Please sign in to comment.