We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae1b59c commit bc00159Copy full SHA for bc00159
config.toml
@@ -287,6 +287,18 @@ time_format_blog = "02.01.2006"
287
# A list of language codes to look for untranslated content, ordered from left to right.
288
language_alternatives = ["en"]
289
290
+[languages.pl]
291
+title = "Kubernetes"
292
+description = "Produkcyjny system zarządzania kontenerami"
293
+languageName = "Polski"
294
+weight = 13
295
+contentDir = "content/pl"
296
+
297
+[languages.pl.params]
298
+time_format_blog = "01.02.2006"
299
+# A list of language codes to look for untranslated content, ordered from left to right.
300
+language_alternatives = ["en"]
301
302
[languages.uk]
303
title = "Kubernetes"
304
description = "Довершена система оркестрації контейнерів"
0 commit comments