mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-26 22:56:23 -04:00
@@ -12,7 +12,7 @@ function getDisplayName(code: string) {
|
||||
: null;
|
||||
}
|
||||
|
||||
const useLanguage = () => {
|
||||
export const useLanguage = () => {
|
||||
return useApiQuery<LanguageResponse>({
|
||||
path: '/localization/language',
|
||||
queryOptions: {
|
||||
|
||||
Reference in New Issue
Block a user