Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
scastiel committed Oct 5, 2024
1 parent f5a63df commit 8cdc149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const locales = [
'de-DE',
'zh-CN',
'ru-RU',
'it-IT'
'it-IT',
] as const
export type Locale = (typeof locales)[number]
export type Locales = ReadonlyArray<Locale>
Expand Down

0 comments on commit 8cdc149

Please sign in to comment.