Skip to content

Commit

Permalink
Add French translation (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienChd authored and EmielH committed Jun 18, 2019
1 parent c962c8b commit ea392d3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions i18n/fr.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[posts]
other = "Articles"

[about]
other = "À propos"

[writtenBy]
other = "Écrit par"

[on]
other = "le"

[generator]
other = "Fait avec <a href='https://gohugo.io'>Hugo</a>, à partir du thème <a href='https://github.com/EmielH/tale-hugo/'>Tale</a>."

[publishdate]
other = "{{ .PublishDate.Day }} {{ index $.Site.Data.months_fr (printf \"%d\" .PublishDate.Month) }} {{ .PublishDate.Year }}"

0 comments on commit ea392d3

Please sign in to comment.