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

Integrating changes from @codeandweb/ngx-translate #1493

Closed
wants to merge 40 commits into from

Commits on Sep 5, 2024

  1. Update README.md

    Linking to new documentation.
    CodeAndWeb authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    2ee6026 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    e9dc562 View commit details
    Browse the repository at this point in the history
  2. .gitignore

    CodeAndWeb committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    98fbf37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87798de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a19257 View commit details
    Browse the repository at this point in the history
  5. Merged master

    CodeAndWeb committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    2ffd073 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50df6ee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    18c2019 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cbe2e3b View commit details
    Browse the repository at this point in the history
  9. action

    CodeAndWeb committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    eec6cbd View commit details
    Browse the repository at this point in the history
  10. Build badge

    CodeAndWeb committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    a82f81b View commit details
    Browse the repository at this point in the history
  11. Badge

    CodeAndWeb committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    eead4f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    a0cd5a5 View commit details
    Browse the repository at this point in the history
  2. Updated project to Angular 18,

    Added Lint
    Fixed Lint warnings (except for the ones related to the heavy use of any)
    CodeAndWeb committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5174863 View commit details
    Browse the repository at this point in the history
  3. Update ngx-translate-test.yml

    Run on all branches, new build & test commands
    CodeAndWeb authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    176eab1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d1ab07 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Using explicit types instead of any. Moved getValue from translate.pa…

    …rser.ts to utils. Extended parser to recursively handle translations in arrays and objects.
    CodeAndWeb committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    f973151 View commit details
    Browse the repository at this point in the history
  2. Readme, licenses

    CodeAndWeb committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    18221fc View commit details
    Browse the repository at this point in the history
  3. package.json

    CodeAndWeb committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    1edb3ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccd17af View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    20cbdf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    072722f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7acc672 View commit details
    Browse the repository at this point in the history
  4. Introducing provideTranslateService() instead of TranslateModule.forR…

    …oot() for standalone components
    CodeAndWeb committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    c5c5798 View commit details
    Browse the repository at this point in the history
  5. Renamed InjectionToken USE_STORE to ISOLATE_TRANSLATE_SERVICE since t…

    …his is the correct meaning. USE_STORE was logically inverted.
    CodeAndWeb committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e5f0ad9 View commit details
    Browse the repository at this point in the history
  6. Version bump to beta.2

    CodeAndWeb committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    66a03dc View commit details
    Browse the repository at this point in the history
  7. Removed test-app from testing. It's for interactive experimenting whi…

    …le developing, not for automated tests.
    CodeAndWeb committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    4511ded View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e829d47 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. https://github.com/ngx-translate/core/pull/1411

    Test for already fixed observable use.
    CodeAndWeb committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e5558ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f304f9b View commit details
    Browse the repository at this point in the history
  3. https://github.com/ngx-translate/core/pull/1382/files

    Set translations with nested keys
    CodeAndWeb committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0256722 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6aa94ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79cb220 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Made getTranslation deprecated

    Moved iteration code from parser to service.
    CodeAndWeb committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    816b263 View commit details
    Browse the repository at this point in the history
  2. Always set currentLang to the language, use() was called last, not th…

    …e one of which loading completes last.
    CodeAndWeb committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    146140e View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Cleaned imports

    CodeAndWeb committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    17e5c68 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    32366f3 View commit details
    Browse the repository at this point in the history
  2. Release 16.0.0

    CodeAndWeb committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    edb5ebc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1a883a View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Update README.md

    CodeAndWeb authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    3d5b267 View commit details
    Browse the repository at this point in the history