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

20321 fix consistent interpolations check #2

Closed

Commits on Feb 6, 2024

  1. Add glossary support

    Finds largest glossary for a language pair and uses it
    holstvoogd authored and tom-brouwer-bex committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    1aee465 View commit details
    Browse the repository at this point in the history
  2. 17444 Adjust interpolation regexp to support Liquid tags

    Liquid tags are delimited by {{ }} or {% %}.
    
    Closes bookingexperts/support#17444
    gstokkink authored and tom-brouwer-bex committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    863288e View commit details
    Browse the repository at this point in the history
  3. Fix Liquid tag matching

    gstokkink authored and tom-brouwer-bex committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    6b7fb51 View commit details
    Browse the repository at this point in the history
  4. 20321 Fix liquid tag consistency not being validated in interpolation…

    …s check
    
    Note that interpolation checks can be skipped on specific keys using
    the 'ignore_inconsistent_interpolations' property in the yaml config
    file
    
    Ref bookingexperts/support#20321
    tom-brouwer-bex committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    c23f0a0 View commit details
    Browse the repository at this point in the history
  5. 20321 Fix linter errors

    Introduced by previous commits, but never tested before
    
    Closes bookingexperts/support#20321
    tom-brouwer-bex committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    d0e1e20 View commit details
    Browse the repository at this point in the history