Skip to content

feat: show hidden files#199

Merged
flick9000 merged 2 commits into
mainfrom
feat-hiddenfiles
Jun 8, 2026
Merged

feat: show hidden files#199
flick9000 merged 2 commits into
mainfrom
feat-hiddenfiles

Conversation

@flick9000
Copy link
Copy Markdown
Owner

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Refactoring
  • Style
  • Localization
  • Other

Description

Added 'Show hidden files' feature.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request introduces a new 'Show Hidden Files' feature across both the app and website. It adds a registry-modifying PowerShell script, includes a toggle in the UI with a new SVG icon, and updates presets and localizations across multiple languages. The review feedback focuses on improving translation consistency and casing for German, Spanish, Portuguese, Swedish, and Vietnamese locales to match the existing translation patterns.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

"misc.numlockstartup.title": "Numlock beim Start deaktivieren",
"misc.darkmode.title": "Dunklen Modus aktivieren",
"misc.filextensions.title": "Dateierweiterungen anzeigen",
"misc.hiddenfiles.title": "Versteckte Dateien Anzeigen",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

In German, verbs at the end of a phrase in this context should be lowercase to maintain consistency with other keys (e.g., "misc.filextensions.title": "Dateierweiterungen anzeigen"). It should be "Versteckte Dateien anzeigen".

Suggested change
"misc.hiddenfiles.title": "Versteckte Dateien Anzeigen",
"misc.hiddenfiles.title": "Versteckte Dateien anzeigen",

"misc.numlockstartup.title": "Numlock beim Start deaktivieren",
"misc.darkmode.title": "Dunklen Modus aktivieren",
"misc.filextensions.title": "Dateierweiterungen anzeigen",
"misc.hiddenfiles.title": "Versteckte Dateien Anzeigen",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

In German, verbs at the end of a phrase in this context should be lowercase to maintain consistency with other keys (e.g., "misc.filextensions.title": "Dateierweiterungen anzeigen"). It should be "Versteckte Dateien anzeigen".

Suggested change
"misc.hiddenfiles.title": "Versteckte Dateien Anzeigen",
"misc.hiddenfiles.title": "Versteckte Dateien anzeigen",

"misc.numlockstartup.title": "Desactivar Bloq Num al iniciar",
"misc.darkmode.title": "Activar modo oscuro",
"misc.filextensions.title": "Mostrar extensiones de archivo",
"misc.hiddenfiles.title": "Mostrar Archivos Ocultos",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

In Spanish, sentence case is preferred for UI labels to match other keys (e.g., "misc.filextensions.title": "Mostrar extensiones de archivo"). It should be "Mostrar archivos ocultos".

Suggested change
"misc.hiddenfiles.title": "Mostrar Archivos Ocultos",
"misc.hiddenfiles.title": "Mostrar archivos ocultos",

"misc.numlockstartup.title": "Desactivar Bloq Num al iniciar",
"misc.darkmode.title": "Activar modo oscuro",
"misc.filextensions.title": "Mostrar extensiones de archivo",
"misc.hiddenfiles.title": "Mostrar Archivos Ocultos",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

In Spanish, sentence case is preferred for UI labels to match other keys (e.g., "misc.filextensions.title": "Mostrar extensiones de archivo"). It should be "Mostrar archivos ocultos".

Suggested change
"misc.hiddenfiles.title": "Mostrar Archivos Ocultos",
"misc.hiddenfiles.title": "Mostrar archivos ocultos",

Comment thread app/src/i18n/locales/pt.json Outdated
"misc.numlockstartup.title": "Desativar Num Lock na Inicialização",
"misc.darkmode.title": "Ativar Modo Escuro",
"misc.filextensions.title": "Mostrar Extensões de Arquivo",
"misc.hiddenfiles.title": "Mostrar Ficheiros Ocultos",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

The Portuguese translation uses European Portuguese (PT-PT) "Ficheiros" here, but other keys in this file use Brazilian Portuguese (PT-BR) terminology (e.g., "Mostrar Extensões de Arquivo" uses "Arquivo"). To maintain consistency, it should use "Arquivos" instead of "Ficheiros".

