aboutsummaryrefslogtreecommitdiff
path: root/src/Model/Translation/Key.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Model/Translation/Key.hs')
-rw-r--r--src/Model/Translation/Key.hs28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/Model/Translation/Key.hs b/src/Model/Translation/Key.hs
new file mode 100644
index 0000000..43381fb
--- /dev/null
+++ b/src/Model/Translation/Key.hs
@@ -0,0 +1,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