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

"Context Menu" is not localized. #321

Open juggernautjp opened 3 years ago

juggernautjp commented 3 years ago

Prerequisites

Description

The menu strings of "Context Menu", which are related to Git/GitHub packages, are not localized.

Steps to Reproduce

  1. Click "Settings" in "File" menu
  2. Click "Packages" in "Settings" view
  3. Click "Enable" in "atom-i18n" package
  4. Click "Settings" of the "atom-i18n" package
  5. Set "Language" to "日本語 (ja)" in the list
  6. Click .md file in TreeView
  7. Context menu is appeared, which includes English menu

Expected behavior: All English words and sentences are localized.

Actual behavior: The messages related to Git/GitHub package, such as "View Unstaged Changes", are not localized.

Reproduces how often: Always

Versions

Atom    : 1.57.0
Electron: 9.4.4
Chrome  : 83.0.4103.122
Node    : 12.14.1

Additional Information

This issue is related to #237.

image