diff options
author | amzrk2 | 2020-04-29 08:06:38 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-29 08:06:38 +0800 |
commit | b1cd11236acae1cadaf7f7ebaabb0fbdf0c11b57 (patch) | |
tree | 448c66e0f765c1eb7e71990bf225bc3ab9216884 | |
parent | 51ebb46c9938a286e9196ba2456a1f1dfc16a98f (diff) | |
download | hugo-theme-fuji-b1cd11236acae1cadaf7f7ebaabb0fbdf0c11b57.tar.gz hugo-theme-fuji-b1cd11236acae1cadaf7f7ebaabb0fbdf0c11b57.tar.bz2 hugo-theme-fuji-b1cd11236acae1cadaf7f7ebaabb0fbdf0c11b57.zip |
Update nl translation
-rw-r--r-- | exampleSite/config.toml | 2 | ||||
-rw-r--r-- | i18n/nl.toml | 50 |
2 files changed, 51 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 8a28bfc..76f5131 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -7,7 +7,7 @@ enableRobotsTXT = true disableKinds = ["RSS", "taxonomyTerm"] ## Change this two to switch between different language -## Now support: en, zh-hans, zh-hant, ja +## Now support: en, zh-hans, zh-hant, ja, nl defaultContentLanguage = "en" languageCode = "en" diff --git a/i18n/nl.toml b/i18n/nl.toml new file mode 100644 index 0000000..7366e87 --- /dev/null +++ b/i18n/nl.toml @@ -0,0 +1,50 @@ +[sidebarToc] + other = "Inhoud" + +[sidebarPages] + other = "Pagina's" + +[sidebarTags] + other = "Tags" + +[sidebarLinks] + other = "Links" + +[sidebarBangumiChart] + other = "Bangumi" + +[footerPoweredFront] + other = "Powered by " + +[footerPoweredEnd] + other = " " + +[postMetaNoTag] + other = "Geen Tags" + +[postMetaWordCount] + other = " woorden" + +[postCopyrightFront] + other = "Tenzij anders vermeld is de inhoud van deze site eigendom van " + +[postCopyrightEnd] + other = "." + +[postCommentLoading] + other = "Commentaren worden geladen..." + +[postCommentLoadingFailed] + other = "Commentaren konden niet geladen worden." + +[archivesTotalPages] + other = "Totaal aantal posts: " + +[tagsCurrentTag] + other = "Alle posts met de tag {{ .Title }}: " + +[webpCheckerFront] + other = "Uw huidige browser ondersteund deze pagina niet " + +[webpCheckerEnd] + other = " afbeeldingen"
\ No newline at end of file |