From 69ed3d8126fc69bc48d2c2c26a8a02495d325e4b Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Sun, 16 Sep 2012 20:23:25 -0300 Subject: [PATCH] Fix br time language issue. --- mindplot/src/main/resources/messages_pt_BR.properties | 2 +- .../webapp/js/{jquery.timeago.pt_br.js => jquery.timeago.pt.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename wise-webapp/src/main/webapp/js/{jquery.timeago.pt_br.js => jquery.timeago.pt.js} (100%) diff --git a/mindplot/src/main/resources/messages_pt_BR.properties b/mindplot/src/main/resources/messages_pt_BR.properties index ed74732e..e4f088eb 100644 --- a/mindplot/src/main/resources/messages_pt_BR.properties +++ b/mindplot/src/main/resources/messages_pt_BR.properties @@ -37,7 +37,7 @@ ONLY_ONE_TOPIC_MUST_BE_SELECTED=N\u00e3o foi poss\u00edvel criar t\u00f3pico. Ap ONE_TOPIC_MUST_BE_SELECTED=N\u00e3o foi poss\u00edvel criar t\u00f3pico. Um t\u00f3pico deve ser selecionado. SAVE_COULD_NOT_BE_COMPLETED=Salvamento n\u00e3o pode ser completado. Tente novamente mais tarde. UNEXPECTED_ERROR_LOADING=Ocorreu um erro inesperado.\nTente recarregar novamente o editor. Se o problema persistir, contacte-nos em support@wisemapping.com. -MAIN_TOPIC=T\u00f3pic Principal +MAIN_TOPIC=T\u00f3pico Principal SUB_TOPIC=Sub T\u00f3pico ISOLATED_TOPIC=T\u00f3pico Isolado CENTRAL_TOPIC=T\u00f3pico Central diff --git a/wise-webapp/src/main/webapp/js/jquery.timeago.pt_br.js b/wise-webapp/src/main/webapp/js/jquery.timeago.pt.js similarity index 100% rename from wise-webapp/src/main/webapp/js/jquery.timeago.pt_br.js rename to wise-webapp/src/main/webapp/js/jquery.timeago.pt.js