From 069d4047d7f9f2b2f4db2825500a6b5fae599619 Mon Sep 17 00:00:00 2001 From: Drini Cami Date: Tue, 5 Apr 2022 16:34:58 +0000 Subject: [PATCH] Croatian now passes validation! * Add hr to validation list to keep it that way * Fix small validation error --- Makefile | 2 +- openlibrary/i18n/hr/messages.po | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a68ff2d89bf..4c163c8530f 100644 --- a/Makefile +++ b/Makefile @@ -78,7 +78,7 @@ test-py: test-i18n: # Valid locale codes should be added as arguments to validate - $(PYTHON) ./scripts/i18n-messages validate de es fr ja zh + $(PYTHON) ./scripts/i18n-messages validate de es fr hr ja zh test: make test-py && npm run test && make test-i18n diff --git a/openlibrary/i18n/hr/messages.po b/openlibrary/i18n/hr/messages.po index ca4f76ae4db..23272089716 100644 --- a/openlibrary/i18n/hr/messages.po +++ b/openlibrary/i18n/hr/messages.po @@ -3516,7 +3516,7 @@ msgstr "od %(owner)s" #, python-format msgid "1 item" msgid_plural "%(count)d items" -msgstr[0] "%(count)d element" +msgstr[0] "1 element" msgstr[1] "%(count)d elementa" msgstr[2] "%(count)d elemenata"