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

github.com/amzrk2/hugo-theme-fuji.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDSRKafuU <dsrkafuu@outlook.com>2021-03-19 15:02:51 +0300
committerGitHub <noreply@github.com>2021-03-19 15:02:51 +0300
commit867592189ef2ded15f85ca547e150dcc196df507 (patch)
treecf92091a89d283dcdef181464da70cfadb2b1ce8
parentf1266a27279cfc6839453737fcf660ac59262105 (diff)
parentde3892ce29275ba0b33b91ce6385355aae2e6afb (diff)
feat(lang): Polish language support
Merge pull request #74 from devercises/i18n-polish
-rw-r--r--exampleSite/config.toml2
-rw-r--r--i18n/pl.toml55
2 files changed, 56 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index bfcfe94..1de2eae 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -10,7 +10,7 @@ ignoreErrors = ["error-disable-taxonomy"]
## Change this two to switch between different language
languageCode = "en" # For RSS, view https://www.rssboard.org/rss-language-codes
-defaultContentLanguage = "en" # For HTML page, now support: en, zh-hans, zh-hant, ja, nl
+defaultContentLanguage = "en" # For HTML page, now support: en, zh-hans, zh-hant, ja, nl, pl
summaryLength = 100 # Custom summary length, add <!--more--> in post file to custom split point
paginate = 10
diff --git a/i18n/pl.toml b/i18n/pl.toml
new file mode 100644
index 0000000..3afda23
--- /dev/null
+++ b/i18n/pl.toml
@@ -0,0 +1,55 @@
+[sidebarToc]
+ other = "Spis Treści"
+
+[sidebarPages]
+ other = "Strony"
+
+[sidebarTags]
+ other = "Tagi"
+
+[sidebarLinks]
+ other = "Linki"
+
+[sidebarBangumiChart]
+ other = "Bangumi"
+
+[footerPoweredFront]
+ other = "Wspierane Przez "
+
+[footerPoweredEnd]
+ other = " "
+
+[postMetaNoTag]
+ other = "Bez Tagu"
+
+[postMetaWordCount]
+ one = "{{.Count}} słowo"
+ other = "{{.Count}} słowa"
+
+[postMetaReadingTime]
+ one = "{{.Count}} minuta"
+ other = "{{.Count}} minut"
+
+[postCopyrightFront]
+ other = "O ile nie zaznaczono inaczej, zawartość tej witryny jest objęta licencją "
+
+[postCopyrightEnd]
+ other = "."
+
+[postComment]
+ other = "wczytaj komentarze"
+
+[archivesTotalPages]
+ other = "Wszystkie posty: "
+
+[tagsCurrentTag]
+ other = "Posty z tagiem {{ .Title }}: "
+
+[searchSuccess]
+ other = "[NUM] wyników ([TIME] milisekund)"
+
+[searchNotFound]
+ other = "Nieznaleziono wyników"
+
+[searchFailed]
+ other = "Nieudało się znaleźć pliku index" \ No newline at end of file