Skip to content
Snippets Groups Projects
Verified Commit fd19c4e9 authored by jan.hamal.dvorak's avatar jan.hamal.dvorak
Browse files

Add czech strings to form localization

parent c48d16a4
No related branches found
No related tags found
No related merge requests found
...@@ -381,6 +381,10 @@ where ...@@ -381,6 +381,10 @@ where
deriving (Show) deriving (Show)
instance Localizable FormMessage where instance Localizable FormMessage where
-- Czech strings
localize "cs" FormMsgFieldRequired = Just "Toto pole je povinné."
localize "cs" FormMsgTokenInvalid = Just "Platnost formuláře vypršela. Zkuste to znovu."
-- English strings -- English strings
localize "en" FormMsgFieldRequired = Just "This field is required." localize "en" FormMsgFieldRequired = Just "This field is required."
localize "en" FormMsgTokenInvalid = Just "The form has expired. Try again." localize "en" FormMsgTokenInvalid = Just "The form has expired. Try again."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment