i18n: add variables for footer translation
This commit is contained in:
+3
-3
@@ -32,7 +32,7 @@
|
||||
other = "#PAGES_COUNT pages (#TIME_SECONDS seconds)"
|
||||
|
||||
[footerBuiltWith]
|
||||
other = "Built with"
|
||||
|
||||
other = "Built with {{ .Generator }}"
|
||||
|
||||
[footerDesignedBy]
|
||||
other = "designed by"
|
||||
other = "Theme {{ .Theme }} designed by {{ .DesignedBy }}"
|
||||
+2
-2
@@ -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"
|
||||
other = "Thème {{ .Theme }} conçu par {{ .DesignedBy }}"
|
||||
Reference in New Issue
Block a user