From 92e70ee37570f06385517444755560b49fff0b80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Miech?= Date: Sat, 30 Jan 2021 11:22:23 +0100 Subject: Add Polish language support --- i18n/pl.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 i18n/pl.toml (limited to 'i18n') diff --git a/i18n/pl.toml b/i18n/pl.toml new file mode 100644 index 0000000..44b5ffa --- /dev/null +++ b/i18n/pl.toml @@ -0,0 +1,11 @@ +[writtenBy] +other = "Autor" + +[on] +other = "opublikowano" + +[generator] +other = "Made with Hugo using the Tale theme." + +[publishdate] +other = "{{ .PublishDate.Day }}. {{ index $.Site.Data.months_pl (printf \"%d\" .PublishDate.Month) }} {{ .PublishDate.Year }}" -- cgit v1.2.3