Translations

pull/1/head
Ozbolt Menegatti 4 years ago
parent 9c88a2b5cf
commit b84d43bf9d

@ -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 = []

Loading…
Cancel
Save