Going back to tags in Spanish. This should be thought more: Tags should be in any language, but language encoding can be tricky.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2015-09-27 18:56:20 +00:00
parent cefd91de06
commit 3287574289
1 changed files with 2 additions and 2 deletions

View File

@ -568,7 +568,7 @@ GrafoscopioBrowser >> bodyForCodeIn: constructor for: aNode [
| innerBrowser |
aNode tags = 'código' | aNode tags = 'code'
aNode tags = 'código'
ifFalse: [^self].
innerBrowser := GTPlayground new.
@ -821,7 +821,7 @@ GrafoscopioBrowser >> configureInitialTags [
tagsAvailable := OrderedCollection new.
tagsAvailable
add: 'code';
add: 'código';
add: 'ejercicio';
add: 'invisible';
add: 'obra';