aboutsummaryrefslogtreecommitdiff
path: root/src/Model/Translation/Key.hs
blob: 43381fbd59634b48ff77be6a34e2e1f74efc1d9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module Model.Translation.Key
  ( Key(..)
  ) where

data Key =

  Home
  | Resume
  | Projects
  | Contact

  | Experience
  | EducationalBackground
  | Skills
  | Interests

  | Since
  | From
  | To
  | And

  | Month Int
  | MonthText Int
  | YearText Int

  | TryIt

  | PageNotFound