-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: add i18n #21
base: main
Are you sure you want to change the base?
Conversation
d819afd
to
a3dd970
Compare
a3dd970
to
fc804e1
Compare
fc804e1
to
1988fb7
Compare
} | ||
|
||
// TODO: translate to english | ||
export function MainText({ projects, team }: MainTextProps) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my rebase updates:
I renamed <Page>
to <MainText>
.
It seems to be a more appropriate name
@@ -0,0 +1,12 @@ | |||
{ | |||
"Dev": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my rebase updates:
I have saved these texts. But they have changed and are not used yet:
- "Write to us"
- "Congratulations"
- "Details"
- "Description"
@@ -0,0 +1,12 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my rebase updates:
I haven't updated these texts
projects={<Iframe src="https://projects.ekaterinburg.dev/widget" />} | ||
team={<Team />} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my rebase updates:
I give <Team>
amd <Iframe>
as props. But if you want, we can delete <MainPage>
70d1354
to
cc5a8b4
Compare
2288779
to
713a270
Compare
No description provided.