Fixed module informations for the french translation of form messages
This commit is contained in:
parent
9ccd0e24a6
commit
e41a6aca80
@ -1,5 +1,5 @@
|
|||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
module Yesod.Form.I18n.French where
|
module Yesod.Form.I18n.Frencih (frenchFormMessage) where
|
||||||
|
|
||||||
import Yesod.Form.Types (FormMessage (..))
|
import Yesod.Form.Types (FormMessage (..))
|
||||||
import Data.Monoid (mappend)
|
import Data.Monoid (mappend)
|
||||||
|
|||||||
@ -46,6 +46,7 @@ library
|
|||||||
Yesod.Form.I18n.Portuguese
|
Yesod.Form.I18n.Portuguese
|
||||||
Yesod.Form.I18n.Swedish
|
Yesod.Form.I18n.Swedish
|
||||||
Yesod.Form.I18n.German
|
Yesod.Form.I18n.German
|
||||||
|
Yesod.Form.I18n.French
|
||||||
-- FIXME Yesod.Helpers.Crud
|
-- FIXME Yesod.Helpers.Crud
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user