Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/components/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 14,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "Dangerous Quest!",
            "slug": "dangerous-quest",
            "id": 3,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 66,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "https://hive.bgforge.net/languages/en/",
                "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Fallout",
                "slug": "fallout",
                "id": 13,
                "web": "https://forums.bgforge.net/viewforum.php?f=9",
                "web_url": "https://hive.bgforge.net/projects/fallout/",
                "url": "https://hive.bgforge.net/api/projects/fallout/?format=api",
                "components_list_url": "https://hive.bgforge.net/api/projects/fallout/components/?format=api",
                "repository_url": "https://hive.bgforge.net/api/projects/fallout/repository/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/projects/fallout/statistics/?format=api",
                "changes_list_url": "https://hive.bgforge.net/api/projects/fallout/changes/?format=api",
                "languages_url": "https://hive.bgforge.net/api/projects/fallout/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "https://forums.bgforge.net/viewtopic.php?f=9&t=25",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "[email protected]:BGforgeNet/f2-dquest.git",
            "git_export": "https://hive.bgforge.net/git/fallout/dangerous-quest/",
            "branch": "master",
            "push_branch": "",
            "filemask": "data/text/po/*.po",
            "template": "",
            "edit_template": false,
            "intermediate": "",
            "new_base": "data/text/po/english.pot",
            "file_format": "po",
            "license": "CC-BY-NC-SA-4.0",
            "license_url": "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html",
            "agreement": "",
            "web_url": "https://hive.bgforge.net/projects/fallout/dangerous-quest/",
            "url": "https://hive.bgforge.net/api/components/fallout/dangerous-quest/?format=api",
            "repository_url": "https://hive.bgforge.net/api/components/fallout/dangerous-quest/repository/?format=api",
            "translations_url": "https://hive.bgforge.net/api/components/fallout/dangerous-quest/translations/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/components/fallout/dangerous-quest/statistics/?format=api",
            "lock_url": "https://hive.bgforge.net/api/components/fallout/dangerous-quest/lock/?format=api",
            "links_url": "https://hive.bgforge.net/api/components/fallout/dangerous-quest/links/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/components/fallout/dangerous-quest/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "[email protected]:BGforgeNet/f2-dquest.git",
            "check_flags": "ignore-end-space,ignore-end-question,ignore-end-exclamation,ignore-end-colon,ignore-end-stop,ignore-begin-space",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/BGforgeNet/f2-dquest/blob/{{branch}}/data/text/english/{{filename}}",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using {{ site_title }} ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "add_message": "Added translation using {{ site_title }} ({{ language_name }})",
            "delete_message": "Deleted translation using {{ site_title }} ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into {{ site_title }}.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in {{ site_title }}.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": true,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 0,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://hive.bgforge.net/api/addons/37/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "Unique Artifacts",
            "slug": "unique-artifacts",
            "id": 4,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 66,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "https://hive.bgforge.net/languages/en/",
                "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Infinity Engine",
                "slug": "infinity-engine",
                "id": 14,
                "web": "https://forums.bgforge.net/viewforum.php?f=9",
                "web_url": "https://hive.bgforge.net/projects/infinity-engine/",
                "url": "https://hive.bgforge.net/api/projects/infinity-engine/?format=api",
                "components_list_url": "https://hive.bgforge.net/api/projects/infinity-engine/components/?format=api",
                "repository_url": "https://hive.bgforge.net/api/projects/infinity-engine/repository/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/projects/infinity-engine/statistics/?format=api",
                "changes_list_url": "https://hive.bgforge.net/api/projects/infinity-engine/changes/?format=api",
                "languages_url": "https://hive.bgforge.net/api/projects/infinity-engine/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "https://forums.bgforge.net/viewtopic.php?f=9&t=25",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "[email protected]:BGforgeNet/bg2-uniqueartifacts.git",
            "git_export": "https://hive.bgforge.net/git/infinity-engine/unique-artifacts/",
            "branch": "master",
            "push_branch": "",
            "filemask": "ua/tra/po/*.po",
            "template": "",
            "edit_template": false,
            "intermediate": "",
            "new_base": "ua/tra/po/english.pot",
            "file_format": "po",
            "license": "CC-BY-NC-SA-4.0",
            "license_url": "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html",
            "agreement": "",
            "web_url": "https://hive.bgforge.net/projects/infinity-engine/unique-artifacts/",
            "url": "https://hive.bgforge.net/api/components/infinity-engine/unique-artifacts/?format=api",
            "repository_url": "https://hive.bgforge.net/api/components/infinity-engine/unique-artifacts/repository/?format=api",
            "translations_url": "https://hive.bgforge.net/api/components/infinity-engine/unique-artifacts/translations/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/components/infinity-engine/unique-artifacts/statistics/?format=api",
            "lock_url": "https://hive.bgforge.net/api/components/infinity-engine/unique-artifacts/lock/?format=api",
            "links_url": "https://hive.bgforge.net/api/components/infinity-engine/unique-artifacts/links/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/components/infinity-engine/unique-artifacts/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "[email protected]:BGforgeNet/bg2-uniqueartifacts.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/BGforgeNet/bg2-uniqueartifacts/blob/{{branch}}/ua/tra/english/{{filename}}",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using {{ site_title }} ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "add_message": "Added translation using {{ site_title }} ({{ language_name }})",
            "delete_message": "Deleted translation using {{ site_title }} ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into {{ site_title }}.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in {{ site_title }}.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": true,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 0,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://hive.bgforge.net/api/addons/45/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "FO2tweaks",
            "slug": "fo2tweaks",
            "id": 5,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 66,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "https://hive.bgforge.net/languages/en/",
                "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Fallout",
                "slug": "fallout",
                "id": 13,
                "web": "https://forums.bgforge.net/viewforum.php?f=9",
                "web_url": "https://hive.bgforge.net/projects/fallout/",
                "url": "https://hive.bgforge.net/api/projects/fallout/?format=api",
                "components_list_url": "https://hive.bgforge.net/api/projects/fallout/components/?format=api",
                "repository_url": "https://hive.bgforge.net/api/projects/fallout/repository/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/projects/fallout/statistics/?format=api",
                "changes_list_url": "https://hive.bgforge.net/api/projects/fallout/changes/?format=api",
                "languages_url": "https://hive.bgforge.net/api/projects/fallout/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "https://forums.bgforge.net/viewtopic.php?f=9&t=25",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "[email protected]:BGforgeNet/FO2tweaks.git",
            "git_export": "https://hive.bgforge.net/git/fallout/fo2tweaks/",
            "branch": "master",
            "push_branch": "",
            "filemask": "data/text/po/*.po",
            "template": "",
            "edit_template": false,
            "intermediate": "",
            "new_base": "data/text/po/english.pot",
            "file_format": "po",
            "license": "CC-BY-NC-SA-4.0",
            "license_url": "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html",
            "agreement": "",
            "web_url": "https://hive.bgforge.net/projects/fallout/fo2tweaks/",
            "url": "https://hive.bgforge.net/api/components/fallout/fo2tweaks/?format=api",
            "repository_url": "https://hive.bgforge.net/api/components/fallout/fo2tweaks/repository/?format=api",
            "translations_url": "https://hive.bgforge.net/api/components/fallout/fo2tweaks/translations/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/components/fallout/fo2tweaks/statistics/?format=api",
            "lock_url": "https://hive.bgforge.net/api/components/fallout/fo2tweaks/lock/?format=api",
            "links_url": "https://hive.bgforge.net/api/components/fallout/fo2tweaks/links/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/components/fallout/fo2tweaks/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "[email protected]:BGforgeNet/FO2tweaks.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/BGforgeNet/FO2tweaks/blob/{{branch}}/data/text/english/{{filename}}",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using {{ site_title }} ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "add_message": "Added translation using {{ site_title }} ({{ language_name }})",
            "delete_message": "Deleted translation using {{ site_title }} ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into {{ site_title }}.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in {{ site_title }}.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": true,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 0,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://hive.bgforge.net/api/addons/38/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "Tweaks and Tricks",
            "slug": "tweaks-and-tricks",
            "id": 6,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 66,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "https://hive.bgforge.net/languages/en/",
                "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Infinity Engine",
                "slug": "infinity-engine",
                "id": 14,
                "web": "https://forums.bgforge.net/viewforum.php?f=9",
                "web_url": "https://hive.bgforge.net/projects/infinity-engine/",
                "url": "https://hive.bgforge.net/api/projects/infinity-engine/?format=api",
                "components_list_url": "https://hive.bgforge.net/api/projects/infinity-engine/components/?format=api",
                "repository_url": "https://hive.bgforge.net/api/projects/infinity-engine/repository/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/projects/infinity-engine/statistics/?format=api",
                "changes_list_url": "https://hive.bgforge.net/api/projects/infinity-engine/changes/?format=api",
                "languages_url": "https://hive.bgforge.net/api/projects/infinity-engine/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "https://forums.bgforge.net/viewtopic.php?f=9&t=25",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "[email protected]:BGforgeNet/bg2-tweaks-and-tricks.git",
            "git_export": "https://hive.bgforge.net/git/infinity-engine/tweaks-and-tricks/",
            "branch": "master",
            "push_branch": "",
            "filemask": "tnt/tra/po/*.po",
            "template": "",
            "edit_template": false,
            "intermediate": "",
            "new_base": "tnt/tra/po/english.pot",
            "file_format": "po",
            "license": "CC-BY-NC-SA-4.0",
            "license_url": "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html",
            "agreement": "",
            "web_url": "https://hive.bgforge.net/projects/infinity-engine/tweaks-and-tricks/",
            "url": "https://hive.bgforge.net/api/components/infinity-engine/tweaks-and-tricks/?format=api",
            "repository_url": "https://hive.bgforge.net/api/components/infinity-engine/tweaks-and-tricks/repository/?format=api",
            "translations_url": "https://hive.bgforge.net/api/components/infinity-engine/tweaks-and-tricks/translations/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/components/infinity-engine/tweaks-and-tricks/statistics/?format=api",
            "lock_url": "https://hive.bgforge.net/api/components/infinity-engine/tweaks-and-tricks/lock/?format=api",
            "links_url": "https://hive.bgforge.net/api/components/infinity-engine/tweaks-and-tricks/links/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/components/infinity-engine/tweaks-and-tricks/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "[email protected]:BGforgeNet/bg2-tweaks-and-tricks.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/BGforgeNet/bg2-tweaks-and-tricks/blob/{{branch}}/tnt/tra/english/{{filename}}",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using {{ site_title }} ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using {{ site_title }} ({{ language_name }})",
            "delete_message": "Deleted translation using {{ site_title }} ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into {{ site_title }}.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in {{ site_title }}.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": true,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 0,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://hive.bgforge.net/api/addons/44/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "Wild Mage Additions",
            "slug": "wild-mage-additions",
            "id": 7,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 66,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "https://hive.bgforge.net/languages/en/",
                "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Infinity Engine",
                "slug": "infinity-engine",
                "id": 14,
                "web": "https://forums.bgforge.net/viewforum.php?f=9",
                "web_url": "https://hive.bgforge.net/projects/infinity-engine/",
                "url": "https://hive.bgforge.net/api/projects/infinity-engine/?format=api",
                "components_list_url": "https://hive.bgforge.net/api/projects/infinity-engine/components/?format=api",
                "repository_url": "https://hive.bgforge.net/api/projects/infinity-engine/repository/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/projects/infinity-engine/statistics/?format=api",
                "changes_list_url": "https://hive.bgforge.net/api/projects/infinity-engine/changes/?format=api",
                "languages_url": "https://hive.bgforge.net/api/projects/infinity-engine/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "https://forums.bgforge.net/viewtopic.php?f=9&t=25",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "[email protected]:BGforgeNet/bg2-wildmage.git",
            "git_export": "https://hive.bgforge.net/git/infinity-engine/wild-mage-additions/",
            "branch": "master",
            "push_branch": "",
            "filemask": "wildmage/tra/po/*.po",
            "template": "",
            "edit_template": false,
            "intermediate": "",
            "new_base": "wildmage/tra/po/english.pot",
            "file_format": "po",
            "license": "CC-BY-NC-SA-4.0",
            "license_url": "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html",
            "agreement": "",
            "web_url": "https://hive.bgforge.net/projects/infinity-engine/wild-mage-additions/",
            "url": "https://hive.bgforge.net/api/components/infinity-engine/wild-mage-additions/?format=api",
            "repository_url": "https://hive.bgforge.net/api/components/infinity-engine/wild-mage-additions/repository/?format=api",
            "translations_url": "https://hive.bgforge.net/api/components/infinity-engine/wild-mage-additions/translations/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/components/infinity-engine/wild-mage-additions/statistics/?format=api",
            "lock_url": "https://hive.bgforge.net/api/components/infinity-engine/wild-mage-additions/lock/?format=api",
            "links_url": "https://hive.bgforge.net/api/components/infinity-engine/wild-mage-additions/links/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/components/infinity-engine/wild-mage-additions/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "[email protected]:BGforgeNet/bg2-wildmage.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/BGforgeNet/bg2-wildmage/blob/{{branch}}/wildmage/tra/english/{{filename}}",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using {{ site_title }} ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using {{ site_title }} ({{ language_name }})",
            "delete_message": "Deleted translation using {{ site_title }} ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into {{ site_title }}.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in {{ site_title }}.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": true,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 0,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://hive.bgforge.net/api/addons/46/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "Unofficial Patch",
            "slug": "up",
            "id": 12,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 66,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "https://hive.bgforge.net/languages/en/",
                "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Fallout",
                "slug": "fallout",
                "id": 13,
                "web": "https://forums.bgforge.net/viewforum.php?f=9",
                "web_url": "https://hive.bgforge.net/projects/fallout/",
                "url": "https://hive.bgforge.net/api/projects/fallout/?format=api",
                "components_list_url": "https://hive.bgforge.net/api/projects/fallout/components/?format=api",
                "repository_url": "https://hive.bgforge.net/api/projects/fallout/repository/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/projects/fallout/statistics/?format=api",
                "changes_list_url": "https://hive.bgforge.net/api/projects/fallout/changes/?format=api",
                "languages_url": "https://hive.bgforge.net/api/projects/fallout/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "https://forums.bgforge.net/viewtopic.php?f=9&t=25",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "[email protected]:BGforgeNet/Fallout2_Unofficial_Patch.git",
            "git_export": "https://hive.bgforge.net/git/fallout/up/",
            "branch": "master",
            "push_branch": "",
            "filemask": "data/text/po/*.po",
            "template": "",
            "edit_template": false,
            "intermediate": "",
            "new_base": "data/text/po/english.pot",
            "file_format": "po",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "https://hive.bgforge.net/projects/fallout/up/",
            "url": "https://hive.bgforge.net/api/components/fallout/up/?format=api",
            "repository_url": "https://hive.bgforge.net/api/components/fallout/up/repository/?format=api",
            "translations_url": "https://hive.bgforge.net/api/components/fallout/up/translations/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/components/fallout/up/statistics/?format=api",
            "lock_url": "https://hive.bgforge.net/api/components/fallout/up/lock/?format=api",
            "links_url": "https://hive.bgforge.net/api/components/fallout/up/links/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/components/fallout/up/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "[email protected]:BGforgeNet/Fallout2_Unofficial_Patch.git",
            "check_flags": "ignore-same,ignore-end-space,ignore-end-stop",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/BGforgeNet/Fallout2_Unofficial_Patch/blob/{{branch}}/data/text/english/{{filename}}",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using {{ site_title }} ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using {{ site_title }} ({{ language_name }})",
            "delete_message": "Deleted translation using {{ site_title }} ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into {{ site_title }}.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in {{ site_title }}.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": true,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 0,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://hive.bgforge.net/api/addons/43/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "Restoration Project",
            "slug": "rp",
            "id": 13,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 66,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "https://hive.bgforge.net/languages/en/",
                "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Fallout",
                "slug": "fallout",
                "id": 13,
                "web": "https://forums.bgforge.net/viewforum.php?f=9",
                "web_url": "https://hive.bgforge.net/projects/fallout/",
                "url": "https://hive.bgforge.net/api/projects/fallout/?format=api",
                "components_list_url": "https://hive.bgforge.net/api/projects/fallout/components/?format=api",
                "repository_url": "https://hive.bgforge.net/api/projects/fallout/repository/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/projects/fallout/statistics/?format=api",
                "changes_list_url": "https://hive.bgforge.net/api/projects/fallout/changes/?format=api",
                "languages_url": "https://hive.bgforge.net/api/projects/fallout/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "https://forums.bgforge.net/viewtopic.php?f=9&t=25",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "[email protected]:BGforgeNet/Fallout2_Restoration_Project.git",
            "git_export": "https://hive.bgforge.net/git/fallout/rp/",
            "branch": "master",
            "push_branch": "",
            "filemask": "data/text/po/*.po",
            "template": "",
            "edit_template": false,
            "intermediate": "",
            "new_base": "data/text/po/english.pot",
            "file_format": "po",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "https://hive.bgforge.net/projects/fallout/rp/",
            "url": "https://hive.bgforge.net/api/components/fallout/rp/?format=api",
            "repository_url": "https://hive.bgforge.net/api/components/fallout/rp/repository/?format=api",
            "translations_url": "https://hive.bgforge.net/api/components/fallout/rp/translations/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/components/fallout/rp/statistics/?format=api",
            "lock_url": "https://hive.bgforge.net/api/components/fallout/rp/lock/?format=api",
            "links_url": "https://hive.bgforge.net/api/components/fallout/rp/links/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/components/fallout/rp/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "[email protected]:BGforgeNet/Fallout2_Restoration_Project.git",
            "check_flags": "ignore-same,ignore-end-space,ignore-end-stop",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/BGforgeNet/Fallout2_Restoration_Project/blob/{{branch}}/data/text/english/{{filename}}",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using {{ site_title }} ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using {{ site_title }} ({{ language_name }})",
            "delete_message": "Deleted translation using {{ site_title }} ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into {{ site_title }}.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in {{ site_title }}.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": true,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 0,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://hive.bgforge.net/api/addons/42/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "Fixt",
            "slug": "fixt",
            "id": 16,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 66,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "https://hive.bgforge.net/languages/en/",
                "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Fallout",
                "slug": "fallout",
                "id": 13,
                "web": "https://forums.bgforge.net/viewforum.php?f=9",
                "web_url": "https://hive.bgforge.net/projects/fallout/",
                "url": "https://hive.bgforge.net/api/projects/fallout/?format=api",
                "components_list_url": "https://hive.bgforge.net/api/projects/fallout/components/?format=api",
                "repository_url": "https://hive.bgforge.net/api/projects/fallout/repository/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/projects/fallout/statistics/?format=api",
                "changes_list_url": "https://hive.bgforge.net/api/projects/fallout/changes/?format=api",
                "languages_url": "https://hive.bgforge.net/api/projects/fallout/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "https://forums.bgforge.net/viewtopic.php?f=9&t=25",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "[email protected]:BGforgeNet/fallout-fixt-translation.git",
            "git_export": "https://hive.bgforge.net/git/fallout/fixt/",
            "branch": "master",
            "push_branch": "",
            "filemask": "data/text/po/*.po",
            "template": "",
            "edit_template": false,
            "intermediate": "",
            "new_base": "data/text/po/english.pot",
            "file_format": "po",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "https://hive.bgforge.net/projects/fallout/fixt/",
            "url": "https://hive.bgforge.net/api/components/fallout/fixt/?format=api",
            "repository_url": "https://hive.bgforge.net/api/components/fallout/fixt/repository/?format=api",
            "translations_url": "https://hive.bgforge.net/api/components/fallout/fixt/translations/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/components/fallout/fixt/statistics/?format=api",
            "lock_url": "https://hive.bgforge.net/api/components/fallout/fixt/lock/?format=api",
            "links_url": "https://hive.bgforge.net/api/components/fallout/fixt/links/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/components/fallout/fixt/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "[email protected]:BGforgeNet/fallout-fixt-translation.git",
            "check_flags": "ignore-same,ignore-end-stop",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/BGforgeNet/fallout-fixt-translation/blob/{{branch}}/data/text/english/{{filename}}",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using {{ site_title }} ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using {{ site_title }} ({{ language_name }})",
            "delete_message": "Deleted translation using {{ site_title }} ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into {{ site_title }}.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in {{ site_title }}.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": true,
            "suggestion_autoaccept": 0,
            "push_on_commit": false,
            "commit_pending_age": 0,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://hive.bgforge.net/api/addons/39/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "Ascension",
            "slug": "ascension",
            "id": 18,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 66,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "https://hive.bgforge.net/languages/en/",
                "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Infinity Engine",
                "slug": "infinity-engine",
                "id": 14,
                "web": "https://forums.bgforge.net/viewforum.php?f=9",
                "web_url": "https://hive.bgforge.net/projects/infinity-engine/",
                "url": "https://hive.bgforge.net/api/projects/infinity-engine/?format=api",
                "components_list_url": "https://hive.bgforge.net/api/projects/infinity-engine/components/?format=api",
                "repository_url": "https://hive.bgforge.net/api/projects/infinity-engine/repository/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/projects/infinity-engine/statistics/?format=api",
                "changes_list_url": "https://hive.bgforge.net/api/projects/infinity-engine/changes/?format=api",
                "languages_url": "https://hive.bgforge.net/api/projects/infinity-engine/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "https://forums.bgforge.net/viewtopic.php?f=9&t=25",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "[email protected]:InfinityMods/Ascension.git",
            "git_export": "https://hive.bgforge.net/git/infinity-engine/ascension/",
            "branch": "master",
            "push_branch": "",
            "filemask": "ascension/lang/po/*.po",
            "template": "",
            "edit_template": false,
            "intermediate": "",
            "new_base": "ascension/lang/po/english.pot",
            "file_format": "po",
            "license": "CC-BY-NC-SA-4.0",
            "license_url": "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html",
            "agreement": "",
            "web_url": "https://hive.bgforge.net/projects/infinity-engine/ascension/",
            "url": "https://hive.bgforge.net/api/components/infinity-engine/ascension/?format=api",
            "repository_url": "https://hive.bgforge.net/api/components/infinity-engine/ascension/repository/?format=api",
            "translations_url": "https://hive.bgforge.net/api/components/infinity-engine/ascension/translations/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/components/infinity-engine/ascension/statistics/?format=api",
            "lock_url": "https://hive.bgforge.net/api/components/infinity-engine/ascension/lock/?format=api",
            "links_url": "https://hive.bgforge.net/api/components/infinity-engine/ascension/links/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/components/infinity-engine/ascension/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "[email protected]:InfinityMods/Ascension.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/InfinityMods/Ascension/blob/{{branch}}/ascension/lang/english/{{filename}}",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using {{ site_title }} ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
            "add_message": "Added translation using {{ site_title }} ({{ language_name }})",
            "delete_message": "Deleted translation using {{ site_title }} ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into {{ site_title }}.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in {{ site_title }}.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": true,
            "suggestion_autoaccept": 0,
            "push_on_commit": false,
            "commit_pending_age": 0,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "WeiDU example",
            "slug": "weidu-example",
            "id": 19,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 66,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "https://hive.bgforge.net/languages/en/",
                "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Infinity Engine",
                "slug": "infinity-engine",
                "id": 14,
                "web": "https://forums.bgforge.net/viewforum.php?f=9",
                "web_url": "https://hive.bgforge.net/projects/infinity-engine/",
                "url": "https://hive.bgforge.net/api/projects/infinity-engine/?format=api",
                "components_list_url": "https://hive.bgforge.net/api/projects/infinity-engine/components/?format=api",
                "repository_url": "https://hive.bgforge.net/api/projects/infinity-engine/repository/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/projects/infinity-engine/statistics/?format=api",
                "changes_list_url": "https://hive.bgforge.net/api/projects/infinity-engine/changes/?format=api",
                "languages_url": "https://hive.bgforge.net/api/projects/infinity-engine/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "https://forums.bgforge.net/viewtopic.php?f=9&t=25",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "[email protected]:InfinityMods/WeiDU-Weblate-GitHub.git",
            "git_export": "https://hive.bgforge.net/git/infinity-engine/weidu-example/",
            "branch": "master",
            "push_branch": "",
            "filemask": "WeiDU-Weblate-GitHub/Languages/po/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "WeiDU-Weblate-GitHub/Languages/po/english.pot",
            "file_format": "po",
            "license": "CC-BY-NC-SA-4.0",
            "license_url": "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html",
            "agreement": "",
            "web_url": "https://hive.bgforge.net/projects/infinity-engine/weidu-example/",
            "url": "https://hive.bgforge.net/api/components/infinity-engine/weidu-example/?format=api",
            "repository_url": "https://hive.bgforge.net/api/components/infinity-engine/weidu-example/repository/?format=api",
            "translations_url": "https://hive.bgforge.net/api/components/infinity-engine/weidu-example/translations/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/components/infinity-engine/weidu-example/statistics/?format=api",
            "lock_url": "https://hive.bgforge.net/api/components/infinity-engine/weidu-example/lock/?format=api",
            "links_url": "https://hive.bgforge.net/api/components/infinity-engine/weidu-example/links/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/components/infinity-engine/weidu-example/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "[email protected]:InfinityMods/WeiDU-Weblate-GitHub.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/InfinityMods/WeiDU-Weblate-GitHub/blob/{{branch}}/WeiDU-Weblate-GitHub/Languages/english/{{filename}}",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using {{ site_title }} ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using BGforge Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using {{ site_title }} ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into {{ site_title }}.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in {{ site_title }}.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 0,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://hive.bgforge.net/api/addons/47/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "Party Orders",
            "slug": "party-orders",
            "id": 20,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 66,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "https://hive.bgforge.net/languages/en/",
                "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Fallout",
                "slug": "fallout",
                "id": 13,
                "web": "https://forums.bgforge.net/viewforum.php?f=9",
                "web_url": "https://hive.bgforge.net/projects/fallout/",
                "url": "https://hive.bgforge.net/api/projects/fallout/?format=api",
                "components_list_url": "https://hive.bgforge.net/api/projects/fallout/components/?format=api",
                "repository_url": "https://hive.bgforge.net/api/projects/fallout/repository/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/projects/fallout/statistics/?format=api",
                "changes_list_url": "https://hive.bgforge.net/api/projects/fallout/changes/?format=api",
                "languages_url": "https://hive.bgforge.net/api/projects/fallout/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "https://forums.bgforge.net/viewtopic.php?f=9&t=25",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "[email protected]:BGforgeNet/Fallout2_Party_Orders.git",
            "git_export": "https://hive.bgforge.net/git/fallout/party-orders/",
            "branch": "master",
            "push_branch": "",
            "filemask": "data/text/po/*.po",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "data/text/po/english.pot",
            "file_format": "po",
            "license": "CC-BY-NC-SA-4.0",
            "license_url": "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html",
            "agreement": "",
            "web_url": "https://hive.bgforge.net/projects/fallout/party-orders/",
            "url": "https://hive.bgforge.net/api/components/fallout/party-orders/?format=api",
            "repository_url": "https://hive.bgforge.net/api/components/fallout/party-orders/repository/?format=api",
            "translations_url": "https://hive.bgforge.net/api/components/fallout/party-orders/translations/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/components/fallout/party-orders/statistics/?format=api",
            "lock_url": "https://hive.bgforge.net/api/components/fallout/party-orders/lock/?format=api",
            "links_url": "https://hive.bgforge.net/api/components/fallout/party-orders/links/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/components/fallout/party-orders/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "[email protected]:BGforgeNet/Fallout2_Party_Orders.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/BGforgeNet/Fallout2_Party_Orders/blob/{{branch}}/data/text/english/{{filename}}",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using {{ site_title }} ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using {{ site_title }} ({{ language_name }})",
            "delete_message": "Deleted translation using {{ site_title }} ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into {{ site_title }}.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in {{ site_title }}.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": true,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 0,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://hive.bgforge.net/api/addons/41/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "Hero Appearance",
            "slug": "hero-appearance",
            "id": 21,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 66,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "https://hive.bgforge.net/languages/en/",
                "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Fallout",
                "slug": "fallout",
                "id": 13,
                "web": "https://forums.bgforge.net/viewforum.php?f=9",
                "web_url": "https://hive.bgforge.net/projects/fallout/",
                "url": "https://hive.bgforge.net/api/projects/fallout/?format=api",
                "components_list_url": "https://hive.bgforge.net/api/projects/fallout/components/?format=api",
                "repository_url": "https://hive.bgforge.net/api/projects/fallout/repository/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/projects/fallout/statistics/?format=api",
                "changes_list_url": "https://hive.bgforge.net/api/projects/fallout/changes/?format=api",
                "languages_url": "https://hive.bgforge.net/api/projects/fallout/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "https://forums.bgforge.net/viewtopic.php?f=9&t=25",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "git",
            "repo": "[email protected]:BGforgeNet/Fallout2_Hero_Appearance.git",
            "git_export": "https://hive.bgforge.net/git/fallout/hero-appearance/",
            "branch": "master",
            "push_branch": "",
            "filemask": "data/text/po/*.po",
            "template": "",
            "edit_template": false,
            "intermediate": "",
            "new_base": "data/text/po/english.pot",
            "file_format": "po",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "https://hive.bgforge.net/projects/fallout/hero-appearance/",
            "url": "https://hive.bgforge.net/api/components/fallout/hero-appearance/?format=api",
            "repository_url": "https://hive.bgforge.net/api/components/fallout/hero-appearance/repository/?format=api",
            "translations_url": "https://hive.bgforge.net/api/components/fallout/hero-appearance/translations/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/components/fallout/hero-appearance/statistics/?format=api",
            "lock_url": "https://hive.bgforge.net/api/components/fallout/hero-appearance/lock/?format=api",
            "links_url": "https://hive.bgforge.net/api/components/fallout/hero-appearance/links/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/components/fallout/hero-appearance/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "[email protected]:BGforgeNet/Fallout2_Hero_Appearance.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/BGforgeNet/Fallout2_Hero_Appearance/blob/{{branch}}/data/text/english/{{filename}}",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using {{ site_title }} ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using BGforge Hive ({{ language_name }})",
            "delete_message": "Deleted translation using {{ site_title }} ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into {{ site_title }}.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in {{ site_title }}.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": true,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 0,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://hive.bgforge.net/api/addons/40/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "Fallout",
            "slug": "glossary",
            "id": 22,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 66,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "https://hive.bgforge.net/languages/en/",
                "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Fallout",
                "slug": "fallout",
                "id": 13,
                "web": "https://forums.bgforge.net/viewforum.php?f=9",
                "web_url": "https://hive.bgforge.net/projects/fallout/",
                "url": "https://hive.bgforge.net/api/projects/fallout/?format=api",
                "components_list_url": "https://hive.bgforge.net/api/projects/fallout/components/?format=api",
                "repository_url": "https://hive.bgforge.net/api/projects/fallout/repository/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/projects/fallout/statistics/?format=api",
                "changes_list_url": "https://hive.bgforge.net/api/projects/fallout/changes/?format=api",
                "languages_url": "https://hive.bgforge.net/api/projects/fallout/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "https://forums.bgforge.net/viewtopic.php?f=9&t=25",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "local",
            "repo": "local:",
            "git_export": "https://hive.bgforge.net/git/fallout/glossary/",
            "branch": "main",
            "push_branch": "",
            "filemask": "*.tbx",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "tbx",
            "license": "CC-BY-NC-SA-4.0",
            "license_url": "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html",
            "agreement": "",
            "web_url": "https://hive.bgforge.net/projects/fallout/glossary/",
            "url": "https://hive.bgforge.net/api/components/fallout/glossary/?format=api",
            "repository_url": "https://hive.bgforge.net/api/components/fallout/glossary/repository/?format=api",
            "translations_url": "https://hive.bgforge.net/api/components/fallout/glossary/translations/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/components/fallout/glossary/statistics/?format=api",
            "lock_url": "https://hive.bgforge.net/api/components/fallout/glossary/lock/?format=api",
            "links_url": "https://hive.bgforge.net/api/components/fallout/glossary/links/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/components/fallout/glossary/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using {{ site_title }} ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using {{ site_title }} ({{ language_name }})",
            "delete_message": "Deleted translation using {{ site_title }} ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into {{ site_title }}.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in {{ site_title }}.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": false,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": true,
            "glossary_color": "silver"
        },
        {
            "name": "Infinity Engine",
            "slug": "glossary",
            "id": 23,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 66,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "https://hive.bgforge.net/languages/en/",
                "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
            },
            "project": {
                "name": "Infinity Engine",
                "slug": "infinity-engine",
                "id": 14,
                "web": "https://forums.bgforge.net/viewforum.php?f=9",
                "web_url": "https://hive.bgforge.net/projects/infinity-engine/",
                "url": "https://hive.bgforge.net/api/projects/infinity-engine/?format=api",
                "components_list_url": "https://hive.bgforge.net/api/projects/infinity-engine/components/?format=api",
                "repository_url": "https://hive.bgforge.net/api/projects/infinity-engine/repository/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/projects/infinity-engine/statistics/?format=api",
                "changes_list_url": "https://hive.bgforge.net/api/projects/infinity-engine/changes/?format=api",
                "languages_url": "https://hive.bgforge.net/api/projects/infinity-engine/languages/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": false,
                "instructions": "https://forums.bgforge.net/viewtopic.php?f=9&t=25",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "vcs": "local",
            "repo": "local:",
            "git_export": "https://hive.bgforge.net/git/infinity-engine/glossary/",
            "branch": "main",
            "push_branch": "",
            "filemask": "*.tbx",
            "template": "",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "tbx",
            "license": "CC-BY-NC-SA-4.0",
            "license_url": "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html",
            "agreement": "",
            "web_url": "https://hive.bgforge.net/projects/infinity-engine/glossary/",
            "url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/?format=api",
            "repository_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/repository/?format=api",
            "translations_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/translations/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/statistics/?format=api",
            "lock_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/lock/?format=api",
            "links_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/links/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "commit_message": "Translated using {{ site_title }} ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "add_message": "Added translation using {{ site_title }} ({{ language_name }})",
            "delete_message": "Deleted translation using {{ site_title }} ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into {{ site_title }}.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in {{ site_title }}.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
            "allow_translation_propagation": false,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": true,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": true,
            "glossary_color": "silver"
        }
    ]
}