Skip to content

Add an option that will only download 100% translated/reviewed languages #313

@Sopor

Description

@Sopor

If i only want to download a language that is 100% translated and 100% reviewed there is no option for that. In the config file i can add minimum_perc = 100 but that will download even if it is 0% reviewed. So if a language is translated to 100% but not reviewed it will download the language file.

I have tried with --mode onlyreviewed, but it will still download all languages, but it will leave non reviewed strings empty.

Here are the different modes i can use and none of them suits my need:

  • translator: The files will be suitable for offline translation. Equivalent to the web app's option "Download file to translate" (for_translation).

  • reviewed: The files will include reviewed strings in the translation language. All other strings will either be empty or in the source language depending on the file format.

  • onlytranslated: The files will include the translated strings. The untranslated ones will be left empty.

  • onlyreviewed: The files will only include reviewed strings. The rest of the strings will be returned empty regardless of if they’re translated or not.

So could you add an option that will download the language file only if it is 100% translated and 100% reviewed?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions