Unverified Commit 2817bb98 authored by Alexandr's avatar Alexandr Committed by GitHub
Browse files

fix: added russian into long locales (#614)

parent de8df72b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -128,7 +128,7 @@ const renderStatsCard = (stats = {}, options = { hide: [] }) => {
    },
  };

  const isLongLocale = ["fr", "pt-br", "es"].includes(locale) === true;
  const isLongLocale = ["fr", "pt-br", "es", "ru"].includes(locale) === true;

  // filter out hidden stats defined by user & create the text nodes
  const statItems = Object.keys(STATS)