Vulcan/packages/telescope-i18n
jungwon 7af1e73870 Translations variable change to object
Translations is referenced with i18n.translations[lang][str],
so it should be changed to be an object.

I think it should be used something like below.

e.g.
translations: {
    kr:{
      'Please fill in a headline': '빈칸 채우라고'
    }
  }
2014-06-09 18:00:32 +09:00
..
.gitignore adding custom package 2013-11-21 11:32:09 +09:00
i18n.js Translations variable change to object 2014-06-09 18:00:32 +09:00
package.js working on 0.8 2014-04-30 16:58:11 -07:00