;;; -*- mode: Lisp; Syntax: Common-Lisp; -*- ;;; ;;; Copyright (c) 2009 by the authors. ;;; ;;; See LICENCE for details. (in-package :hu.dwim.blog) (def localization en (blog-comment.created-by "name") (blog-comment.email-address "Email (hidden)") (blog-comment.text "comment") (blog-post.text "text") (blog-post.title "title") (class-name.blog "blog") (class-name.blog-comment "comment") (class-name.blog-post "blog post"))