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

Resolved #409 - Add strings auto-translation to survey-analytics package #410

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

tsv2013
Copy link
Member

@tsv2013 tsv2013 commented Mar 21, 2024

Resolved #409

const keyName = keyNames.length > 0 ? keyNames[keyNames.length - 1] : "";
const index = str.indexOf(":");
if(index > -1 && !!keyName) {
let keyStr = str.substring(0, index).trim().replace("\"", "");

Check failure

Code scanning / CodeQL

Incomplete string escaping or encoding High

This replaces only the first occurrence of """.
@tsv2013 tsv2013 merged commit 5b1fc92 into master Mar 21, 2024
1 of 3 checks passed
@tsv2013 tsv2013 deleted the feature/409-auto-translation branch March 21, 2024 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add strings auto-translation to survey-analytics package
2 participants