feat(fixed-btns): add title for fixed buttons (#176)

This commit is contained in:
Dillon
2020-03-17 02:03:36 +08:00
committed by GitHub
parent 0ca8a4c85b
commit 80db783396
9 changed files with 53 additions and 29 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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 = "文章"