Translations

This commit is contained in:
Ozbolt Menegatti 2020-01-23 20:01:37 +01:00
parent 9c88a2b5cf
commit b84d43bf9d

View File

@ -48,10 +48,10 @@ class View:
def view_entry_button_section(entry, model):
clk = lambda cls: {"on": {"click": msg(cls)}}
buttons = [
h("button.normal", clk(ShowVariantsEdit()), "Variants"),
h("button.normal", clk(ShowVariantsEdit()), "Variante"),
h("button.success", clk(ShowRelatedEntriesEdit()), "Povezano"),
h("button.success", clk(ShowEntryLabelsEdit()), "Labels"),
h("button.normal", clk(ShowCommentEdit()), "Comment")]
h("button.success", clk(ShowEntryLabelsEdit()), "Oznake"),
h("button.normal", clk(ShowCommentEdit()), "Opombe")]
view_buttons = []
view_table = []