Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

Localization is broken in multiple places

未关闭
#7,518 1 条评论 0 个 reaction 已指派 1 人 在 GitHub 查看

@code-asher 已经在做这个了。

开始于 2025年10月9日。

评估

这个 Issue 还没有评估数据。

描述

bug triage
Is there an existing issue for this?
  • I have searched the existing issues
OS/Web Information
  • Web Browser: Firefox 143.0.4
  • Local OS: Windows 11
  • Remote OS: Docker desktop (WSL) + code server container
  • Remote Architecture: x64
  • code-server --version:
    1.104.2
    b0992ddb3e3b398371da6bcfbe21a70b4d66eb8d
    x64
    
Steps to Reproduce

Docker compose:

services:
  code-server:
    image: ghcr.io/coder/code-server:4.104.2-39
    
    ports:
      - 8080:8080
    
    volumes:
      - ./.config:/home/coder/.config
      - /var/run/docker.sock:/var/run/docker.sock
  
  restart: unless-stopped
  1. Set up code server using the compose stack above
  2. Open http://localhost:8080 in the browser
  3. f1 -> configure display language
  4. Select any language except English and install language pack. Tested with Russian, Japanese, Chinese, French.
  5. Reload vscode window to change display language
  6. Initialize an empty git repository in the workspace folder (git init)
  7. Switch to VCS tab in vscode and observe "Commit" button at the top not being translated
Expected

The "Commit" button should be translated by the installed language pack. This is actual behavior in both native vscode and github codespaces.

Actual

The "Commit" button is untranslated.

This also happens in multiple other places, for example you can see the "Changes" label and commit message placeholder not being translated too on attached screenshots.

Logs

Screenshot/Video

Code server behavior:

Image Image

Github codespaces behavior for comparison:

Image Image
Does this bug reproduce in native VS Code?

No, this works as expected in native VS Code

Does this bug reproduce in GitHub Codespaces?

No, this works as expected in GitHub Codespaces

Are you accessing code-server over a secure context?
  • I am using a secure context.
Notes

No response

主要语言
TypeScript
星标
79.4k
派生
6.9k
平均合并
2 天 13 小时
30 天内合并 PR
39

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

coder/code-server 的其他 Issue

查看 coder/code-server 的全部 Issue

相似的 Issue

更多 TypeScript Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。