Fixed a YAML syntax error, please run something like this when editing YAML before commiting:
perl -MYAML::Syck=LoadFile -E 'LoadFile(shift)' sl.yml
This commit is contained in:
parent
5d675b4233
commit
9fcea942e8
1 changed files with 2 additions and 2 deletions
|
@ -243,8 +243,8 @@ sl:
|
||||||
marker_text: Lokacija, na katero se nanaša zapis
|
marker_text: Lokacija, na katero se nanaša zapis
|
||||||
view:
|
view:
|
||||||
title: "Dnevnik uporabnika {{user}}"
|
title: "Dnevnik uporabnika {{user}}"
|
||||||
leave_a_comment: "Napiši komentar"
|
leave_a_comment: "Napiši komentar"
|
||||||
save_button: "Shrani"
|
save_button: "Shrani"
|
||||||
no_such_entry:
|
no_such_entry:
|
||||||
heading: "No entry with the id: {{id}}"
|
heading: "No entry with the id: {{id}}"
|
||||||
body: "Sorry, there is no diary entry or comment with the id {{id}}. Please check your spelling, or maybe the link you clicked is wrong."
|
body: "Sorry, there is no diary entry or comment with the id {{id}}. Please check your spelling, or maybe the link you clicked is wrong."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue