Téléversement initial
This commit is contained in:
41
i18n/ex.toml
Executable file
41
i18n/ex.toml
Executable file
@@ -0,0 +1,41 @@
|
||||
# Translations for French
|
||||
# https://gohugo.io/content-management/multilingual/#translation-of-strings
|
||||
|
||||
Feb = "Fev"
|
||||
|
||||
# Generic
|
||||
#
|
||||
[translations]
|
||||
other = "Traductions"
|
||||
|
||||
[postAvailable]
|
||||
other = "Aussi disponible en"
|
||||
|
||||
|
||||
# 404.html
|
||||
#
|
||||
[archives]
|
||||
other = "Les archives"
|
||||
|
||||
[home]
|
||||
other = "Accueil"
|
||||
|
||||
[notFound]
|
||||
other = "Oups, page non trouvée …"
|
||||
|
||||
|
||||
# posts/single.html
|
||||
#
|
||||
[readingTime]
|
||||
one = "Une minute"
|
||||
other = "{{ .Count }} minutes"
|
||||
|
||||
[tableOfContents]
|
||||
other = "Table des matières"
|
||||
|
||||
[wordCount]
|
||||
one = "Un Mot"
|
||||
other = "{{ .Count }} Mots"
|
||||
|
||||
[lastModified]
|
||||
other = "Mise à jour"
|
||||
12
i18n/fr.toml
Normal file
12
i18n/fr.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
[long_month_1]
|
||||
other = "janvier"
|
||||
|
||||
[short_month_1]
|
||||
other = "jan"
|
||||
|
||||
[long_month_2]
|
||||
other = "février"
|
||||
|
||||
[short_month_2]
|
||||
other = "Fev"
|
||||
Reference in New Issue
Block a user