workadventure/front/src/i18n/en-US/companion.ts

12 lines
242 B
TypeScript
Raw Normal View History

2022-01-21 17:06:03 +01:00
import type { BaseTranslation } from "../i18n-types";
const companion: BaseTranslation = {
select: {
title: "Select your companion",
any: "No companion",
continue: "Continue",
},
};
export default companion;