Skip to content

Commit

Permalink
remove fixed tag_handling
Browse files Browse the repository at this point in the history
  • Loading branch information
neumayr committed Jul 31, 2018
1 parent 979f008 commit 0bdbaa1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/i18n/tasks/deepl_translation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def translate_list(list, opts) # rubocop:disable Metrics/AbcSize
# @return [Array<[String, Object]>] translated list
def fetch_translations(list, opts)
options = {
tag_handling: 'xml',
ignore_tags: %w[i18n]
}.merge(opts)
deepl_from_values(list, DeepL.translate(deepl_to_values(list), opts[:from], opts[:to], options)).tap do |result|
Expand Down

0 comments on commit 0bdbaa1

Please sign in to comment.