dillonzq / LoveIt

❤️A clean, elegant but advanced blog theme for Hugo 一个简洁、优雅且高效的 Hugo 主题
https://hugoloveit.com
MIT License
3.35k stars 1.07k forks source link

[FEATURE] Social icon title translation #788

Open airsiena opened 1 year ago

airsiena commented 1 year ago

I would like it to be possible to translate the Title value of some social icons inside assets/data/social.yml.

Specifically I am referring to the Phone icon and its Title that I would like to be able to translate into other languages and also other custom icons that I have added to my site, for which I would like to translate the corresponding Title: value.

For example, I added an icon in assets/data/social.yml for the address and I would like to be able to use some kind of code like this:

# Address
address:
  Weight: 200
  Template: https://maps.apple.com/?q=%v
  Title: {{ i18n "address" }}
  Icon:
    Class: fas fa-building fa-fw