Skip to content

Commit 37accf3

Browse files
committed
Actually keep everything in english for consistency
1 parent 0353749 commit 37accf3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: demo/reagentdemo/intro.cljs

+5-5
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,12 @@
136136
[demo-component {:expected simple-component
137137
:comp solutions/simple-component
138138
:hint [:div
139-
[:p "Los componentes en reagent usan sintaxis tipo "
139+
[:p "Components in reagent use "
140140
[:a {:href "https://github.com/weavejester/hiccup"}
141-
"hiccup"]
142-
". Un ejemplo de hiccup: "]
143-
[:code (s/syntaxed "[:p \"Soy del \" [:span {:style {:color :red}} \"Rojo\"]]")]
144-
[:p "Ahora intenta escribir la solución en solutions/simple-component (en el archivo src/reagentdemo/solutions.cljs), de forma tal que se vea como más arriba."]]
141+
"hiccup syntax"]
142+
". Here's an example: "]
143+
[:code (s/syntaxed "[:p \"I like it \" [:span {:style {:color :green}} \"green\"]]")]
144+
[:p "Now try to write your solution on solutions/simple-component (in the file src/reagentdemo/solutions.cljs), in such a way that it looks like the example above."]]
145145
:src (s/src-of [:simple-component])}]
146146

147147
[:p "You can build new components using other components as

0 commit comments

Comments
 (0)