# File lib/gettext_i18n_rails_js/tasks.rb, line 44deffiles_to_translateputs'translate these files'Dir.glob("{app,lib,config,#{locale_path}}/**/*.{rb,erb,haml,slim,js,coffee,handlebars}")
end
js_gettext_function()click to toggle source
The parser will use this as the function basename when parsing
translations.
# File lib/gettext_i18n_rails_js/tasks.rb, line 50defjs_gettext_function'__'end