1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00

more blueprint helper localisation

This commit is contained in:
grilledham 2019-06-20 11:29:00 +01:00
parent 5ef00fe40f
commit 10711149b8
2 changed files with 8 additions and 1 deletions

View File

@ -296,7 +296,13 @@ local function draw_filters_table(event)
return
end
local frame = center.add {type = 'frame', name = filters_table_name, direction = 'vertical', caption = 'Set Filter'}
local frame =
center.add {
type = 'frame',
name = filters_table_name,
direction = 'vertical',
caption = {'blueprint_helper.set_filter_caption'}
}
local t = frame.add {type = 'table', column_count = 10}
t.style.horizontal_spacing = 0

View File

@ -84,6 +84,7 @@ flipper_label=Place blueprint on buttons below to flip blueprint.\nObviously thi
flip_horizontal=Flip horizontal ⇄
flip_vertical=Flip Vertical ⇵
entity_converter_caption=Entity Converter
set_filter_caption=Set Filter
entity_converter_label=Set filters then place blueprint on convert button to apply filters.
clear_filters=Clear Filters
convert=Convert