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

Add initial i18n support with en/de #38

Merged
merged 1 commit into from
Sep 6, 2024
Merged

Add initial i18n support with en/de #38

merged 1 commit into from
Sep 6, 2024

Conversation

lkeegan
Copy link
Member

@lkeegan lkeegan commented Sep 5, 2024

  • add language choice to top navbar
  • for now only the milestone component is available in multiple language
  • text for other components can be added to the json files in the src/lib/locales folder
  • another language can be added by adding a new json file to the locales folder
  • uses the svelte-i18n library
  • resolves Localization/support for english #9

- add language choice to top navbar
- for now only the milestone component is available in multiple language
- text for other components can be added to the json files in the src/lib/locales folder
- another language can be added by adding a new json file to the locales folder
- uses the svelte-i18n library
- resolves #9
@lkeegan lkeegan requested review from MaHaWo and Majapur1 September 5, 2024 14:53
Copy link
Collaborator

@MaHaWo MaHaWo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@MaHaWo MaHaWo merged commit a7ddbd6 into main Sep 6, 2024
3 checks passed
@MaHaWo MaHaWo deleted the i18n branch September 6, 2024 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Localization/support for english
2 participants