feat(fixed-btns): add title for fixed buttons (#176)
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
# Translations for English
|
||||
# https://gohugo.io/content-management/multilingual/#translation-of-strings
|
||||
|
||||
# === baseof ==
|
||||
[backToTop]
|
||||
other = "Back to Top"
|
||||
|
||||
[viewComments]
|
||||
other = "View Comments"
|
||||
# === baseof ==
|
||||
|
||||
# === Post ===
|
||||
[posts]
|
||||
other = "Posts"
|
||||
|
||||
@@ -1,6 +1,14 @@
|
||||
# Translations for French
|
||||
# https://gohugo.io/content-management/multilingual/#translation-of-strings
|
||||
|
||||
# === baseof ==
|
||||
[backToTop]
|
||||
other = "Retour en Haut"
|
||||
|
||||
[viewComments]
|
||||
other = "Afficher les Commentaires"
|
||||
# === baseof ==
|
||||
|
||||
# === Post ===
|
||||
[posts]
|
||||
other = "Posts"
|
||||
|
||||
@@ -1,6 +1,14 @@
|
||||
# Translations for Simplified Chinese
|
||||
# https://gohugo.io/content-management/multilingual/#translation-of-strings
|
||||
|
||||
# === baseof ==
|
||||
[backToTop]
|
||||
other = "回到顶部"
|
||||
|
||||
[viewComments]
|
||||
other = "查看评论"
|
||||
# === baseof ==
|
||||
|
||||
# === Post ===
|
||||
[posts]
|
||||
other = "文章"
|
||||
|
||||
Reference in New Issue
Block a user