Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data LanguagePackStringValue Source #
Represents the value of a string in a language pack
LanguagePackStringValueOrdinary | An ordinary language pack string |
LanguagePackStringValuePluralized | A language pack string which has different forms based on the number of some object it mentions. See https://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html for more information |
LanguagePackStringValueDeleted | A deleted language pack string, the value must be taken from the built-in English language pack |
Instances
FromJSON LanguagePackStringValue Source # | |
Defined in TD.Data.LanguagePackStringValue | |
ToJSON LanguagePackStringValue Source # | |
Defined in TD.Data.LanguagePackStringValue | |
Show LanguagePackStringValue Source # | |
Defined in TD.Data.LanguagePackStringValue showsPrec :: Int -> LanguagePackStringValue -> ShowS # show :: LanguagePackStringValue -> String # showList :: [LanguagePackStringValue] -> ShowS # | |
Eq LanguagePackStringValue Source # | |
Defined in TD.Data.LanguagePackStringValue | |
ShortShow LanguagePackStringValue Source # | |
Defined in TD.Data.LanguagePackStringValue |