implemented i18n on sidebar, added language setting in settings

This commit is contained in:
booploops 2022-01-24 01:34:09 -08:00
parent 9386527907
commit dd97dd4ccb
11 changed files with 69 additions and 22 deletions

View file

@ -25,6 +25,9 @@
"term.queue": "Queue",
"term.search": "Search",
"term.library": "Library",
"term.listenNow": "Listen Now",
"term.browse": "Browse",
"term.radio": "Radio",
"term.recentlyAdded": "Recently Added",
"term.songs": "Songs",
"term.albums": "Albums",
@ -171,5 +174,5 @@
// Web Remote
"remote.web.title": "Cider Remote",
"remote.web.description": "Scan the QR code to pair your phone up with this Cider instance",
"remote.web.description": "Scan the QR code to pair your phone up with this Cider instance"
}