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",