Skip to content
New issue

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

Fixed audio language chinese #2632

Merged
merged 1 commit into from
Aug 25, 2024
Merged

Conversation

anderson-oki
Copy link
Collaborator

@anderson-oki anderson-oki commented Aug 23, 2024

Description

Fix #2614

Chinese language in Bazarr have been replaced with Chinese Simplified they are technically are the same however we separate on the custom languages on Chinese Simplified and Chinese Traditional.

Radarr / Sonarr will send to us Chinese on the audio language and that's totally correct since the 2 types of chinese we separate are for writing only, and that also makes sense to us since we deal with Subtitles.

Since we rely on our languages, and use it to identify the code2 or code3, etc, the Chinese Language becomes orphan, and we are unable to proceed in a few operations that rely on the language code, so we identify it as Chinese Simplified.

As it is quite not correct to display Chinese Simplified as "Audio" since it is only for written, the display is corrected to show as Chinese only instead of Chinese Simplified.

An additional information is that we don't need to manually update the database records to correct it, but users experiencing issues should run or wait to the schedule of the Tasks Sync with Sonarr and Sync with Radarr.

@anderson-oki anderson-oki merged commit 4887066 into development Aug 25, 2024
2 checks passed
@anderson-oki anderson-oki deleted the fix/chinese-audio-language branch August 27, 2024 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants