Added new strings to be translated

Greek translation is still in progress
This commit is contained in:
OverloadedOrama 2019-12-31 20:10:10 +02:00
parent 2be469ec22
commit 830ae623d2
18 changed files with 1488 additions and 132 deletions

View file

@ -93,7 +93,7 @@ func _on_ImportSprites_files_selected(paths : PoolStringArray) -> void:
var tex := ImageTexture.new()
tex.create_from_image(cropped_image, 0)
# Store [Image, ImageTexture, Layer Name, Visibity boolean, Opacity]
canvas.layers.append([cropped_image, tex, "Layer 0", true, 1])
canvas.layers.append([cropped_image, tex, tr("Layer") + " 0", true, 1])
canvas.frame = i
Global.canvases.append(canvas)
Global.canvas_parent.add_child(canvas)