Enable welcome maps for all languages

Fix some spanish typos.
This commit is contained in:
Paulo Gustavo Veiga
2012-08-23 20:29:07 -03:00
parent c191136de9
commit 73056de872
5 changed files with 61 additions and 94 deletions

View File

@@ -144,10 +144,7 @@ public class UserServiceImpl
public Mindmap buildTutorialMindmap(@NotNull String firstName) {
//To change body of created methods use File | Settings | File Templates.
Locale locale = LocaleContextHolder.getLocale();
// @TODO: Remove this once is translated
locale = Locale.ENGLISH;
final Locale locale = LocaleContextHolder.getLocale();
Mindmap result = new Mindmap();
final Map<String, Object> model = new HashMap<String, Object>();
model.put("messages", messageSource);