Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
funkwhale
Funkwhale Android
Commits
45ef5eb1
Verified
Commit
45ef5eb1
authored
Mar 04, 2022
by
Ryan Harg
Browse files
Fix linting errors
parent
b6f0afc5
Pipeline
#19601
passed with stages
in 14 minutes and 32 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/audio/funkwhale/ffa/repositories/PlaylistsRepository.kt
View file @
45ef5eb1
...
...
@@ -124,7 +124,7 @@ class ManagementPlaylistsRepository(override val context: Context?) :
.
awaitByteArrayResponseResult
()
}
else
{
throw
IllegalStateException
(
"Illegal state: context is null"
)
}
}
}
fun
move
(
id
:
Int
,
from
:
Int
,
to
:
Int
)
{
...
...
app/src/main/res/values-fr/strings.xml
View file @
45ef5eb1
...
...
@@ -75,6 +75,7 @@
<plurals
name=
"album_count"
>
<item
quantity=
"one"
>
%d album
</item>
<item
quantity=
"other"
>
%d albums
</item>
<item
quantity=
"many"
>
Beaucoup albums
</item>
</plurals>
<string
name=
"alt_app_logo"
>
Logo de l\'application
</string>
<string
name=
"alt_artist_art"
>
Image de l\'artiste
</string>
...
...
@@ -109,6 +110,7 @@
<plurals
name=
"playlist_description"
>
<item
quantity=
"one"
>
%1$d piste • %2$s
</item>
<item
quantity=
"other"
>
%1$d pistes • %2$s
</item>
<item
quantity=
"many"
>
Beaucoup pistes • %1$s
</item>
</plurals>
<string
name=
"playlist_add_to"
>
Ajouter à une playlist
</string>
<string
name=
"playlist_add_to_new"
>
Nouvelle playlist…
</string>
...
...
@@ -121,6 +123,7 @@
<plurals
name=
"downloads_description"
>
<item
quantity=
"one"
>
Téléchargement de %1$d piste
</item>
<item
quantity=
"other"
>
Téléchargement de %1$d pistes
</item>
<item
quantity=
"many"
>
Téléchargement de beaucoup pistes
</item>
</plurals>
<string
name=
"login_error_funkwhale_not_found"
>
Aucun pod Funkwhale trouvé
</string>
<string
name=
"login_error"
>
Connexion échouée : %s
</string>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment