From c1ac9ea142cf44550b8b2697032c982278b6764f Mon Sep 17 00:00:00 2001 From: kropka Date: Thu, 16 Jul 2026 17:24:38 +0200 Subject: [PATCH] =?UTF-8?q?doda=C5=82em=20polski=20do=20indeksu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webroot/blah/index.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webroot/blah/index.json b/webroot/blah/index.json index 4571bb39..ecf850c2 100644 --- a/webroot/blah/index.json +++ b/webroot/blah/index.json @@ -1,4 +1,5 @@ { "en-us": { "english": "English (US)", "native": "English (US)" }, - "en-cat": { "english": "English (Cat)", "native": "Meowlish" } + "en-cat": { "english": "English (Cat)", "native": "Meowlish" }, + "pl-pl": { "english": "Polish", "native": "Polski" } }