mirror of
https://github.com/fergalmoran/picard.git
synced 2025-12-28 04:07:36 +00:00
Add ability to use multiple translation locales:
- Add new `artist_locales` setting and remove old `artist_locale`. - Add new translation locales selector and ordering screen. - Cycle through selected translation locales until a match is found. - Update tests.
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
# Copyright (C) 2017, 2019 Laurent Monin
|
||||
# Copyright (C) 2018 Wieland Hoffmann
|
||||
# Copyright (C) 2018-2021 Philipp Wolfer
|
||||
# Copyright (C) 2021 Bob Swift
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU General Public License
|
||||
@@ -55,7 +56,7 @@ settings = {
|
||||
"standardize_instruments": True,
|
||||
"release_ars": True,
|
||||
"preferred_release_countries": [],
|
||||
"artist_locale": 'en',
|
||||
"artist_locales": ['en'],
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user