We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9575dc3 commit d4abf19Copy full SHA for d4abf19
1 file changed
lib/i18n-js.rb
@@ -20,7 +20,7 @@
20
module I18nJS
21
MissingConfigError = Class.new(StandardError)
22
23
- def self.call(config_file: nil, config: nil, parallel: false)
+ def self.call(config_file: nil, config: nil)
24
if !config_file && !config
25
raise MissingConfigError,
26
"you must set either `config_file` or `config`"
0 commit comments