Skip to content
Snippets Groups Projects
Commit b1f5f675 authored by Daniel Kochmański's avatar Daniel Kochmański
Browse files

cosmetic: missing typos once more

parent 21f19611
No related branches found
No related tags found
No related merge requests found
......@@ -231,10 +231,10 @@
;;; Warning: phrase "hello" isn't defined for language EN.
*MY-FUNCTION-1*
==> (translate:add-translation :en "hello" "Hello")
==> (translate:add-single-translation :en "hello" "Hello")
hello -> Hello (EN)
==> (translate:add-translation :pl "hello" "Cześć")
==> (translate:add-single-translation :pl "hello" "Cześć")
hello -> Cześć (PL)
==> (let ((*language* :en))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment