We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Since the update of the module on v6, I have only problems ...
If I am not mistaken, on v5 there was a fallback system to use the parent locale if the local passed as argument of AdyenCheckout did not exist. Thus:
AdyenCheckout
AdyenCheckout({ locale: 'fr_CH', })
The local fr_CH (fr_CA, ...) does not exist in Adyen so it was the local fr_FR that is loaded.
fr_CH
fr_CA
fr_FR
On v6, if I pass the locale fr_CH, it is the translations en_US that are loaded...
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The parent locale must be loaded :
it_CH
de_AT
de_CH
de_DE
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Since the update of the module on v6, I have only problems ...
If I am not mistaken, on v5 there was a fallback system to use the parent locale if the local passed as argument of
AdyenCheckout
did not exist. Thus:The local
fr_CH
(fr_CA
, ...) does not exist in Adyen so it was the localfr_FR
that is loaded.On v6, if I pass the locale fr_CH, it is the translations en_US that are loaded...
To Reproduce
Steps to reproduce the behavior:
fr_CH
orfr_CA
localeExpected behavior
The parent locale must be loaded :
fr_CH
,fr_CA
=>fr_FR
it_CH
=>it_CH
de_AT
,de_CH
=>de_DE
The text was updated successfully, but these errors were encountered: