From 6cc5349fd125d88344d0129a8dc87d7277a36b45 Mon Sep 17 00:00:00 2001 From: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com> Date: Mon, 13 Apr 2026 03:52:27 +0300 Subject: [PATCH] Clarify caption file naming conventions in documentation --- ui/v2.5/src/docs/en/Manual/Captions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/v2.5/src/docs/en/Manual/Captions.md b/ui/v2.5/src/docs/en/Manual/Captions.md index a575f915b..a92e8a7ea 100644 --- a/ui/v2.5/src/docs/en/Manual/Captions.md +++ b/ui/v2.5/src/docs/en/Manual/Captions.md @@ -8,10 +8,10 @@ Ensure the caption files follow these naming conventions: ## Scene -- {scene_file_name}.{language_code}.ext -- {scene_file_name}.ext +- {scene_file_name}.{language_code}.{ext} +- {scene_file_name}.{ext} -Where `{language_code}` is defined by the [ISO-6399-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) (2 letters) standard and `ext` is the file extension. Captions files without a language code will be labeled as Unknown in the video player but will work fine. +Where `{language_code}` is defined by the [ISO-6399-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) (2 letters) standard and `{ext}` is the file extension. Captions files without a language code will be labeled as Unknown in the video player but will work fine. Scenes with captions can be filtered with the `captions` criterion.