More structure to the registration page.
This commit is contained in:
@@ -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;
|
||||
@@ -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;
|
||||
4
src/constants/localization/registration/en.ts
Normal file
4
src/constants/localization/registration/en.ts
Normal 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"
|
||||
}
|
||||
4
src/constants/localization/registration/fi.ts
Normal file
4
src/constants/localization/registration/fi.ts
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user