diff --git a/assets/icons/line.svg b/assets/icons/line.svg
new file mode 100644
index 00000000..b0669293
--- /dev/null
+++ b/assets/icons/line.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/config/_default/params.toml b/config/_default/params.toml
index 4ade93d2..5c8a150d 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -82,7 +82,7 @@ forgejoDefaultServer = "https://v8.next.forgejo.org"
showCategoryOnly = false # use showTaxonomies OR showCategoryOnly, not both
showAuthorsBadges = false
showWordCount = true
- # sharingLinks = [ "linkedin", "twitter", "bluesky", "mastodon", "reddit", "pinterest", "facebook", "email", "whatsapp", "telegram"]
+ # sharingLinks = [ "linkedin", "twitter", "bluesky", "mastodon", "reddit", "pinterest", "facebook", "email", "whatsapp", "telegram", "line"]
showZenMode = false
[list]
diff --git a/data/sharing.json b/data/sharing.json
index 18aa4e63..daa18bfa 100644
--- a/data/sharing.json
+++ b/data/sharing.json
@@ -9,6 +9,11 @@
"title": "sharing.facebook",
"url": "https://www.facebook.com/sharer/sharer.php?u=%s"e=%s"
},
+ "line": {
+ "icon": "line",
+ "title": "sharing.line",
+ "url": "https://line.me/R/share?text=%s%s"
+ },
"linkedin": {
"icon": "linkedin",
"title": "sharing.linkedin",
diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml
index c6790ad5..9176df57 100644
--- a/exampleSite/config/_default/params.toml
+++ b/exampleSite/config/_default/params.toml
@@ -79,7 +79,7 @@ smartTOCHideUnfocusedChildren = false
showTaxonomies = true
showAuthorsBadges = true
showWordCount = false
- sharingLinks = [ "linkedin", "twitter", "bluesky", "reddit", "whatsapp", "telegram", "pinterest", "facebook", "email"]
+ sharingLinks = [ "linkedin", "twitter", "bluesky", "reddit", "whatsapp", "telegram", "pinterest", "facebook", "email", "line"]
showZenMode = true
[list]
diff --git a/exampleSite/content/docs/configuration/index.it.md b/exampleSite/content/docs/configuration/index.it.md
index 907442ff..439dd366 100644
--- a/exampleSite/content/docs/configuration/index.it.md
+++ b/exampleSite/content/docs/configuration/index.it.md
@@ -250,7 +250,7 @@ Many of the article defaults here can be overridden on a per article basis by sp
| `article.showAuthorsBadges` | `false` | Whether the `authors` taxonomies are are displayed in the article or list header. This requires the setup of `multiple authors` and the `authors` taxonomy. Check [this page]({{< ref "multi-author" >}}) for more details on how to configure that feature. |
| `article.showWordCount` | `false` | Whether or not article word counts are displayed. |
| `article.showComments` | `false` | Whether or not the [comments partial]({{< ref "partials#comments" >}}) is included after the article footer. |
-| `article.sharingLinks` | _Not set_ | Which sharing links to display at the end of each article. When not provided, or set to `false` no links will be displayed. Available values are: "linkedin", "bluesky", "mastodon", "twitter", "reddit", "pinterest", "facebook", "email", "whatsapp", and "telegram" |
+| `article.sharingLinks` | _Not set_ | Which sharing links to display at the end of each article. When not provided, or set to `false` no links will be displayed. Available values are: "bluesky", "email", "facebook", "line", "linkedin", "mastodon", "pinterest", "reddit", "telegram", "twitter", and "whatsapp" |
| `article.showZenMode` | `false` | Flag to activate Zen Mode reading feature for articles. |
### List
diff --git a/exampleSite/content/docs/configuration/index.ja.md b/exampleSite/content/docs/configuration/index.ja.md
index 41699b8e..42f77616 100644
--- a/exampleSite/content/docs/configuration/index.ja.md
+++ b/exampleSite/content/docs/configuration/index.ja.md
@@ -250,7 +250,7 @@ Blowfish は、テーマの機能を制御する多数の設定パラメータ
| `article.showAuthorsBadges` | `false` | `authors` タクソノミーを記事またはリストのヘッダーに表示するかどうかです。これには、「複数の著者」と `authors` タクソノミーの設定が必要です。この機能の設定方法の詳細については、[このページ]({{< ref "multi-author" >}}) を確認してください。 |
| `article.showWordCount` | `false` | 記事の単語数を表示するかどうかです。 |
| `article.showComments` | `false` | 記事のフッターの後に [コメントパーシャル]({{< ref "partials#コメント" >}}) を含めるかどうかです。 |
-| `article.sharingLinks` | _未設定_ | 各記事の最後に表示する共有リンクです。指定されていないか、`false` に設定されている場合、リンクは表示されません。使用可能な値は、
"linkedin"、"bluesky"、
"mastodon"、"twitter"、"reddit"、
"pinterest"、"facebook"、"email"、
"whatsapp"、"telegram" です。 |
+| `article.sharingLinks` | _未設定_ | 各記事の最後に表示する共有リンクです。指定されていないか、`false` に設定されている場合、リンクは表示されません。使用可能な値は、"bluesky"、"email"、"facebook"、"line"、"linkedin"、"mastodon"、"pinterest"、"reddit"、"telegram"、"twitter"、"whatsapp"です。 |
| `article.showZenMode` | `false` | 記事のZenモードリーダー機能を有効にするフラグです。 |
### リスト(List)
diff --git a/exampleSite/content/docs/configuration/index.md b/exampleSite/content/docs/configuration/index.md
index 2e7a5973..23723362 100644
--- a/exampleSite/content/docs/configuration/index.md
+++ b/exampleSite/content/docs/configuration/index.md
@@ -256,7 +256,7 @@ Many of the article defaults here can be overridden on a per article basis by sp
| `article.showAuthorsBadges` | `false` | Whether the `authors` taxonomies are are displayed in the article or list header. This requires the setup of `multiple authors` and the `authors` taxonomy. Check [this page]({{< ref "multi-author" >}}) for more details on how to configure that feature. |
| `article.showWordCount` | `false` | Whether or not article word counts are displayed. |
| `article.showComments` | `false` | Whether or not the [comments partial]({{< ref "partials#comments" >}}) is included after the article footer. |
-| `article.sharingLinks` | _Not set_ | Which sharing links to display at the end of each article. When not provided, or set to `false` no links will be displayed. Available values are: "linkedin", "bluesky", "mastodon", "twitter", "reddit", "pinterest", "facebook", "email", "whatsapp", and "telegram" |
+| `article.sharingLinks` | _Not set_ | Which sharing links to display at the end of each article. When not provided, or set to `false` no links will be displayed. Available values are: "bluesky", "email", "facebook", "line", "linkedin", "mastodon", "pinterest", "reddit", "telegram", "twitter", and "whatsapp" |
| `article.showZenMode` | `false` | Flag to activate Zen Mode reading feature for articles. |
### List
diff --git a/exampleSite/content/docs/configuration/index.zh-cn.md b/exampleSite/content/docs/configuration/index.zh-cn.md
index 3e4b99b5..245635ba 100644
--- a/exampleSite/content/docs/configuration/index.zh-cn.md
+++ b/exampleSite/content/docs/configuration/index.zh-cn.md
@@ -254,7 +254,7 @@ Blowfish 提供了大量控制主题功能的配置参数,下面的表格中
| `article.showAuthorsBadges` | `false` | 是否在文章或列表中显示 `authors` 分类。这需要开启多个作者 `multiple authors` 和 `authors` 分类法。 请阅读 [这个网页]({{< ref "multi-author" >}}) 来获取更多内容。 |
| `article.showWordCount` | `false` | 是否显示文章的字数。 如果你的语言属于 CJK 语言,需要在 `config.toml` 中开启 `hasCJKLanguage` 参数。 |
| `article.showComments` | `false` | 是否在文章末尾添加 [评论部分]({{< ref "partials#comments" >}})。 |
-| `article.sharingLinks` | 无 | 在文章末尾显示的分享链接。如果没有提供或设置为 `false`,则不会显示任何分享链接。可用的值包括:"linkedin"、"bluesky"、"mastodon"、"twitter"、"reddit"、"pinterest"、"facebook"、"email"、"whatsapp" 和 "telegram" |
+| `article.sharingLinks` | _无_ | 在文章末尾显示的分享链接。如果没有提供或设置为 `false`,则不会显示任何分享链接。可用的值包括:"bluesky"、"email"、"facebook"、"line"、"linkedin"、"mastodon"、"pinterest"、"reddit"、"telegram"、"twitter"和"whatsapp" |
| `article.showZenMode` | `false` | 指定是否激活文章阅读的禅模式,即隐藏常规的界面元素。 |
### 列表页
diff --git a/exampleSite/content/samples/icons/index.it.md b/exampleSite/content/samples/icons/index.it.md
index dd77f734..a2ad6753 100644
--- a/exampleSite/content/samples/icons/index.it.md
+++ b/exampleSite/content/samples/icons/index.it.md
@@ -66,6 +66,7 @@ The full list of built-in icons and their corresponding names can referenced bel
| language | {{< icon language >}} |
| lastfm | {{< icon lastfm >}} |
| lightbulb | {{< icon lightbulb >}} |
+| line | {{< icon line >}} |
| link | {{< icon link >}} |
| linkedin | {{< icon linkedin >}} |
| list | {{< icon list >}} |
diff --git a/exampleSite/content/samples/icons/index.ja.md b/exampleSite/content/samples/icons/index.ja.md
index 092c99fb..fdc846c1 100644
--- a/exampleSite/content/samples/icons/index.ja.md
+++ b/exampleSite/content/samples/icons/index.ja.md
@@ -66,6 +66,7 @@ Blowfish はいくつもの [FontAwesome 6](https://fontawesome.com/icons) の
| language | {{< icon language >}} |
| lastfm | {{< icon lastfm >}} |
| lightbulb | {{< icon lightbulb >}} |
+| line | {{< icon line >}} |
| link | {{< icon link >}} |
| linkedin | {{< icon linkedin >}} |
| list | {{< icon list >}} |
diff --git a/exampleSite/content/samples/icons/index.md b/exampleSite/content/samples/icons/index.md
index 3c321b6f..df18d34b 100644
--- a/exampleSite/content/samples/icons/index.md
+++ b/exampleSite/content/samples/icons/index.md
@@ -66,6 +66,7 @@ The full list of built-in icons and their corresponding names can referenced bel
| language | {{< icon language >}} |
| lastfm | {{< icon lastfm >}} |
| lightbulb | {{< icon lightbulb >}} |
+| line | {{< icon line >}} |
| link | {{< icon link >}} |
| linkedin | {{< icon linkedin >}} |
| list | {{< icon list >}} |
diff --git a/exampleSite/content/samples/icons/index.zh-cn.md b/exampleSite/content/samples/icons/index.zh-cn.md
index 273ca387..39ca0575 100644
--- a/exampleSite/content/samples/icons/index.zh-cn.md
+++ b/exampleSite/content/samples/icons/index.zh-cn.md
@@ -66,6 +66,7 @@ Blowfish 内置了许多 [FontAwesome 6](https://fontawesome.com/icons) 中的
| language | {{< icon language >}} |
| lastfm | {{< icon lastfm >}} |
| lightbulb | {{< icon lightbulb >}} |
+| line | {{< icon line >}} |
| link | {{< icon link >}} |
| linkedin | {{< icon linkedin >}} |
| list | {{< icon list >}} |
diff --git a/i18n/ar.yaml b/i18n/ar.yaml
index 59c6cb1c..2bfeee10 100644
--- a/i18n/ar.yaml
+++ b/i18n/ar.yaml
@@ -58,6 +58,7 @@ search:
sharing:
email: "إرسال عبر البريد الإلكترونى"
facebook: "النشر على فيسبوك"
+ line: "شارك على لاين"
linkedin: "النشر على لينكدان"
pinterest: "النشر على بينترست"
reddit: "النشر على ريديت"
diff --git a/i18n/bg.yaml b/i18n/bg.yaml
index 83824961..47f4da57 100644
--- a/i18n/bg.yaml
+++ b/i18n/bg.yaml
@@ -60,6 +60,7 @@ search:
sharing:
email: "Изпрати чрез имейл"
facebook: "Сподели на Facebook"
+ line: "Споделяне в LINE"
linkedin: "Сподели на LinkedIn"
pinterest: "Закачи в Pinterest"
reddit: "Добави на Reddit"
diff --git a/i18n/bn.yaml b/i18n/bn.yaml
index 5f22f934..6c9697a4 100644
--- a/i18n/bn.yaml
+++ b/i18n/bn.yaml
@@ -59,6 +59,7 @@ search:
sharing:
email: "ইমেল করুন"
facebook: "ফেসবুকে শেয়ার করুন"
+ line: "লাইনে শেয়ার করুন"
linkedin: "লিংকডইনে শেয়ার করুন"
pinterest: "পিন্টারেস্টে পিন করুন"
reddit: "রেড্ডিটে জমা দিন"
diff --git a/i18n/ca.yaml b/i18n/ca.yaml
index 6b76f3e2..97367788 100644
--- a/i18n/ca.yaml
+++ b/i18n/ca.yaml
@@ -62,6 +62,7 @@ search:
sharing:
email: "Enviar per correu electrònic"
facebook: "Compartir amb Facebook"
+ line: "Compartir amb LINE"
linkedin: "Compartir amb LinkedIn"
pinterest: "Compartir amb Pinterest"
reddit: "Publicar a Reddit"
diff --git a/i18n/cs.yaml b/i18n/cs.yaml
index d4f45122..01d52554 100644
--- a/i18n/cs.yaml
+++ b/i18n/cs.yaml
@@ -59,6 +59,7 @@ search:
sharing:
email: "Poslat emailem"
facebook: "Sdílet na Facebook"
+ line: "Sdílejte na LINE"
linkedin: "Sdílet na LinkedIn"
pinterest: "Připnout na Pinterest"
reddit: "Přidat na Reddit"
diff --git a/i18n/de.yaml b/i18n/de.yaml
index 7a49d204..c679961f 100644
--- a/i18n/de.yaml
+++ b/i18n/de.yaml
@@ -53,6 +53,7 @@ search:
sharing:
email: "Per E-Mail teilen"
facebook: "Auf Facebook teilen"
+ line: "Auf LINE teilen"
linkedin: "Auf LinkedIn teilen"
pinterest: "Auf Pinterest pinnen"
reddit: "An Reddit senden"
diff --git a/i18n/en.yaml b/i18n/en.yaml
index 8ea42637..383a9d46 100644
--- a/i18n/en.yaml
+++ b/i18n/en.yaml
@@ -62,6 +62,7 @@ search:
sharing:
email: "Send via email"
facebook: "Share on Facebook"
+ line: "Share on LINE"
linkedin: "Share on LinkedIn"
pinterest: "Pin on Pinterest"
reddit: "Submit to Reddit"
diff --git a/i18n/eo.yaml b/i18n/eo.yaml
index bce87073..a80aa480 100644
--- a/i18n/eo.yaml
+++ b/i18n/eo.yaml
@@ -62,6 +62,7 @@ search:
sharing:
email: "Sendi per retpoŝto"
facebook: "Konigi en Facebook"
+ line: "Konigi en LINE"
linkedin: "Konigi en LinkedIn"
pinterest: "Alpingli sur Pinterest"
reddit: "Sendi al Reddit"
diff --git a/i18n/es.yaml b/i18n/es.yaml
index 99e844bf..cc4ad74f 100644
--- a/i18n/es.yaml
+++ b/i18n/es.yaml
@@ -62,6 +62,7 @@ search:
sharing:
email: "Enviar vía email"
facebook: "Compartir en Facebook"
+ line: "Compartir en LINE"
linkedin: "Compartir en LinkedIn"
pinterest: "Pinear en Pinterest"
reddit: "Publicar en Reddit"
diff --git a/i18n/fa.yaml b/i18n/fa.yaml
index 9a9dcb9f..96c13ad4 100644
--- a/i18n/fa.yaml
+++ b/i18n/fa.yaml
@@ -62,6 +62,7 @@ search:
sharing:
email: "ارسال ایمیل"
facebook: "اشتراک گذاری در فیسبوک"
+ line: "اشتراک گذاری در لاین"
linkedin: "اشتراک گذاری در لینکداین"
pinterest: "اشتراک گذاری در پینترست"
reddit: "اشتراک گذاری در ردیت"
diff --git a/i18n/fi.yaml b/i18n/fi.yaml
index 1b7ce62f..dcf6d1bf 100644
--- a/i18n/fi.yaml
+++ b/i18n/fi.yaml
@@ -53,6 +53,7 @@ search:
sharing:
email: "Lähetä sähköpostilla"
facebook: "Jaa Facebookissa"
+ line: "Jaa LINEssä"
linkedin: "Jaa LinkedInissä"
pinterest: "Kiinnitä Pinterestiin"
reddit: "Lähetä Reddittiin"
diff --git a/i18n/fr.yaml b/i18n/fr.yaml
index 942b73b0..b780b09f 100644
--- a/i18n/fr.yaml
+++ b/i18n/fr.yaml
@@ -56,6 +56,7 @@ search:
sharing:
email: "Envoyer par email"
facebook: "Poster sur Facebook"
+ line: "Partager sur LINE"
linkedin: "Poster sur LinkedIn"
pinterest: "Poster sur Pinterest"
reddit: "Poster sur Reddit"
diff --git a/i18n/gl.yaml b/i18n/gl.yaml
index 70499290..ddc17a87 100644
--- a/i18n/gl.yaml
+++ b/i18n/gl.yaml
@@ -62,6 +62,7 @@ search:
sharing:
email: "Enviar vía email"
facebook: "Compartir en Facebook"
+ line: "Compartir en LINE"
linkedin: "Compartir en LinkedIn"
pinterest: "Pinear en Pinterest"
reddit: "Publicar en Reddit"
diff --git a/i18n/he.yaml b/i18n/he.yaml
index acbaed09..b0a18486 100644
--- a/i18n/he.yaml
+++ b/i18n/he.yaml
@@ -53,6 +53,7 @@ search:
sharing:
email: "שליחת אימייל"
facebook: "שיתוף בפייסבוק"
+ line: "שיתוף בליין"
linkedin: "שיתוף בלינקדאין"
pinterest: "שיתוף בפינטרסט"
reddit: "שליחה לרדיט"
diff --git a/i18n/hr.yaml b/i18n/hr.yaml
index 6217f01d..0f164e22 100644
--- a/i18n/hr.yaml
+++ b/i18n/hr.yaml
@@ -59,6 +59,7 @@ search:
sharing:
email: "Pošalji putem e-pošte"
facebook: "Podijeli na Facebook"
+ line: "Podijeli na LINE"
linkedin: "Podijeli na LinkedIn"
pinterest: "Podijeli na Pinterest"
reddit: "Objavi na Reddit"
diff --git a/i18n/hu.yaml b/i18n/hu.yaml
index a8eedcf5..170adfac 100644
--- a/i18n/hu.yaml
+++ b/i18n/hu.yaml
@@ -53,6 +53,7 @@ search:
sharing:
email: "Küldés emailben"
facebook: "Megosztás a Facebookon"
+ line: "Megosztás a LINE-on"
linkedin: "Megosztás a LinkedInen"
pinterest: "Megosztás a Pinteresten"
reddit: "Megosztás a Redditen"
diff --git a/i18n/id.yaml b/i18n/id.yaml
index c9a70dfc..70f8765d 100644
--- a/i18n/id.yaml
+++ b/i18n/id.yaml
@@ -59,6 +59,7 @@ search:
sharing:
email: "Kirim lewat surel"
facebook: "Bagikan ke Facebook"
+ line: "Bagikan ke LINE"
linkedin: "Bagikan ke LinkedIn"
pinterest: "Pin di Pinterest"
reddit: "Kirim ke Reddit"
diff --git a/i18n/it.yaml b/i18n/it.yaml
index 5ba0ef38..0e9d1a37 100644
--- a/i18n/it.yaml
+++ b/i18n/it.yaml
@@ -53,6 +53,7 @@ search:
sharing:
email: "Invia tramite email"
facebook: "Condividi su Facebook"
+ line: "Condividi su LINE"
linkedin: "Condividi su LinkedIn"
pinterest: "Pinna su Pinterest"
reddit: "Invia a Reddit"
diff --git a/i18n/ja.yaml b/i18n/ja.yaml
index 3aee355c..aa9754bd 100644
--- a/i18n/ja.yaml
+++ b/i18n/ja.yaml
@@ -62,6 +62,7 @@ search:
sharing:
email: " Eメールを送る"
facebook: "Facebookでシェアする"
+ line: "LINEでシェアする"
linkedin: "LinkedInでシェアする"
pinterest: "Pinterestでピンする"
reddit: "Redditに投稿する"
diff --git a/i18n/ko.yaml b/i18n/ko.yaml
index 44fce720..152e7b00 100644
--- a/i18n/ko.yaml
+++ b/i18n/ko.yaml
@@ -59,6 +59,7 @@ search:
sharing:
email: "이메일로 전송"
facebook: "Facebook에서 공유"
+ line: "LINE에 공유하기"
linkedin: "LinkedIn에서 공유"
pinterest: "Pinterest에 고정"
reddit: "Reddit에 게시"
diff --git a/i18n/nl.yaml b/i18n/nl.yaml
index adbcffb4..c8a3295d 100644
--- a/i18n/nl.yaml
+++ b/i18n/nl.yaml
@@ -62,6 +62,7 @@ search:
sharing:
email: "Delen via email"
facebook: "Delen op Facebook"
+ line: "Delen op LINE"
linkedin: "Delen op LinkedIn"
pinterest: "Delen op Pinterest"
reddit: "Indienen op Reddit"
diff --git a/i18n/pl.yaml b/i18n/pl.yaml
index fac04d53..65cafde8 100644
--- a/i18n/pl.yaml
+++ b/i18n/pl.yaml
@@ -59,6 +59,7 @@ search:
sharing:
email: "Wyślij jako email"
facebook: "Udostępnij na Facebooku"
+ line: "Udostępnij na LINE"
linkedin: "Udostępnij na LinkedInie"
pinterest: "Przypnij na Pinterest"
reddit: "Prześlij na Reddita"
diff --git a/i18n/pt-BR.yaml b/i18n/pt-BR.yaml
index 459b8b68..94e28414 100644
--- a/i18n/pt-BR.yaml
+++ b/i18n/pt-BR.yaml
@@ -56,6 +56,7 @@ search:
sharing:
email: "Enviar por email"
facebook: "Compartilhar pelo Facebook"
+ line: "Compartilhar pelo LINE"
linkedin: "Compartilhar pelo LinkedIn"
pinterest: "Pin no Pinterest"
reddit: "Postar no Reddit"
diff --git a/i18n/pt-PT.yaml b/i18n/pt-PT.yaml
index 0a0a4bed..bae868e9 100644
--- a/i18n/pt-PT.yaml
+++ b/i18n/pt-PT.yaml
@@ -56,6 +56,7 @@ search:
sharing:
email: "Partilhar por email"
facebook: "Partilhar pelo Facebook"
+ line: "Partilhar pelo LINE"
linkedin: "Partilhar pelo LinkedIn"
pinterest: "Partilhar no Pinterest"
reddit: "Partilhar no Reddit"
diff --git a/i18n/ro.yaml b/i18n/ro.yaml
index 71ab4f43..76216d52 100644
--- a/i18n/ro.yaml
+++ b/i18n/ro.yaml
@@ -53,6 +53,7 @@ search:
sharing:
email: "Trimite pe email"
facebook: "Postează pe Facebook"
+ line: "Postează LINE"
linkedin: "Postează LinkedIn"
pinterest: "Pune pe Pinterest"
reddit: "Postează pe Reddit"
diff --git a/i18n/ru.yaml b/i18n/ru.yaml
index f18b0cb8..db8b77cc 100644
--- a/i18n/ru.yaml
+++ b/i18n/ru.yaml
@@ -59,6 +59,7 @@ search:
sharing:
email: "Отправить по электронной почте"
facebook: "Поделиться через Facebook"
+ line: "Поделиться через LINE"
linkedin: "Поделиться через LinkedIn"
pinterest: "Добавить в Pinterest"
reddit: "Отправить в Reddit"
diff --git a/i18n/tr.yaml b/i18n/tr.yaml
index c3a762dd..d111833b 100644
--- a/i18n/tr.yaml
+++ b/i18n/tr.yaml
@@ -52,6 +52,7 @@ search:
sharing:
email: "Email ile gönder"
facebook: "Facebook'ta paylaş"
+ line: "LINE'da paylaş"
linkedin: "LinkedIn'te paylaş"
pinterest: "Pinterest'te pinle"
reddit: "Reddit'te gönder"
diff --git a/i18n/uk.yaml b/i18n/uk.yaml
index 74655910..c66e315b 100644
--- a/i18n/uk.yaml
+++ b/i18n/uk.yaml
@@ -66,6 +66,7 @@ search:
sharing:
email: "Надіслати електронною поштою"
facebook: "Поширити на Facebook"
+ line: "Поширити на LINE"
linkedin: "Поширити на LinkedIn"
pinterest: "Зберегти на Pinterest"
reddit: "Опублікувати на Reddit"
diff --git a/i18n/vi.yaml b/i18n/vi.yaml
index 9dae0947..b972303a 100644
--- a/i18n/vi.yaml
+++ b/i18n/vi.yaml
@@ -62,6 +62,7 @@ search:
sharing:
email: "Gửi qua email"
facebook: "Chia sẻ lên Facebook"
+ line: "Chia sẻ lên LINE"
linkedin: "Chia sẻ lên LinkedIn"
pinterest: "Ghim lên Pinterest"
reddit: "Gửi lên Reddit"
diff --git a/i18n/zh-CN.yaml b/i18n/zh-CN.yaml
index 737f9caf..020fac31 100644
--- a/i18n/zh-CN.yaml
+++ b/i18n/zh-CN.yaml
@@ -52,6 +52,7 @@ search:
sharing:
email: "通过电子邮件发送"
facebook: "分享到 Facebook"
+ line: "分享到 LINE"
linkedin: "分享到 LinkedIn"
pinterest: "钉到 Pinterest"
reddit: "提交到 Reddit"
diff --git a/i18n/zh-TW.yaml b/i18n/zh-TW.yaml
index 022fc586..8dda2b4a 100644
--- a/i18n/zh-TW.yaml
+++ b/i18n/zh-TW.yaml
@@ -52,6 +52,7 @@ search:
sharing:
email: "以電子郵件發送"
facebook: "分享到 Facebook"
+ line: "分享到 LINE"
linkedin: "分享到 LinkedIn"
pinterest: "釘到 Pinterest"
reddit: "發送到 Reddit"