Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Nov 12, 2024
1 parent fc1ab67 commit 3178dc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/translations/nb.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { registerTranslation } from '../utilities/localize.js';
import type { Translation } from "../utilities/localize.js";
import type { Translation } from '../utilities/localize.js';

const translation: Translation = {
$code: 'nb',
Expand Down
2 changes: 1 addition & 1 deletion src/translations/nn.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { registerTranslation } from '../utilities/localize.js';
import type { Translation } from "../utilities/localize.js";
import type { Translation } from '../utilities/localize.js';

const translation: Translation = {
$code: 'nn',
Expand Down

0 comments on commit 3178dc6

Please sign in to comment.