diff --git a/Changelog.md b/Changelog.md
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,8 +1,9 @@
 # Change log for template project
 
-## Version 1.0.0 
-
+## Version 1.0.1 
++ Add language files
 
+## Version 1.0.0 
 + Add support n26 import
 + Add support SepaDirectCoreScheme
 + Add a web UI
diff --git a/i18n/en.msg b/i18n/en.msg
new file mode 100644
--- /dev/null
+++ b/i18n/en.msg
@@ -0,0 +1,9 @@
+Title: Snelstart importer
+OwnBank: Own bank account
+XmlFile: XML file
+Convert: Convert
+
+Bank: Bank
+Filename: Filename
+Contents: Contents
+Download: Download
diff --git a/i18n/nl.msg b/i18n/nl.msg
new file mode 100644
--- /dev/null
+++ b/i18n/nl.msg
@@ -0,0 +1,9 @@
+Title: Snelstart importeerder
+OwnBank: Eigen bank nummer
+XmlFile: XML bestand
+Convert: Omzetten
+
+Bank: Bank
+Filename: Bestandsnaam
+Contents: Inhoud
+Download: Downloaden
diff --git a/snelstart-import.cabal b/snelstart-import.cabal
--- a/snelstart-import.cabal
+++ b/snelstart-import.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           snelstart-import
-version:        1.0.0
+version:        1.0.1
 homepage:       https://github.com/jappeace/snelstart-import#readme
 bug-reports:    https://github.com/jappeace/snelstart-import/issues
 description:    Import to snelstart from various formats such as sepa direct debit or n26 bank format. Converts the format to ING csv. Has a server for an easy UI and a cli for quick conversions.
@@ -22,6 +22,8 @@
     LICENSE
 extra-doc-files:
     Changelog.md
+    i18n/*.msg
+
 
 source-repository head
   type: git
