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

Localization #401

Closed
wants to merge 14 commits into from
Closed

Localization #401

wants to merge 14 commits into from

Conversation

Katsute
Copy link
Member

@Katsute Katsute commented Aug 28, 2024

localization.js Outdated
.map(f => `<a href="https://github.com/KatsuteDev/Background/blob/main/readme/readme.${f}.md">${JSON.parse(fs.readFileSync(path.join(localization, f, "readme.json"))).language}</a>`)
.join(" | ");

const lstring = `<div align="right">${languages}</div>\n\n`

Check notice

Code scanning / CodeQL

Semicolon insertion Note

Avoid automated semicolon insertion (92% of all statements in
the enclosing script
have an explicit semicolon).
@Katsute
Copy link
Member Author

Katsute commented Oct 24, 2024

Dropping in favor of #416

@Katsute Katsute closed this Oct 24, 2024
@kdevbot kdevbot bot locked and limited conversation to collaborators Oct 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.