Skip to content

Cryvage/atom-i18n

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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%
Korean ko ✅ 100%
Dutch nl I can translate
Portuguese(Brazil) pr-br I can translate
Chinese(Simplified) zh-cn I can translate
Chinese(Traditional) zh-tw I can translate

How to Contribute? Who can Contribute?

  • Any language is welcomed. Anyone is welcomed to contribute.
  • more info 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
    • 3 big parts require i18n:
      • menus in the top
      • context-menu when right clicked
      • preference page
  • package.json contains package metadata

    • key configSchema defines supported languages

Reference

Thanks for Contribution

About

One Atom i18n Package for Multiple Languages 🌏 🌎 🌍

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 71.6%
  • JavaScript 28.4%