wpilibsuite/vscode-wpilib

Full i18n Support

Open

#81 建立於 2018年9月17日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)TypeScript (63 fork)auto 404
help wanted

倉庫指標

Star
 (121 star)
PR 合併指標
 (平均合併 17天 20小時) (30 天內合併 7 個 PR)

描述

FRC is international, so it would be a nice touch if the tools could be easily translated, whether officially or by the community.

  • It's easier to build the support now. Even if the UI is all English right now, it's easier to do this now rather than finding all the UI strings later.
  • The process for translating and contributing translations can be defined at a later time
  • Anything exposed to the user should be supported (in rough descending priority)
    • UI elements and messages
    • Webviews
    • Extension Marketplace metadata
  • No need to internationalize logging
  • Fallback to English if no translation exists

See also: #68

貢獻者指南