mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 06:59:24 +02:00
Resolve "i18n fixes for 0.20"
This commit is contained in:
parent
6cee546391
commit
2cdc8fa63a
79 changed files with 2960 additions and 8736 deletions
|
@ -97,7 +97,7 @@ export default {
|
|||
},
|
||||
title () {
|
||||
if (this.playable) {
|
||||
return this.$pgettext('*/Queue/Button/Title', 'More…')
|
||||
return this.$pgettext('*/*/Button.Label/Noun', 'More…')
|
||||
} else {
|
||||
if (this.track) {
|
||||
return this.$pgettext('*/Queue/Button/Title', 'This track is not available in any library you have access to')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue