6 lines
129 B
CoffeeScript
6 lines
129 B
CoffeeScript
Ember.Handlebars.helper 'isCurrentLocale', (locale, options)->
|
|
if locale is 'nl'
|
|
options.fn @
|
|
else
|
|
options.inverse @
|