Skip to content

Commit

Permalink
feat(translations): add Russian translation (#661)
Browse files Browse the repository at this point in the history
* Readability changes in README.md (#625)

* Made README.md introduction more readable

* Underlined important reminder in README.md

even though the reminder is bold, it's not visible enough

* small typo fix README.md

removed an unnecesary comma

* Russian translation added

---------

Co-authored-by: MerkomassDev <[email protected]>
Co-authored-by: Kingkor Roy Tirtho <[email protected]>
  • Loading branch information
3 people authored Aug 26, 2023
1 parent 179d536 commit e9a0911
Show file tree
Hide file tree
Showing 4 changed files with 271 additions and 7 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<div align="center">
<img width="600" src="assets/spotube_banner.png" alt="Spotube Logo">

An open source, cross-platform Spotify client that doesn't require Premium nor uses Electron!<br />
That uses Spotify's data/discovery API and YouTube (or Piped.video) as audio source
An open source, cross-platform Spotify client compatible across multiple platforms<br />
utilizing Spotify's data API and YouTube (or Piped.video) as an audio source,<br />
eliminating the need for Spotify Premium and Electron.

<a href="https://spotube.netlify.app"><img alt="Visit the website" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/documentation/website_vector.svg"></a>
<a href="https://discord.gg/uJ94vxB6vg"><img alt="Discord Server" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/social/discord-plural_vector.svg"></a>
Expand Down Expand Up @@ -37,7 +38,7 @@

### ❌ Unsupported features

- 🗣️ **Spotify Shows & Podcasts:** Shows and Podcasts can **never be supported** because the audio tracks are _only_ available on Spotify and accessing them would require Spotify Premium.
- 🗣️ **Spotify Shows & Podcasts:** Shows and Podcasts can <ins>**never be supported**</ins> because the audio tracks are _only_ available on Spotify and accessing them would require Spotify Premium.
- 🎧 **Spotify Listen Along:** [Coming soon!](https://github.com/KRTirtho/spotube/issues/8)

## 📜 ⬇️ Installation guide
Expand Down
8 changes: 4 additions & 4 deletions lib/collections/language_codes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -540,10 +540,10 @@ abstract class LanguageLocals {
// name: "Romanian, Moldavian, Moldovan",
// nativeName: "română",
// ),
// "ru": const ISOLanguageName(
// name: "Russian",
// nativeName: "русский язык",
// ),
"ru": const ISOLanguageName(
name: "Russian",
nativeName: "русский язык",
),
// "sa": const ISOLanguageName(
// name: "Sanskrit (Saṁskṛta)",
// nativeName: "संस्कृतम्",
Expand Down
Loading

1 comment on commit e9a0911

@ildar
Copy link

@ildar ildar commented on e9a0911 Oct 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Будующий" ?? 🤦🏻‍
В данном случае правильный перевод: "Продвигаемые"

Please sign in to comment.