Skip to content

Commit

Permalink
fix: auto lint
Browse files Browse the repository at this point in the history
  • Loading branch information
CorentinTh committed Sep 20, 2024
1 parent cc59a48 commit 7e1e11c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/app-client/src/locales/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@
"label": "Скопировать в буфер обмена",
"success": "Скопировано"
}
}
}
2 changes: 1 addition & 1 deletion packages/app-client/src/modules/i18n/i18n.provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const locales = [
key: 'ru',
file: 'ru',
name: 'Русский',
}
},
] as const;

type Locale = typeof locales[number]['key'];
Expand Down

0 comments on commit 7e1e11c

Please sign in to comment.