sitdh / atom-i18n

One Atom i18n Package for Any Locale :earth_asia: :earth_americas: :earth_africa:

Home Page:https://atom.io/packages/atom-i18n

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

atom-i18n

apm-download-count contributor-count contribute-welcome-banner issues-count Build Status dependencies Status

Localize Atom :atom: for your locale.

One i18n package for Any language. 🌏 🌎 🌍

Community-driven translation. πŸ‘ͺ

demo-es

demo-tw

demo-de

demo-ko

Language Support

Language code status
Arabic ar ❗ I can translate
German de ⚠️ 99% I can translate
Spanish es βœ… 100%
French fr βœ… 100%
Hindi hi ❗ I can translate
Italian it ⚠️ 30% I can translate
Japanese ja ⚠️ 95% I can translate
Korean ko βœ… 100%
Dutch nl ⚠️ 80% I can translate
Polish pl ⚠️ 80% I can translate
Portuguese(Brazil) pt-br ⚠️ 80% I can translate
Russian ru ⚠️ 99% I can translate
Chinese(Simplified) zh-cn βœ… 100%
Chinese(Traditional) zh-tw βœ… 100%

Welcome to βž• Propose new translation for your locale πŸ“

Who can Contribute?

  • Anyone is welcomed to contribute. Any language is welcomed.

How to Contribute?

Thanks to Contributors

Reference

Project Structure

  • def/ is directory containing translation content

    • content is grouped by locale folder
  • lib/ is about translation operations

    • contains main.coffee which is entry point
    • 5 parts require translation:
      • menus in the top
      • context-menu when right clicked
      • settings page
      • about page
      • welcome page
  • package.json contains package metadata

    • key configSchema defines supported languages
  • spec/ contains scripts checking cson files inside def/

About

One Atom i18n Package for Any Locale :earth_asia: :earth_americas: :earth_africa:

https://atom.io/packages/atom-i18n

License:MIT License


Languages

Language:CoffeeScript 79.2%Language:JavaScript 20.8%