11 12 13 14
# File 'lib/transync/runner.rb', line 11 def self.sync(mode) sync = TranslationSync.new(PATH, mode) sync.run(mode) end