Skip to content
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

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

feature: add i18n #21

wants to merge 4 commits into from

Conversation

gcor
Copy link
Member

@gcor gcor commented Apr 2, 2023

No description provided.

}

// TODO: translate to english
export function MainText({ projects, team }: MainTextProps) {
Copy link
Member

@sashachabin sashachabin Apr 5, 2023

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": {
Copy link
Member

@sashachabin sashachabin Apr 5, 2023

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 @@
{
Copy link
Member

@sashachabin sashachabin Apr 5, 2023

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

Comment on lines +33 to +34
projects={<Iframe src="https://projects.ekaterinburg.dev/widget" />}
team={<Team />}
Copy link
Member

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>

@sashachabin sashachabin mentioned this pull request Apr 5, 2023
@sashachabin sashachabin force-pushed the main branch 4 times, most recently from 70d1354 to cc5a8b4 Compare April 9, 2023 20:18
@sashachabin sashachabin marked this pull request as draft April 9, 2023 21:12
@sashachabin sashachabin force-pushed the main branch 3 times, most recently from 2288779 to 713a270 Compare December 6, 2023 03:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants