Implement typesafe-i18n
This commit is contained in:
parent
0be77164ec
commit
446b4639c7
97 changed files with 1162 additions and 1341 deletions
11
front/src/i18n/fr-FR/companion.ts
Normal file
11
front/src/i18n/fr-FR/companion.ts
Normal file
|
@ -0,0 +1,11 @@
|
|||
import type { Translation } from "../i18n-types";
|
||||
|
||||
const companion: NonNullable<Translation["companion"]> = {
|
||||
select: {
|
||||
title: "Sélectionnez votre compagnon",
|
||||
any: "Pas de compagnon",
|
||||
continue: "Continuer",
|
||||
},
|
||||
};
|
||||
|
||||
export default companion;
|
Loading…
Add table
Add a link
Reference in a new issue