More structure to the registration page.

This commit is contained in:
codevictory
2021-12-06 21:33:39 +02:00
parent abe937714a
commit c3ea1f3632
7 changed files with 48 additions and 6 deletions

View File

@@ -1,7 +1,9 @@
import { common } from "./common/en";
import { registration } from './registration/en';
const en: Record<string, string> = {
...common
...common,
...registration
}
export default en;

View File

@@ -1,7 +1,9 @@
import { common } from "./common/fi";
import { registration } from './registration/en';
const fi: Record<string, string> = {
...common
...common,
...registration
}
export default fi;

View File

@@ -0,0 +1,4 @@
export const registration: Record<string, string> = {
"registration.welcome": "Welcome to our wedding on plaa plaa August 2022",
"registration.questions": "If you have any question about:\nmushrooms\ndangerous animals"
}

View File

@@ -0,0 +1,4 @@
export const registration: Record<string, string> = {
"registration.welcome": "Welcome to our wedding on plaa plaa August 2022",
"registration.questions": "If you have any question about:\nmushrooms\ndangerous animals"
}