wpilibsuite/vscode-wpilib

Full i18n Support

开放

#81 创建于 2018年9月17日

 (3 条评论) (0 个反应) (0 位负责人)TypeScript (63 个派生)auto 404
help wanted

仓库指标

星标
 (121 个星标)
PR 合并指标
 (平均合并 6天 4小时) (30 天内合并 6 个 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

贡献者指南