wpilibsuite/vscode-wpilib

Full i18n Support

Ouverte

#81 ouverte le 17 sept. 2018

 (3 commentaires) (0 réaction) (0 personne assignée)TypeScript (63 forks)auto 404
help wanted

Métriques du dépôt

Stars
 (121 étoiles)
Métriques de merge PR
 (Merge moyen 6j 4h) (6 PRs mergées en 30 j)

Description

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

Guide contributeur