// Generated by CoffeeScript 1.12.6 (function() { "use strict"; var i18n; i18n = { es: { "Comments": "Comentarios", "No comment": "Sin comentarios", "Cancel": "Cancelar", "Save": "Guardar", "Edit": "Editar", "Delete": "Borrar", "Unregistered": "

Necesitas iniciar sesión o registrarte para continuar.

" }, en: { "Comments": "Coments", "No comment": "No comment", "Cancel": "Cancel", "Save": "Save", "Edit": "Edit", "Delete": "Delete", "Unregistered": "You need to sign in or sign up to continue." } }; window.Gettext = function() { return { gettext: function(key) { var locale, locale_id; locale_id = $("html").attr("lang"); locale = i18n[locale_id]; if (locale && locale[key]) { return locale[key]; } return key; } }; }; }).call(this);