Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matcornic/hugo-theme-learn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authormatcornic <mathieu.cornic@gmail.com>2017-08-20 23:29:22 +0300
committermatcornic <mathieu.cornic@gmail.com>2017-08-21 00:44:33 +0300
commit3465ef756fee3ada3384c1208d94155df4c43540 (patch)
treecd9439ffcb3dae34d36a27b27bb2af168b3cab73 /i18n
parent9007ec858dfa1f6d68b873d763c5ea661227de97 (diff)
i18n of expand shortcode
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml5
-rw-r--r--i18n/fr.toml7
2 files changed, 9 insertions, 3 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index 6c952fb..118345f 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -20,4 +20,7 @@ other = "Go to homepage"
other = "Edit this page"
[Shortcuts-Title]
-other = "More" \ No newline at end of file
+other = "More"
+
+[Expand-title]
+other = "Expand me..." \ No newline at end of file
diff --git a/i18n/fr.toml b/i18n/fr.toml
index 6937c46..106f20d 100644
--- a/i18n/fr.toml
+++ b/i18n/fr.toml
@@ -5,7 +5,7 @@ other = "Rechercher..."
other = "Supprimer l'historique"
[Attachments-label]
-other = "Documents joints"
+other = "Pièces jointes"
[title-404]
other = "Erreur"
@@ -20,4 +20,7 @@ other = "Vers la page d'accueil"
other = "Modifier la page"
[Shortcuts-Title]
-other = "Aller plus loin" \ No newline at end of file
+other = "Aller plus loin"
+
+[Expand-title]
+other = "Déroulez-moi..." \ No newline at end of file