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/en-US/companion.ts
Normal file
11
front/src/i18n/en-US/companion.ts
Normal file
|
@ -0,0 +1,11 @@
|
|||
import type { BaseTranslation } from "../i18n-types";
|
||||
|
||||
const companion: BaseTranslation = {
|
||||
select: {
|
||||
title: "Select your companion",
|
||||
any: "No companion",
|
||||
continue: "Continue",
|
||||
},
|
||||
};
|
||||
|
||||
export default companion;
|
Loading…
Add table
Add a link
Reference in a new issue