Translations
This commit is contained in:
parent
9c88a2b5cf
commit
b84d43bf9d
|
@ -48,10 +48,10 @@ class View:
|
||||||
def view_entry_button_section(entry, model):
|
def view_entry_button_section(entry, model):
|
||||||
clk = lambda cls: {"on": {"click": msg(cls)}}
|
clk = lambda cls: {"on": {"click": msg(cls)}}
|
||||||
buttons = [
|
buttons = [
|
||||||
h("button.normal", clk(ShowVariantsEdit()), "Variants"),
|
h("button.normal", clk(ShowVariantsEdit()), "Variante"),
|
||||||
h("button.success", clk(ShowRelatedEntriesEdit()), "Povezano"),
|
h("button.success", clk(ShowRelatedEntriesEdit()), "Povezano"),
|
||||||
h("button.success", clk(ShowEntryLabelsEdit()), "Labels"),
|
h("button.success", clk(ShowEntryLabelsEdit()), "Oznake"),
|
||||||
h("button.normal", clk(ShowCommentEdit()), "Comment")]
|
h("button.normal", clk(ShowCommentEdit()), "Opombe")]
|
||||||
|
|
||||||
view_buttons = []
|
view_buttons = []
|
||||||
view_table = []
|
view_table = []
|
||||||
|
|
Loading…
Reference in New Issue
Block a user