Skip to content

fix: Added missing translation for info window in file browser and app settings.#1677

Merged
UnschooledGamer merged 6 commits intoAcode-Foundation:mainfrom
Mr-Update:patch-5
Nov 9, 2025
Merged

fix: Added missing translation for info window in file browser and app settings.#1677
UnschooledGamer merged 6 commits intoAcode-Foundation:mainfrom
Mr-Update:patch-5

Conversation

@Mr-Update
Copy link
Copy Markdown
Contributor

  • Corrected one piece of information in the file browser and two pieces of information in the app settings.
  • Added these 3 new strings in all languages for translation.

Copy link
Copy Markdown
Member

@UnschooledGamer UnschooledGamer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding the Translation Keys to their desired place is important.

I hope you've run the Translator Linter to look out for any errors

Copy link
Copy Markdown

@Wshao777 Wshao777 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

英文提交

@Mr-Update
Copy link
Copy Markdown
Contributor Author

@UnschooledGamer I added the 3 lines.

I based my work on

{
	key: "checkFiles",
	text: strings["check file changes"],
	checkbox: values.checkFiles,
},

A translated information window is displayed there without a line

info: strings["info-checkFiles"],

existing.

@UnschooledGamer
Copy link
Copy Markdown
Member

@UnschooledGamer I added the 3 lines.

I based my work on

{
	key: "checkFiles",
	text: strings["check file changes"],
	checkbox: values.checkFiles,
},

A translated information window is displayed there without a line

info: strings["info-checkFiles"],

existing.

Nice. Now it's fine. And I'm able to merge it.

Thank You.

@UnschooledGamer UnschooledGamer merged commit d3413f7 into Acode-Foundation:main Nov 9, 2025
5 checks passed
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.

3 participants