TAPevents / tap-i18n-db

MIT License
51 stars 17 forks source link

Fixes i18Find() on meteor 1.2 #20

Open phowat opened 9 years ago

phowat commented 9 years ago

I experienced the same issue described in TAPevents/tap-i18n-db#19 after updating to Meteor 1.2 . Looking into the issue, I noticed it failed because conf.supported_languages was null. Since getLanguages() worked in the same context, I added that.

phowat commented 9 years ago

I'm sorry. I was unaware that if I pushed more commits into my fork's master branch they would show up here. But the same issue from i18nFind() was happening to isSupportedLanguage().

vuongngo commented 9 years ago

Thanks @phowat . It works :)

pmoons commented 8 years ago

Works! Thanks @phowat

Szayet commented 8 years ago

@phowat I saw you created a working Atmosphere fork till we are waiting. Could you please look at the #24 and it's solution and maybe include it in your fork? Thanks in advance!

janat08 commented 8 years ago

Maybe get the author to add some1 as contributor as this is dead for almost a year.

krishaamer commented 8 years ago

Thanks @phowat !

krishaamer commented 8 years ago

Can this be merged please?