From 02e9faedfc6e2ee701fd768a73e35c5642942adb Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Wed, 09 Dec 2020 22:04:34 +0000
Subject: [PATCH] Added missing languages

---
 i18n/zh-tw.toml |    3 +++
 i18n/dk.toml    |    3 +++
 i18n/es.toml    |    3 +++
 i18n/fi.toml    |    3 +++
 i18n/it.toml    |    3 +++
 i18n/zh-zn.toml |    3 +++
 i18n/fr.toml    |    3 +++
 i18n/de.toml    |    3 +++
 i18n/fa.toml    |    3 +++
 9 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/i18n/de.toml b/i18n/de.toml
index 0fce008..0ed8625 100644
--- a/i18n/de.toml
+++ b/i18n/de.toml
@@ -19,3 +19,6 @@
 
 [comments]
 other = "Kommentare"
+
+[send]
+other = "Senden"
\ No newline at end of file
diff --git a/i18n/dk.toml b/i18n/dk.toml
index c1d6f76..1ed7e77 100644
--- a/i18n/dk.toml
+++ b/i18n/dk.toml
@@ -19,3 +19,6 @@
 
 [comments]
 other = "kommentar"
+
+[send]
+other = "Sende"
\ No newline at end of file
diff --git a/i18n/es.toml b/i18n/es.toml
index e9f7ece..a95542a 100644
--- a/i18n/es.toml
+++ b/i18n/es.toml
@@ -19,3 +19,6 @@
 
 [comments]
 other = "comentarios"
+
+[send]
+other = "Enviar"
\ No newline at end of file
diff --git a/i18n/fa.toml b/i18n/fa.toml
index 694b429..2911b2c 100644
--- a/i18n/fa.toml
+++ b/i18n/fa.toml
@@ -19,3 +19,6 @@
 
 [comments]
 other = "نظرات"
+
+[send]
+other = "ارسال"
\ No newline at end of file
diff --git a/i18n/fi.toml b/i18n/fi.toml
index d6f6f4a..622de2c 100644
--- a/i18n/fi.toml
+++ b/i18n/fi.toml
@@ -19,3 +19,6 @@
 
 [comments]
 other = "kommentit"
+
+[send]
+other = "Lähetä"
\ No newline at end of file
diff --git a/i18n/fr.toml b/i18n/fr.toml
index 7ecc0d8..b97fd5a 100644
--- a/i18n/fr.toml
+++ b/i18n/fr.toml
@@ -19,3 +19,6 @@
 
 [comments]
 other = "commentaire"
+
+[send]
+other = "Envoyer"
\ No newline at end of file
diff --git a/i18n/it.toml b/i18n/it.toml
index e0d4000..9f6020c 100644
--- a/i18n/it.toml
+++ b/i18n/it.toml
@@ -19,3 +19,6 @@
 
 [comments]
 other = "commenti"
+
+[send]
+other = "Spedire"
\ No newline at end of file
diff --git a/i18n/zh-tw.toml b/i18n/zh-tw.toml
index c10d694..87e7e69 100644
--- a/i18n/zh-tw.toml
+++ b/i18n/zh-tw.toml
@@ -19,3 +19,6 @@
 
 [comments]
 other = "註解"
+
+[send]
+other = "發送"
\ No newline at end of file
diff --git a/i18n/zh-zn.toml b/i18n/zh-zn.toml
index d5ae410..f9e60ce 100644
--- a/i18n/zh-zn.toml
+++ b/i18n/zh-zn.toml
@@ -19,3 +19,6 @@
 
 [comments]
 other = "注释"
+
+[send]
+other = "发送"
\ No newline at end of file

--
Gitblit v1.10.0