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
Related to #501, if you select Xenocrypt from the Test Generation Tools menu, it defaults the cipher language to English when it should be Spanish
This will take you to /XenocryptEncrypt.html?cipherType=aristocrat
/XenocryptEncrypt.html?cipherType=aristocrat
Compare it to going to Xenocrypt from the main page which correctly sets the language
This takes you to /XenocryptEncrypt.html?cipherType=aristocrat&curlang=es
/XenocryptEncrypt.html?cipherType=aristocrat&curlang=es
I believe that the problem is in JTAppendSubMenu https://github.com/toebes/ciphers/blob/master/app/common/jtmenu.ts#L33-L35 which is not appending the value of the lang field to the computed href
JTAppendSubMenu
lang
href
The text was updated successfully, but these errors were encountered:
Fixed issue toebes#542
42300ad
Fixed the issue where when selecting Xenocrypt from the drop down menu, it doesn't set the language to Spanish
Merge pull request #553 from SuperIronDragon/Xenocrypt-not-spanish-#542
8e4d9fe
Fixed issue #542
SuperIronDragon
No branches or pull requests
Background
Related to #501, if you select Xenocrypt from the Test Generation Tools menu, it defaults the cipher language to English when it should be Spanish
Steps to reproduce:
This will take you to
/XenocryptEncrypt.html?cipherType=aristocrat
Compare it to going to Xenocrypt from the main page which correctly sets the language
This takes you to
/XenocryptEncrypt.html?cipherType=aristocrat&curlang=es
Probable Problem
I believe that the problem is in
JTAppendSubMenu
https://github.com/toebes/ciphers/blob/master/app/common/jtmenu.ts#L33-L35
which is not appending the value of the
lang
field to the computedhref
The text was updated successfully, but these errors were encountered: