diff options
author | pgj <pgj@FreeBSD.org> | 2012-02-19 01:30:46 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-02-19 01:30:46 +0800 |
commit | 49eabeb2c4f84e0b842331dd30606bbaaf394b31 (patch) | |
tree | 49cc6207a08bc051fc46c59b377c2163963ee1f0 /www/Makefile | |
parent | e0a28f9bd02fb0392d193cb289198826ce6689c5 (diff) | |
download | freebsd-ports-gnome-49eabeb2c4f84e0b842331dd30606bbaaf394b31.tar.gz freebsd-ports-gnome-49eabeb2c4f84e0b842331dd30606bbaaf394b31.tar.zst freebsd-ports-gnome-49eabeb2c4f84e0b842331dd30606bbaaf394b31.zip |
This package uses the same approach of type-safe URLs to create
translated content. It has a simple syntax for translators, while
allowing the ful power of Haskell for applying complex grammar rules.
WWW: http://www.yesodweb.com/book/i18n
Obtained from: FreeBSD Haskell
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 4b47ea8915e3..937e83e72880 100644 --- a/www/Makefile +++ b/www/Makefile @@ -303,6 +303,7 @@ SUBDIR += hs-scgi SUBDIR += hs-shakespeare SUBDIR += hs-shakespeare-css + SUBDIR += hs-shakespeare-i18n SUBDIR += hs-snap SUBDIR += hs-snap-core SUBDIR += hs-snap-server |