From 37b84cc6c8bf96621743b7d1e26a03518d01ba5c Mon Sep 17 00:00:00 2001 From: DShaw0004 <114005178+dshaw0004@users.noreply.github.com> Date: Thu, 24 Oct 2024 20:24:30 +0530 Subject: [PATCH] New fact added (#385) * new fact added in english new fact about orange cat is added to *eng-us.js* * new fact added in bengali new fact about orange cat is added to *ben-in.js*. It is so ironical that we don't say **orange cat** in bengali, we say **red cat**. --- src/models/localizations/ben-in.js | 1 + src/models/localizations/eng-us.js | 1 + 2 files changed, 2 insertions(+) diff --git a/src/models/localizations/ben-in.js b/src/models/localizations/ben-in.js index 81086f0..a083abe 100644 --- a/src/models/localizations/ben-in.js +++ b/src/models/localizations/ben-in.js @@ -105,6 +105,7 @@ const facts = [ "বিড়াল 33টি বিভিন্ন প্রজাতির বিলুপ্তিতে অবদান রেখেছে।", "বিড়াল বেঁচে থাকার জন্য সমুদ্রের জল পান করতে পারে ", // "Cheetahs communicate by purring and meowing like housecats, they cannot roar like big cats (e.g. lions).", + "৮০ শতাংশের বেশিই লাল বিড়ালেরা পুরুষ হয়।", ]; const langName = "bengali", diff --git a/src/models/localizations/eng-us.js b/src/models/localizations/eng-us.js index 7ca9d78..6a543c9 100644 --- a/src/models/localizations/eng-us.js +++ b/src/models/localizations/eng-us.js @@ -89,6 +89,7 @@ const facts = [ "Cats have contributed to the extinction of 33 different species.", "Cats can drink sea water in order to survive.", "Cheetahs communicate by purring and meowing like housecats, they cannot roar like big cats (e.g. lions).", + "80% of orange cats are male", ]; const langName = "english",