Safe Haskell | Safe |
---|---|
Language | Haskell98 |
- data GmoFile = GmoFile {
- fMagic :: Word32
- fRevision :: Word32
- fSize :: Word32
- fOriginalOffset :: Word32
- fTranslationOffset :: Word32
- fHashtableSize :: Word32
- fHashtableOffset :: Word32
- fOriginals :: [(Word32, Word32)]
- fTranslations :: [(Word32, Word32)]
- fData :: ByteString
- parseGmo :: Get GmoFile
Data structures
This structure describes the binary structure of Gettext .mo/.gmo
file.
GmoFile | |
|