Atom Localization provides translations for Atom Editor's menus.
- Chinese - Simplified
- Chinese - Traditional
- Danish
- Dutch
- French
- German
- Japanese
- Portuguese - Brazilian
- Swedish
- Korean
- Finnish
- Spanish
- Please install through Atom -> Preferences -> Packages: localization
- Select your language through Packages -> Localization
Any translation in languages not listed above are welcome, as well as better translation for those in list.
- 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"}
- Make a pull request to the repo
- Add Spanish translation (By Adrian & FerNT)
- Update Traditional Chinese translation
- Update translation template
- 1.16.1: Update Spanish translation
- Update French translation (By Rastus)
- Replace "Close Buffer" with "Close Tab" (see #21)
- Update German translation (By Bengt)
- Fix Finnish translation
- 1.11.1: Update translation template
- 1.11.1: Fix Traditional Chinese translation
- Add Finnish support (By Miro)
- Fix Traditional Chinese translation
- 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)
- New configuration method
- Add Japanese support (By Odyssey, kimama1997)
- Add French support (By NickMcFlies)
- Add German support (By André)
- Upgrade to Atom 0.72.0
- Add Danish support (By Per)
- Remove old configuration when upgrade to new version
- Fixed some bugs
- Add Simplified Chinese support