Implement typesafe-i18n
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
import type { BaseTranslation } from "../i18n-types";
|
||||
|
||||
const woka: BaseTranslation = {
|
||||
customWoka: {
|
||||
title: "Customize your WOKA",
|
||||
navigation: {
|
||||
return: "Return",
|
||||
back: "Back",
|
||||
finish: "Finish",
|
||||
next: "Next",
|
||||
},
|
||||
},
|
||||
selectWoka: {
|
||||
title: "Select your WOKA",
|
||||
continue: "Continue",
|
||||
customize: "Customize your WOKA",
|
||||
},
|
||||
};
|
||||
|
||||
export default woka;
|
||||
Reference in New Issue
Block a user