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

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorJimmy Cai <jimmehcai@gmail.com>2020-11-28 14:29:43 +0300
committerJimmy Cai <jimmehcai@gmail.com>2020-11-28 14:29:43 +0300
commit81c0b1ba9cc961fa1b2a8b121e2f9c803c4eb71c (patch)
tree1424190709b1ee4c47196423b060a3e45f68f3ef /i18n
parent50b3ed18e30287e3ac746bdd99f15f63d12b5ced (diff)
i18n: add variables for footer translation
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml6
-rw-r--r--i18n/fr.toml4
2 files changed, 5 insertions, 5 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index 9df0c1d..1a7e1c8 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -32,7 +32,7 @@
other = "#PAGES_COUNT pages (#TIME_SECONDS seconds)"
[footerBuiltWith]
- other = "Built with"
-
+ other = "Built with {{ .Generator }}"
+
[footerDesignedBy]
- other = "designed by" \ No newline at end of file
+ other = "Theme {{ .Theme }} designed by {{ .DesignedBy }}" \ No newline at end of file
diff --git a/i18n/fr.toml b/i18n/fr.toml
index 8e33004..03c4efa 100644
--- a/i18n/fr.toml
+++ b/i18n/fr.toml
@@ -32,7 +32,7 @@
other = "#PAGES_COUNT pages (#TIME_SECONDS secondes)"
[footerBuiltWith]
- other = "Généré avec"
+ other = "Généré avec {{ .Generator }}"
[footerDesignedBy]
- other = "conçu par" \ No newline at end of file
+ other = "Thème {{ .Theme }} conçu par {{ .DesignedBy }}" \ No newline at end of file