mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-26 08:22:31 +00:00
build system: adjust nl translation to translator's poedit style
This commit is contained in:
parent
f7fe8d8d4e
commit
f6b4a41ded
@ -179,7 +179,7 @@ def adjust_to_poedit_style(in_name, out_name, language)
|
||||
state = :initial
|
||||
previous_state = :initial
|
||||
sources = []
|
||||
one_source = !%w{es eu it uk pl}.include?(language)
|
||||
one_source = !%w{es eu it nl uk pl}.include?(language)
|
||||
|
||||
lines.each do |line|
|
||||
previous_state = state
|
||||
|
Loading…
Reference in New Issue
Block a user