Suggested change
"misc.hiddenfiles.title": "Mostrar Ficheiros Ocultos",
"misc.hiddenfiles.title": "Mostrar Arquivos Ocultos",

Comment thread website/src/i18n/locales/pt.json Outdated
"misc.numlockstartup.title": "Desativar Num Lock na Inicialização",
"misc.darkmode.title": "Ativar Modo Escuro",
"misc.filextensions.title": "Mostrar Extensões de Arquivo",
"misc.hiddenfiles.title": "Mostrar Ficheiros Ocultos",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

The Portuguese translation uses European Portuguese (PT-PT) "Ficheiros" here, but other keys in this file use Brazilian Portuguese (PT-BR) terminology (e.g., "Mostrar Extensões de Arquivo" uses "Arquivo"). To maintain consistency, it should use "Arquivos" instead of "Ficheiros".

Suggested change
"misc.hiddenfiles.title": "Mostrar Ficheiros Ocultos",
"misc.hiddenfiles.title": "Mostrar Arquivos Ocultos",

"misc.numlockstartup.title": "Inaktivera Num Lock vid uppstart",
"misc.darkmode.title": "Aktivera mörkt läge",
"misc.filextensions.title": "Visa filnamnstillägg",
"misc.hiddenfiles.title": "Visa Dolda Filer",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

In Swedish, sentence case is preferred for UI labels to match other keys (e.g., "misc.filextensions.title": "Visa filnamnstillägg"). It should be "Visa dolda filer".

Suggested change
"misc.hiddenfiles.title": "Visa Dolda Filer",
"misc.hiddenfiles.title": "Visa dolda filer",

"misc.numlockstartup.title": "Inaktivera Num Lock vid uppstart",
"misc.darkmode.title": "Aktivera mörkt läge",
"misc.filextensions.title": "Visa filnamnstillägg",
"misc.hiddenfiles.title": "Visa Dolda Filer",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

In Swedish, sentence case is preferred for UI labels to match other keys (e.g., "misc.filextensions.title": "Visa filnamnstillägg"). It should be "Visa dolda filer".

Suggested change
"misc.hiddenfiles.title": "Visa Dolda Filer",
"misc.hiddenfiles.title": "Visa dolda filer",

"misc.numlockstartup.title": "Tắt Numlock khi khởi động",
"misc.darkmode.title": "Bật chế độ tối",
"misc.filextensions.title": "Hiển thị phần mở rộng của tệp",
"misc.hiddenfiles.title": "Hiển Thị Tệp Ẩn",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

In Vietnamese, sentence case is preferred for UI labels to match other keys (e.g., "misc.filextensions.title": "Hiển thị phần mở rộng của tệp"). It should be "Hiển thị tệp ẩn".

Suggested change
"misc.hiddenfiles.title": "Hiển Thị Tệp Ẩn",
"misc.hiddenfiles.title": "Hiển thị tệp ẩn",

"misc.numlockstartup.title": "Tắt Numlock khi khởi động",
"misc.darkmode.title": "Bật chế độ tối",
"misc.filextensions.title": "Hiển thị phần mở rộng của tệp",
"misc.hiddenfiles.title": "Hiển Thị Tệp Ẩn",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

In Vietnamese, sentence case is preferred for UI labels to match other keys (e.g., "misc.filextensions.title": "Hiển thị phần mở rộng của tệp"). It should be "Hiển thị tệp ẩn".

Suggested change
"misc.hiddenfiles.title": "Hiển Thị Tệp Ẩn",
"misc.hiddenfiles.title": "Hiển thị tệp ẩn",

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Jun 8, 2026

Deploying winscript with  Cloudflare Pages  Cloudflare Pages

Latest commit: 2983816
Status: ✅  Deploy successful!
Preview URL: https://ff7c89a4.winscript.pages.dev
Branch Preview URL: https://feat-hiddenfiles.winscript.pages.dev

View logs

@flick9000 flick9000 merged commit 1f2aa7a into main Jun 8, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant