Skip to content
Compare
Choose a tag to compare
@bodrovis bodrovis released this 21 Feb 15:06
· 3 commits to main since this release

Add file_ext optional parameter to further customize file searching process:

  • file_ext — Custom file extension to use when searching for translation files (without leading dot). By default, the extension is inferred from the file_format value. However, for certain formats (e.g., json_structured), the downloaded files may still have a generic extension (e.g., .json). In such cases, this parameter allows specifying the correct extension manually to ensure proper file matching. This parameter has no effect when the name_pattern is provided.