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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorRobert J <chew-z@users.noreply.github.com>2019-01-25 17:31:09 +0300
committerHanzei <16541325+hanzei@users.noreply.github.com>2019-01-25 17:31:09 +0300
commit9b495484672135b25a58cfa7b7fd9d3107f47f62 (patch)
treedb8c49b8ba9f3844bfdba7767e2ce3e6d48ec71c /i18n
parent5bba25cd1667edaa8da42919ab5bdc6e5870ed42 (diff)
CORS and Polish lang (#126)
I propose adding `crossorigin=anonymous` for signed stylesheets to allow for CORS policy. Practical example - I keep my web page in S3 bucket and redirect both naked domain and www domain into the same bucket (this is rare scenario - most people duplicate buckets). So I had to enable CORS like in [this article](https://medium.com/@Keithweaver_/only-allowing-access-to-your-s3-bucket-via-your-website-5ca5c8546152) However CORS cannot be used without crossorigin=anonymous set. (explained [here](https://stackoverflow.com/questions/32039568/what-are-the-integrity-and-crossorigin-attributes) Also added pl.toml for Polish language.
Diffstat (limited to 'i18n')
-rw-r--r--i18n/pl.toml25
1 files changed, 25 insertions, 0 deletions
diff --git a/i18n/pl.toml b/i18n/pl.toml
new file mode 100644
index 0000000..d344b2c
--- /dev/null
+++ b/i18n/pl.toml
@@ -0,0 +1,25 @@
+[404_title]
+ other = "404"
+[404_description]
+ other = "Oops! Ta strona nie istnieje! Albo trafiłeś na błąd {{ with .Site.Params.email }} (w takim wypadku, [powiadom mnie](mailto:{{ . }}) ) {{ end }} albo próbujesz wejść na stronę, której nie ma."
+[index_projects_allProjects]
+ other = "Wszystkie projekty"
+[index_blog_latestPosts]
+ other = "Ostatnie posty"
+[index_blog_allPosts]
+ other = "Wszystkie posty"
+[index_blog_readMore]
+ other = "Więcej"
+[index_currentTime]
+ other = "Mój lokalny czas to"
+[nav_backToSection]
+ other = "Wróć do {{ .Title }}"
+[nav_main]
+ other = "główna"
+[blog_readingTime]
+ one = "{{ .Count }} minut"
+ other = "{{ .Count }} minut"
+[blog_shareThis]
+ other = "Podziel się"
+[footer_text]
+ other = "[**Introduction**](https://github.com/vickylai/hugo-theme-introduction/) szablon dla [Hugo](http://gohugo.io/). Stworzony z [<i class=\"fa fa-heart\"></i> i <i class=\"fa fa-coffee\"></i>](https://vickylai.com) przez społeczność open source."