diff --git a/server/config/i18n.js b/server/config/i18n.js
index 335be983..933cb884 100644
--- a/server/config/i18n.js
+++ b/server/config/i18n.js
@@ -27,6 +27,7 @@ module.exports.i18n = {
'es-ES',
'fi-FI',
'fr-FR',
+ 'hu-HU',
'it-IT',
'ru-RU',
'tr-TR',
diff --git a/server/config/locales/hu-HU.json b/server/config/locales/hu-HU.json
new file mode 100644
index 00000000..b84700cb
--- /dev/null
+++ b/server/config/locales/hu-HU.json
@@ -0,0 +1,16 @@
+{
+ "Card Created": "Kártya létrehozva",
+ "Card Moved": "Kártya áthelyezve",
+ "New Comment": "Új hozzászólás",
+ "Test Title": "Teszt cím",
+ "This is a test text message!": "Ez itt egy szöveges teszt üzenet!",
+ "This is a *test* **markdown** `message`!": "Ez itt egy **markdown** formátumú *teszt* `üzenet`!",
+ "This is a test html message!": "Ez egy html formátumú teszt üzenet!",
+ "You Were Added to Card": "Hozzádrendeltek egy kártyát",
+ "You Were Mentioned in Comment": "Megemlítettek egy kártyán",
+ "%s added you to %s on %s": "%s hozzárendelt téged a(z) %s kártyához a(z) %s projektben",
+ "%s created %s in %s on %s": "%s létrehozta a(z) %s kártyát a(z) %s projektben ekkor: %s",
+ "%s left a new comment to %s on %s": "%s hozzászólt a(z) %s kártyához a(z) %s projektben",
+ "%s mentioned you in %s on %s": "%s megemlített téged a(z) %s kártyán a(z) %s projektben",
+ "%s moved %s from %s to %s on %s": "%s átmozgatta a(z) %s kártyát a(z) %s projektből a(z) %s projektbe ekkor: %s"
+}