Skip to content

Commit

Permalink
added output to sync_translations
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbevi committed Nov 10, 2014
1 parent f9881bd commit ea418a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/sync_translations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def to_yaml( opts = {} )

# iterate over each YAML file in the target directory
Dir["#{PATH}*.yml"].each do |lang|
puts "Processing #{lang} ..."
data = YAML::load(File.open(lang))

unless lang == CONTROL
Expand Down

0 comments on commit ea418a0

Please sign in to comment.