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 feature to skip identical keys for specified locales #1057

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

Commits on Aug 15, 2024

  1. Add feature to skip identical keys for specified locales

    Implemented logic to skip keys with identical values for specified locales in the i18next parser. Added tests to verify behavior and updated existing code to accommodate the new feature.
    Aryan-mor committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    fe60f53 View commit details
    Browse the repository at this point in the history
  2. Add plural support in translation skipping logic

    Enhanced the translation skipping functionality to handle plural forms. Added new test cases for plural translations in 'ar' and 'fr' locales. Updated helpers and transformation logic to identify and process plural keys correctly.
    Aryan-mor committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    2a02abc View commit details
    Browse the repository at this point in the history