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 = (key) -> gettext: (key) -> locale_id = $("html").attr("lang") locale = i18n[locale_id] if locale && locale[key] return locale[key] key