Localisation (#39)

* Localisation

* Update tests

* Fix map markers in English view

* Fix typo
This commit is contained in:
Timothy Armes
2023-07-03 20:14:19 +02:00
committed by GitHub
parent 279439f34d
commit c5a1503684
41 changed files with 881 additions and 426 deletions
Vendored
+4
View File
@@ -0,0 +1,4 @@
// Use type safe message keys with `next-intl`
type Messages = typeof import('./messages/fr.json');
declare interface IntlMessages extends Messages {}