Skip to content

Acer54/atom-i18n

 
 

Repository files navigation

atom-i18n package

Build Status

One i18n package for multiple languages 🌏 🌎 🌍

demo

Language Support

Language code status
Arabic ar I can translate
Spanish es ✅ 100%
German de I can translate
French fr I can translate
Hindi hi I can translate
Japanese ja ✅ 95% I can translate
Korean ko ✅ 99% I can translate
Dutch nl I can translate
Portuguese(Brazil) pr-br I can translate
Russian ru I can translate
Chinese(Simplified) zh-cn ✅ 100%
Chinese(Traditional) zh-tw ✅ 100%

➕ you can Create Issue to propose translation for your locale 👍

How to Contribute? Who can Contribute?

  • Any language is welcomed. Anyone is welcomed to contribute.
  • There are some existing issues that require your help
  • For more info of translation please refer to CONTRIBUTING.md

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
    • 4 parts require translation:
      • menus in the top
      • context-menu when right clicked
      • settings page
      • about page
  • package.json contains package metadata

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

Reference

Thanks for Contribution

About

One Atom i18n Package for Multiple Languages 🌏 🌎 🌍

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 86.8%
  • JavaScript 13.2%