liuderchi / atom-i18n

:atom: One Atom i18n Package for Any Locale :earth_asia: :earth_americas: :earth_africa:
https://atom.io/packages/atom-i18n
MIT License
71 stars 71 forks source link

Add features to localize Welcome-Guide and Telemetry-Consent #320

Open juggernautjp opened 3 years ago

juggernautjp commented 3 years ago

Requirements for Contributing a Bug Fix

This fix enable atom-i18n to localize "Welcome Guide" and "Telemetry Consent" views.

Identify the Bug

atom-i18n can not localize both "Welcome Guide" and "Telemetry Consent" views.

Those bugs are opened as the Issue #319.

Description of the Change

Alternate Designs

None

Possible Drawbacks

User might not be be able to change telemetry consent settings.

Verification Process

  1. All locale files, such as def/ja/welcome.cson, are tested with npm run validation -- --locale.
  2. All locale files are tested on Atom editor with atom-i18n, by manually changing locale.

Release Notes