/atom-translate-i18n

Atom package for inserting tap-i18n meteor structure to string shortcut

Primary LanguageJavaScriptMIT LicenseMIT

translate package for atom

Usage

Select the text you want to comment, and hit alt-cmd-b for single quote and alt-cmd-n for double quote translatisation of a string.

Before: "hello"

After: {{"hello"}} (html) Tapi18n.__("hello") (js)

Language support

  • .html/.htm
  • .js