mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Add new zh-tw localizations & move non-legacy localization keys (#1693)
* Add new localizations & move non-legacy localization keys Signed-off-by: Still Hsu <dev@stillu.cc> * Fix sv-SE localization keys Signed-off-by: Still Hsu <dev@stillu.cc> * Fix duplicated key * Add missing internationalisation Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
@@ -735,11 +735,15 @@ export const SettingsConfigurationPanel: React.FC = () => {
|
||||
<Form.Check
|
||||
id="preview-include-audio"
|
||||
checked={previewAudio}
|
||||
label="Include audio"
|
||||
label={intl.formatMessage({
|
||||
id: "config.general.include_audio_head",
|
||||
})}
|
||||
onChange={() => setPreviewAudio(!previewAudio)}
|
||||
/>
|
||||
<Form.Text className="text-muted">
|
||||
Includes audio stream when generating previews.
|
||||
{intl.formatMessage({
|
||||
id: "config.general.include_audio_desc",
|
||||
})}
|
||||
</Form.Text>
|
||||
</Form.Group>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user