mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-22 20:16:57 +00:00
c5a1503684
* Localisation * Update tests * Fix map markers in English view * Fix typo
5 lines
152 B
TypeScript
5 lines
152 B
TypeScript
// Use type safe message keys with `next-intl`
|
|
type Messages = typeof import('./messages/fr.json');
|
|
|
|
declare interface IntlMessages extends Messages {}
|