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