Upgrading (where practical) to I18n component, rather than i18n function so we can useSelector for language pref

This commit is contained in:
James Barnsley
2022-09-29 10:39:19 +13:00
parent 6d6a2b4f24
commit 875072dea8
20 changed files with 105 additions and 13719 deletions

View File

@ -3,7 +3,7 @@ import pathlib
from mopidy import config, ext
__version__ = "3.64.1"
__version__ = "3.65.0"
logger = logging.getLogger(__name__)