timothypratley / power-turtle

Interactive turtle power in your browser
http://timothypratley.github.io/power-turtle
24 stars 6 forks source link

Add another language [easy] #1

Open timothypratley opened 8 years ago

timothypratley commented 8 years ago

Go to google translate, fill in all the translations using the structure below, email it to me, or make a pull request (look in the repl namespace).

(def korean-words
  '[[clojure-turtle.core [[forward 앞으로]
                          [back 뒤로]
                          [left 왼쪽]
                          [right 권리]
                          [color 색]
                          [home 집]
                          [clean 깨끗한]
                          [penup 펜까지]
                          [pendown 펜다운]
                          [start-fill 채우기시작]
                          [end-fill 최종채우기]
                          [setxy 위치]
                          [setheading 표제]
                          [wait 기다림]
                          [draw-turtle-commands 거북이명령을그릴]]]
    [power-turtle.power [[html 웹페이지]
                         [add-action 작업을추가]
                         [red 빨간]
                         [green 녹색]
                         [blue 푸른]
                         [octagon 팔각형]
                         [pattern 무늬]]]
    [clojure.set [[union 노동조합]
                  [difference 차이]]]])