-
Notifications
You must be signed in to change notification settings - Fork 0
feat: internationalization #38
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
base: main
Are you sure you want to change the base?
Conversation
The preview deployment failed. 🔴 Last updated at: 2025-09-27 21:13:00 CET |
src/app/layout.tsx
Outdated
children: React.ReactNode; | ||
}>) { | ||
return ( | ||
<html className="h-full" lang="en"> |
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.
We should change lang="en"
according to the current language preference. Check out this example: https://github.com/cesium/hydrogen/blob/develop/src/app/%5Blang%5D/layout.tsx
For now, I have done the dictionaries and changed every text in the app for the one from dictionary. However, I still have to think about that unresolved suggestion above. |
Closes #34