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

Localize Static App Strings #83

Draft
wants to merge 5 commits into
base: saga
Choose a base branch
from

Conversation

sam-eh
Copy link

@sam-eh sam-eh commented Jun 8, 2023

Creates a hook and associated data structure to support translating static app strings based on the selected language.

Addresses part of #84.

Todo:

  • Create a hook and context to support providing static app strings in the selected language.
  • Adjust existing pages with static app strings to utilize the useLocalization hook.
  • Update getAppStringValue utility function to support argument replacement for dynamic string content that is rendered within static app strings.
  • Create a language selector component that calls setLanguageCode from the useLocalization hook to set the language code.
  • Translate static app strings into additional languages that need to be supported.

@sam-eh sam-eh temporarily deployed to production July 14, 2023 02:36 — with GitHub Actions Inactive
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.

None yet

1 participant