Skip to content

Commit

Permalink
feat: add support for website (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Apr 27, 2024
1 parent 03a8fd8 commit 13cd599
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 0 deletions.
3 changes: 3 additions & 0 deletions i18n/de.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ other = "Tumblr"
[social_twitter]
other = "Twitter"

[social_website]
other = "Website"

[social_xing]
other = "XING"

Expand Down
3 changes: 3 additions & 0 deletions i18n/en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ other = "Tumblr"
[social_twitter]
other = "Twitter"

[social_website]
other = "Website"

[social_xing]
other = "XING"

Expand Down
3 changes: 3 additions & 0 deletions i18n/ko.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ other = "Tumblr"
[social_twitter]
other = "Twitter"

[social_website]
other = "Website"

[social_xing]
other = "XING"

Expand Down
3 changes: 3 additions & 0 deletions i18n/ms.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ other = "Tumblr"
[social_twitter]
other = "Twitter"

[social_website]
other = "Website"

[social_xing]
other = "XING"

Expand Down
3 changes: 3 additions & 0 deletions i18n/pt-br.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ other = "Tumblr"
[social_twitter]
other = "Twitter"

[social_website]
other = "Website"

[social_xing]
other = "XING"

Expand Down
3 changes: 3 additions & 0 deletions i18n/ru.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ other = "Tumblr"
[social_twitter]
other = "Твиттер"

[social_website]
other = "Website"

[social_xing]
other = "XING"

Expand Down
3 changes: 3 additions & 0 deletions i18n/zh-hans.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ other = "Tumblr"
[social_twitter]
other = "推特"

[social_website]
other = "网站"

[social_xing]
other = "XING"

Expand Down
3 changes: 3 additions & 0 deletions i18n/zh-hant.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ other = "Tumblr"
[social_twitter]
other = "推特"

[social_website]
other = "網站"

[social_xing]
other = "XING"

Expand Down
1 change: 1 addition & 0 deletions layouts/partials/hb/modules/socials/link.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"tiktok" (dict "url" "https://www.tiktok.com/@%s")
"tumblr" (dict "url" "https://%s.tumblr.com")
"twitter" (dict "url" "https://twitter.com/%s" "color" "#1d9bf0")
"website" (dict "url" "%s" "icon" "globe" "iconVendor" "bootstrap")
"xing" (dict "url" "https://www.xing.com/profile/%s")
"youtube" (dict "url" "https://www.youtube.com/channel/%s" "color" "#ff0000")
"zhihu" (dict "url" "https://www.zhihu.com/people/%s" "color" "#056de8")
Expand Down

0 comments on commit 13cd599

Please sign in to comment.