Add russian localization (#574)

* this is test localization to russian language

i didnt translate string
  "disable_lbry": "Disable LBRY for Streaming",
because i dont fully understand what this option does. i opt-in and opt-out this option on videos that have copies on LBRY but nothing changes.

* Add russian to language selector.

Co-authored-by: FireMaskterK <20838718+FireMasterK@users.noreply.github.com>
This commit is contained in:
poleznosti
2021-10-31 21:47:24 +03:00
committed by GitHub
parent e3df414cdb
commit dc3aae8eb5
2 changed files with 93 additions and 0 deletions

View File

@@ -266,6 +266,7 @@ export default {
{ code: "ml", name: "മലയാളം" },
{ code: "nb_NO", name: "Norwegian Bokmål" },
{ code: "pl", name: "polski" },
{ code: "ru", name: "русский" },
{ code: "tr", name: "Türkçe" },
{ code: "zh_Hant", name: "繁體中文" },
{ code: "zh_Hans", name: "简体中文" },