From 6492bd8b0c42e5632d2be61760e24d1dae245895 Mon Sep 17 00:00:00 2001 From: Vlad Loktionov Date: Sun, 5 Feb 2023 16:30:49 +0300 Subject: [PATCH] fix language names in lower case --- src/util/constants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util/constants.js b/src/util/constants.js index cda44faa..de7895e9 100644 --- a/src/util/constants.js +++ b/src/util/constants.js @@ -22,9 +22,9 @@ export const langNames = { nn: 'Norsk (nynorsk)', pl: 'Polski', pt: 'Português', - pt_BR: 'português do Brasil', + pt_BR: 'Português do Brasil', fi: 'Suomi', - ru: 'русский', + ru: 'Русский', // sr: 'Cрпски', tr: 'Türkçe', vi: 'Tiếng Việt',