From d6c89a9c09a531408d2e8a91725add1cad9fcea3 Mon Sep 17 00:00:00 2001
From: Tibike <miklosflame@mail.ru>
Date: Wed, 8 Nov 2017 02:14:18 +0200
Subject: [PATCH 1/2] Added Hungarian translation

---
 src/i18n/messages.js | 59 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 59 insertions(+)

diff --git a/src/i18n/messages.js b/src/i18n/messages.js
index 3cbde819..5f467939 100644
--- a/src/i18n/messages.js
+++ b/src/i18n/messages.js
@@ -172,6 +172,64 @@ const en = {
   }
 }
 
+const en = {
+  nav: {
+    timeline: 'Idővonal',
+    mentions: 'Említéseim',
+    public_tl: 'Publikus Idővonal',
+    twkn: 'Az Egész Ismert Hálózat'
+  },
+  user_card: {
+    follows_you: 'Követ téged!',
+    following: 'Követve!',
+    follow: 'Követ',
+    statuses: 'Állapotok',
+    mute: 'Némít',
+    muted: 'Némított',
+    followers: 'Követők',
+    followees: 'Követettek',
+    per_day: 'naponta'
+  },
+  timeline: {
+    show_new: 'Újak mutatása',
+    error_fetching: 'Hiba a frissítések beszerzésénél',
+    up_to_date: 'Naprakész',
+    load_older: 'Régebbi állapotok betöltése'
+  },
+  settings: {
+    user_settings: 'Felhasználói beállítások',
+    name_bio: 'Név és Bio',
+    name: 'Név',
+    bio: 'Bio',
+    avatar: 'Avatár',
+    current_avatar: 'Jelenlegi avatár',
+    set_new_avatar: 'Új avatár',
+    profile_banner: 'Profil Banner',
+    current_profile_banner: 'Jelenlegi profil banner',
+    set_new_profile_banner: 'Új profil banner',
+    profile_background: 'Profil háttérkép',
+    set_new_profile_background: 'Új profil háttér beállítása',
+    settings: 'Beállítások',
+    theme: 'Téma',
+    filtering: 'Szűrés',
+    filtering_explanation: 'Minden tartalom mely ezen szavakat tartalmazza némítva lesz, soronként egy',
+    attachments: 'Csatolmányok',
+    hide_attachments_in_tl: 'Csatolmányok elrejtése az idővonalon',
+    hide_attachments_in_convo: 'Csatolmányok elrejtése a társalgásokban',
+    nsfw_clickthrough: 'NSFW átkattintási tartalom elrejtésének engedélyezése',
+    autoload: 'Autoatikus betöltés engedélyezése lap aljára görgetéskor',
+    reply_link_preview: 'Válasz-link előzetes mutatása egér rátételkor'
+  },
+  notifications: {
+    notifications: 'Értesítések',
+    read: 'Olvasva!',
+    followed_you: 'követ téged'
+  },
+  general: {
+    submit: 'Elküld'
+  }
+}
+
 const ja = {
   nav: {
     timeline: 'タイムライン',
@@ -234,6 +292,7 @@ const messages = {
   de,
   fi,
   en,
+  hu,
   ja
 }
 

From c65974c8c8fa967672e48fb39c65bab13b51814e Mon Sep 17 00:00:00 2001
From: Roger Braun <roger@rogerbraun.net>
Date: Wed, 8 Nov 2017 09:12:48 +0100
Subject: [PATCH 2/2] Fix typo.

---
 src/i18n/messages.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/i18n/messages.js b/src/i18n/messages.js
index 5f467939..43bded78 100644
--- a/src/i18n/messages.js
+++ b/src/i18n/messages.js
@@ -172,7 +172,7 @@ const en = {
   }
 }
 
-const en = {
+const hu = {
   nav: {
     timeline: 'Idővonal',
     mentions: 'Említéseim',