/Atom-Localization

Localization package for Atom Editor

Primary LanguageCoffeeScript

Atom Localizations

Atom Localization provides translations for Atom Editor's menus.

Supported Languages

  • Chinese - Simplified
  • Chinese - Traditional
  • Danish
  • Dutch
  • French
  • German
  • Japanese
  • Portuguese - Brazilian
  • Swedish
  • Korean
  • Finnish
  • Spanish

Installation

  • Please install through Atom -> Preferences -> Packages: localization
  • Select your language through Packages -> Localization

Localization in your language

Any translation in languages not listed above are welcome, as well as better translation for those in list.

How to localize

  • Download this JSON file and replace "Your Translation" with your own values.
  • You can also add translations for other menu. Just follow the format.
  • Put the file into /i18n under root directory of the package.
  • Add your language name to languages.json under the root directory of the package.

{"language":"language name", "path":"../i18n/Your Translation.json"}

Release Notes

Version 1.16.0
  • Add Spanish translation (By Adrian & FerNT)
  • Update Traditional Chinese translation
  • Update translation template
  • 1.16.1: Update Spanish translation
Version 1.15.0
  • Update French translation (By Rastus)
  • Replace "Close Buffer" with "Close Tab" (see #21)
Version 1.11.0
  • Update German translation (By Bengt)
  • Fix Finnish translation
  • 1.11.1: Update translation template
  • 1.11.1: Fix Traditional Chinese translation
Version 1.10.0
  • Add Finnish support (By Miro)
  • Fix Traditional Chinese translation
Version 1.2.0-1.9.0
  • Add Portuguese - Brazilian support (By Herbert)
  • Add Dutch support (By Reverp)
  • Add Traditional Chinese support (By Poren)
  • Add Swedish support (By Jens)
  • Add Korean support (By Taegon)
Version 1.0.0
  • New configuration method
Version 0.12.0-0.15.0
Version 0.9.0-0.11.0
  • Upgrade to Atom 0.72.0
  • Add Danish support (By Per)
Version 0.8.0
  • Remove old configuration when upgrade to new version
Version 0.3.0
  • Fixed some bugs
Version 0.1.0
  • Add Simplified Chinese support