You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pactus-gui localization system relies on Easy Localization , which has buggy behavior when changing languages. We need to replace it with the l10n package to align with pactus-gui-widgetbook for consistency, better maintainability, and a centralized translation key structure.
Goals
Replace Easy Localization with l10n.
Centralize and standardize translation keys.
Align with pactus-gui-widgetbook.
Proposed Changes
Replace Easy Localization with l10n, removing outdated dependencies and configurations.
Centralize translation keys in one file with a consistent naming convention.
Refactor translation logic to align with the new system and update all relevant code.
Ensure compatibility with pactus-gui-widgetbook.
Update tests to validate the new system and ensure that the CI pipeline includes checks for correct translation automation, ensuring no missing translations.
Impact
Existing code dependent on Easy Localization will need updates.
The text was updated successfully, but these errors were encountered:
Overview
The
pactus-gui
localization system relies onEasy Localization
, which has buggy behavior when changing languages. We need to replace it with thel10n
package to align withpactus-gui-widgetbook
for consistency, better maintainability, and a centralized translation key structure.Goals
pactus-gui-widgetbook.
Proposed Changes
pactus-gui-widgetbook.
Impact
The text was updated successfully, but these errors were encountered: