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

Migrate UI strings to $tf for translation support #573

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

zeedif
Copy link

@zeedif zeedif commented Jan 22, 2025

Summary

This PR updates the main project to use the new $tf translation helper from livesync-commonlib, replacing hardcoded strings with translation keys. This change centralizes UI text for easier community translations.

Key Changes

  • Migrated All Modified Strings
    • Replaced direct text in components/logic with $tf calls (e.g., "Pause"tf("logPane.pause")).
  • Submodule Update
    • Includes the latest livesync-commonlib version with the new $tf utility.

Why This Matters

  • Spanish Support: Enables loading translations from rosetta.ts for Spanish-speaking users.
  • Contributor Workflow: Simplifies adding new languages via centralized keys.

Next Steps

  • Finalize remaining string migrations (WIP).
  • Update documentation for translation contributors.

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.

2 participants