From d46ca9b53a9602337c418a36d15d06cdddb4a975 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 24 Jul 2025 15:08:13 +0200 Subject: [PATCH] Fix broken translation --- client/src/locale/angular.pl-PL.xlf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/locale/angular.pl-PL.xlf b/client/src/locale/angular.pl-PL.xlf index 71171e61d..da88fd30d 100644 --- a/client/src/locale/angular.pl-PL.xlf +++ b/client/src/locale/angular.pl-PL.xlf @@ -1040,7 +1040,7 @@ {VAR_PLURAL, plural, =1 {1 viewer} other { viewers}} - {VAR_PLURAL, plural, =1 {1 oglądający(-a)} few { oglądających} many { oglądających} other { oglądających}} + {VAR_PLURAL, plural, =1 {1 oglądający(-a)} few { oglądających} many { oglądających} other { oglądających}} src/app/shared/shared-video/video-views-counter.component.html 4