We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Because in #293 changes translate language recording object from Object(And use it's language code as comparing prefer language) to CultureInfo.
Object
CultureInfo
So might need to deal the case :
config.GetBindable<CultureInfo>(KaraokeRulesetSetting.PreferLanguage)
Need to think about how to deal with save/load from database.
The text was updated successfully, but these errors were encountered:
This issue can wait until #283 because now PreferLanguage is not working.
PreferLanguage
Sorry, something went wrong.
This issue can be closed due to implemented.
No branches or pull requests
Because in #293 changes translate language recording object from
Object
(And use it's language code as comparing prefer language) toCultureInfo
.So might need to deal the case :
Need to think about how to deal with save/load from database.
The text was updated successfully, but these errors were encountered: