lib/dato/dump/runner.rb in dato-0.1.22 vs lib/dato/dump/runner.rb in dato-0.1.23
- old
+ new
@@ -22,9 +22,10 @@
File.read(config_path),
loader.items_repo,
operation
)
+ I18n.available_locales = loader.items_repo.available_locales
operation.perform
end
def operation
@operation ||= Operation::Root.new(destination_path)