Translation projects API.

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

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

{
    "count": 31,
    "next": "https://translate.habitica.com/api/projects/habitica/components/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "name": "Settings",
            "slug": "settings",
            "id": 1,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.habitica.com/languages/en/",
                "url": "https://translate.habitica.com/api/languages/en/?format=api",
                "statistics_url": "https://translate.habitica.com/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "git@github.com:HabitRPG/habitica.git",
            "git_export": "https://translate.habitica.com/git/habitica/settings/",
            "branch": "develop",
            "push_branch": "",
            "filemask": "website/common/locales/*/settings.json",
            "template": "website/common/locales/en/settings.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "json",
            "license": "proprietary",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.habitica.com/projects/habitica/settings/",
            "url": "https://translate.habitica.com/api/components/habitica/settings/?format=api",
            "repository_url": "https://translate.habitica.com/api/components/habitica/settings/repository/?format=api",
            "translations_url": "https://translate.habitica.com/api/components/habitica/settings/translations/?format=api",
            "statistics_url": "https://translate.habitica.com/api/components/habitica/settings/statistics/?format=api",
            "lock_url": "https://translate.habitica.com/api/components/habitica/settings/lock/?format=api",
            "links_url": "https://translate.habitica.com/api/components/habitica/settings/links/?format=api",
            "changes_list_url": "https://translate.habitica.com/api/components/habitica/settings/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "git@github.com:HabitRPG/habitica.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "https://github.com/habitrpg/habitica/blob/{{branch}}/{{filename}}#L{{line}}",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ 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 Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\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": false,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": false,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.habitica.com/api/addons/9/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "Merch",
            "slug": "merch",
            "id": 4,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.habitica.com/languages/en/",
                "url": "https://translate.habitica.com/api/languages/en/?format=api",
                "statistics_url": "https://translate.habitica.com/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "git@github.com:HabitRPG/habitica.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "website/common/locales/*/merch.json",
            "template": "website/common/locales/en/merch.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "json",
            "license": "proprietary",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.habitica.com/projects/habitica/merch/",
            "url": "https://translate.habitica.com/api/components/habitica/merch/?format=api",
            "repository_url": "https://translate.habitica.com/api/components/habitica/merch/repository/?format=api",
            "translations_url": "https://translate.habitica.com/api/components/habitica/merch/translations/?format=api",
            "statistics_url": "https://translate.habitica.com/api/components/habitica/merch/statistics/?format=api",
            "lock_url": "https://translate.habitica.com/api/components/habitica/merch/lock/?format=api",
            "links_url": "https://translate.habitica.com/api/components/habitica/merch/links/?format=api",
            "changes_list_url": "https://translate.habitica.com/api/components/habitica/merch/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "git@github.com:HabitRPG/habitica.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ 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 Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": false,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "Noscript",
            "slug": "noscript",
            "id": 5,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.habitica.com/languages/en/",
                "url": "https://translate.habitica.com/api/languages/en/?format=api",
                "statistics_url": "https://translate.habitica.com/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "git@github.com:HabitRPG/habitica.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "website/common/locales/*/noscript.json",
            "template": "website/common/locales/en/noscript.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "json",
            "license": "proprietary",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.habitica.com/projects/habitica/noscript/",
            "url": "https://translate.habitica.com/api/components/habitica/noscript/?format=api",
            "repository_url": "https://translate.habitica.com/api/components/habitica/noscript/repository/?format=api",
            "translations_url": "https://translate.habitica.com/api/components/habitica/noscript/translations/?format=api",
            "statistics_url": "https://translate.habitica.com/api/components/habitica/noscript/statistics/?format=api",
            "lock_url": "https://translate.habitica.com/api/components/habitica/noscript/lock/?format=api",
            "links_url": "https://translate.habitica.com/api/components/habitica/noscript/links/?format=api",
            "changes_list_url": "https://translate.habitica.com/api/components/habitica/noscript/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "git@github.com:HabitRPG/habitica.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ 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 Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": false,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "Communityguidelines",
            "slug": "communityguidelines",
            "id": 6,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.habitica.com/languages/en/",
                "url": "https://translate.habitica.com/api/languages/en/?format=api",
                "statistics_url": "https://translate.habitica.com/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "git@github.com:HabitRPG/habitica.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "website/common/locales/*/communityguidelines.json",
            "template": "website/common/locales/en/communityGuidelines.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "json",
            "license": "proprietary",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.habitica.com/projects/habitica/communityguidelines/",
            "url": "https://translate.habitica.com/api/components/habitica/communityguidelines/?format=api",
            "repository_url": "https://translate.habitica.com/api/components/habitica/communityguidelines/repository/?format=api",
            "translations_url": "https://translate.habitica.com/api/components/habitica/communityguidelines/translations/?format=api",
            "statistics_url": "https://translate.habitica.com/api/components/habitica/communityguidelines/statistics/?format=api",
            "lock_url": "https://translate.habitica.com/api/components/habitica/communityguidelines/lock/?format=api",
            "links_url": "https://translate.habitica.com/api/components/habitica/communityguidelines/links/?format=api",
            "changes_list_url": "https://translate.habitica.com/api/components/habitica/communityguidelines/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "git@github.com:HabitRPG/habitica.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ 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 Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": false,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "Questscontent",
            "slug": "questscontent",
            "id": 7,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.habitica.com/languages/en/",
                "url": "https://translate.habitica.com/api/languages/en/?format=api",
                "statistics_url": "https://translate.habitica.com/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "git@github.com:HabitRPG/habitica.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "website/common/locales/*/questscontent.json",
            "template": "website/common/locales/en/questsContent.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "json",
            "license": "proprietary",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.habitica.com/projects/habitica/questscontent/",
            "url": "https://translate.habitica.com/api/components/habitica/questscontent/?format=api",
            "repository_url": "https://translate.habitica.com/api/components/habitica/questscontent/repository/?format=api",
            "translations_url": "https://translate.habitica.com/api/components/habitica/questscontent/translations/?format=api",
            "statistics_url": "https://translate.habitica.com/api/components/habitica/questscontent/statistics/?format=api",
            "lock_url": "https://translate.habitica.com/api/components/habitica/questscontent/lock/?format=api",
            "links_url": "https://translate.habitica.com/api/components/habitica/questscontent/links/?format=api",
            "changes_list_url": "https://translate.habitica.com/api/components/habitica/questscontent/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "git@github.com:HabitRPG/habitica.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ 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 Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": false,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "Messages",
            "slug": "messages",
            "id": 8,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.habitica.com/languages/en/",
                "url": "https://translate.habitica.com/api/languages/en/?format=api",
                "statistics_url": "https://translate.habitica.com/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "git@github.com:HabitRPG/habitica.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "website/common/locales/*/messages.json",
            "template": "website/common/locales/en/messages.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "json",
            "license": "proprietary",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.habitica.com/projects/habitica/messages/",
            "url": "https://translate.habitica.com/api/components/habitica/messages/?format=api",
            "repository_url": "https://translate.habitica.com/api/components/habitica/messages/repository/?format=api",
            "translations_url": "https://translate.habitica.com/api/components/habitica/messages/translations/?format=api",
            "statistics_url": "https://translate.habitica.com/api/components/habitica/messages/statistics/?format=api",
            "lock_url": "https://translate.habitica.com/api/components/habitica/messages/lock/?format=api",
            "links_url": "https://translate.habitica.com/api/components/habitica/messages/links/?format=api",
            "changes_list_url": "https://translate.habitica.com/api/components/habitica/messages/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "git@github.com:HabitRPG/habitica.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ 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 Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": false,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "Npc",
            "slug": "npc",
            "id": 9,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.habitica.com/languages/en/",
                "url": "https://translate.habitica.com/api/languages/en/?format=api",
                "statistics_url": "https://translate.habitica.com/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "git@github.com:HabitRPG/habitica.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "website/common/locales/*/npc.json",
            "template": "website/common/locales/en/npc.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "json",
            "license": "proprietary",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.habitica.com/projects/habitica/npc/",
            "url": "https://translate.habitica.com/api/components/habitica/npc/?format=api",
            "repository_url": "https://translate.habitica.com/api/components/habitica/npc/repository/?format=api",
            "translations_url": "https://translate.habitica.com/api/components/habitica/npc/translations/?format=api",
            "statistics_url": "https://translate.habitica.com/api/components/habitica/npc/statistics/?format=api",
            "lock_url": "https://translate.habitica.com/api/components/habitica/npc/lock/?format=api",
            "links_url": "https://translate.habitica.com/api/components/habitica/npc/links/?format=api",
            "changes_list_url": "https://translate.habitica.com/api/components/habitica/npc/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "git@github.com:HabitRPG/habitica.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ 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 Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": false,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "Generic",
            "slug": "generic",
            "id": 10,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.habitica.com/languages/en/",
                "url": "https://translate.habitica.com/api/languages/en/?format=api",
                "statistics_url": "https://translate.habitica.com/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "git@github.com:HabitRPG/habitica.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "website/common/locales/*/generic.json",
            "template": "website/common/locales/en/generic.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "json",
            "license": "proprietary",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.habitica.com/projects/habitica/generic/",
            "url": "https://translate.habitica.com/api/components/habitica/generic/?format=api",
            "repository_url": "https://translate.habitica.com/api/components/habitica/generic/repository/?format=api",
            "translations_url": "https://translate.habitica.com/api/components/habitica/generic/translations/?format=api",
            "statistics_url": "https://translate.habitica.com/api/components/habitica/generic/statistics/?format=api",
            "lock_url": "https://translate.habitica.com/api/components/habitica/generic/lock/?format=api",
            "links_url": "https://translate.habitica.com/api/components/habitica/generic/links/?format=api",
            "changes_list_url": "https://translate.habitica.com/api/components/habitica/generic/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "git@github.com:HabitRPG/habitica.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ 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 Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": false,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "Challenge",
            "slug": "challenge",
            "id": 11,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.habitica.com/languages/en/",
                "url": "https://translate.habitica.com/api/languages/en/?format=api",
                "statistics_url": "https://translate.habitica.com/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "git@github.com:HabitRPG/habitica.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "website/common/locales/*/challenge.json",
            "template": "website/common/locales/en/challenge.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "json",
            "license": "proprietary",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.habitica.com/projects/habitica/challenge/",
            "url": "https://translate.habitica.com/api/components/habitica/challenge/?format=api",
            "repository_url": "https://translate.habitica.com/api/components/habitica/challenge/repository/?format=api",
            "translations_url": "https://translate.habitica.com/api/components/habitica/challenge/translations/?format=api",
            "statistics_url": "https://translate.habitica.com/api/components/habitica/challenge/statistics/?format=api",
            "lock_url": "https://translate.habitica.com/api/components/habitica/challenge/lock/?format=api",
            "links_url": "https://translate.habitica.com/api/components/habitica/challenge/links/?format=api",
            "changes_list_url": "https://translate.habitica.com/api/components/habitica/challenge/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "git@github.com:HabitRPG/habitica.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ 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 Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": false,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "Limited",
            "slug": "limited",
            "id": 15,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.habitica.com/languages/en/",
                "url": "https://translate.habitica.com/api/languages/en/?format=api",
                "statistics_url": "https://translate.habitica.com/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "git@github.com:HabitRPG/habitica.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "website/common/locales/*/limited.json",
            "template": "website/common/locales/en/limited.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "json",
            "license": "proprietary",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.habitica.com/projects/habitica/limited/",
            "url": "https://translate.habitica.com/api/components/habitica/limited/?format=api",
            "repository_url": "https://translate.habitica.com/api/components/habitica/limited/repository/?format=api",
            "translations_url": "https://translate.habitica.com/api/components/habitica/limited/translations/?format=api",
            "statistics_url": "https://translate.habitica.com/api/components/habitica/limited/statistics/?format=api",
            "lock_url": "https://translate.habitica.com/api/components/habitica/limited/lock/?format=api",
            "links_url": "https://translate.habitica.com/api/components/habitica/limited/links/?format=api",
            "changes_list_url": "https://translate.habitica.com/api/components/habitica/limited/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "git@github.com:HabitRPG/habitica.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ 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 Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": false,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "Faq",
            "slug": "faq",
            "id": 16,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.habitica.com/languages/en/",
                "url": "https://translate.habitica.com/api/languages/en/?format=api",
                "statistics_url": "https://translate.habitica.com/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "git@github.com:HabitRPG/habitica.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "website/common/locales/*/faq.json",
            "template": "website/common/locales/en/faq.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "json",
            "license": "proprietary",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.habitica.com/projects/habitica/faq/",
            "url": "https://translate.habitica.com/api/components/habitica/faq/?format=api",
            "repository_url": "https://translate.habitica.com/api/components/habitica/faq/repository/?format=api",
            "translations_url": "https://translate.habitica.com/api/components/habitica/faq/translations/?format=api",
            "statistics_url": "https://translate.habitica.com/api/components/habitica/faq/statistics/?format=api",
            "lock_url": "https://translate.habitica.com/api/components/habitica/faq/lock/?format=api",
            "links_url": "https://translate.habitica.com/api/components/habitica/faq/links/?format=api",
            "changes_list_url": "https://translate.habitica.com/api/components/habitica/faq/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "git@github.com:HabitRPG/habitica.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ 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 Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": false,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "Inventory",
            "slug": "inventory",
            "id": 17,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.habitica.com/languages/en/",
                "url": "https://translate.habitica.com/api/languages/en/?format=api",
                "statistics_url": "https://translate.habitica.com/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "git@github.com:HabitRPG/habitica.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "website/common/locales/*/inventory.json",
            "template": "website/common/locales/en/inventory.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "json",
            "license": "proprietary",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.habitica.com/projects/habitica/inventory/",
            "url": "https://translate.habitica.com/api/components/habitica/inventory/?format=api",
            "repository_url": "https://translate.habitica.com/api/components/habitica/inventory/repository/?format=api",
            "translations_url": "https://translate.habitica.com/api/components/habitica/inventory/translations/?format=api",
            "statistics_url": "https://translate.habitica.com/api/components/habitica/inventory/statistics/?format=api",
            "lock_url": "https://translate.habitica.com/api/components/habitica/inventory/lock/?format=api",
            "links_url": "https://translate.habitica.com/api/components/habitica/inventory/links/?format=api",
            "changes_list_url": "https://translate.habitica.com/api/components/habitica/inventory/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "git@github.com:HabitRPG/habitica.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ 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 Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": false,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "Groups",
            "slug": "groups",
            "id": 18,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.habitica.com/languages/en/",
                "url": "https://translate.habitica.com/api/languages/en/?format=api",
                "statistics_url": "https://translate.habitica.com/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "git@github.com:HabitRPG/habitica.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "website/common/locales/*/groups.json",
            "template": "website/common/locales/en/groups.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "json",
            "license": "proprietary",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.habitica.com/projects/habitica/groups/",
            "url": "https://translate.habitica.com/api/components/habitica/groups/?format=api",
            "repository_url": "https://translate.habitica.com/api/components/habitica/groups/repository/?format=api",
            "translations_url": "https://translate.habitica.com/api/components/habitica/groups/translations/?format=api",
            "statistics_url": "https://translate.habitica.com/api/components/habitica/groups/statistics/?format=api",
            "lock_url": "https://translate.habitica.com/api/components/habitica/groups/lock/?format=api",
            "links_url": "https://translate.habitica.com/api/components/habitica/groups/links/?format=api",
            "changes_list_url": "https://translate.habitica.com/api/components/habitica/groups/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "git@github.com:HabitRPG/habitica.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ 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 Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": false,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "Defaulttasks",
            "slug": "defaulttasks",
            "id": 19,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.habitica.com/languages/en/",
                "url": "https://translate.habitica.com/api/languages/en/?format=api",
                "statistics_url": "https://translate.habitica.com/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "git@github.com:HabitRPG/habitica.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "website/common/locales/*/defaulttasks.json",
            "template": "website/common/locales/en/defaultTasks.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "json",
            "license": "proprietary",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.habitica.com/projects/habitica/defaulttasks/",
            "url": "https://translate.habitica.com/api/components/habitica/defaulttasks/?format=api",
            "repository_url": "https://translate.habitica.com/api/components/habitica/defaulttasks/repository/?format=api",
            "translations_url": "https://translate.habitica.com/api/components/habitica/defaulttasks/translations/?format=api",
            "statistics_url": "https://translate.habitica.com/api/components/habitica/defaulttasks/statistics/?format=api",
            "lock_url": "https://translate.habitica.com/api/components/habitica/defaulttasks/lock/?format=api",
            "links_url": "https://translate.habitica.com/api/components/habitica/defaulttasks/links/?format=api",
            "changes_list_url": "https://translate.habitica.com/api/components/habitica/defaulttasks/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "git@github.com:HabitRPG/habitica.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ 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 Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": false,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "Content",
            "slug": "content",
            "id": 20,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.habitica.com/languages/en/",
                "url": "https://translate.habitica.com/api/languages/en/?format=api",
                "statistics_url": "https://translate.habitica.com/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "git@github.com:HabitRPG/habitica.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "website/common/locales/*/content.json",
            "template": "website/common/locales/en/content.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "json",
            "license": "proprietary",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.habitica.com/projects/habitica/content/",
            "url": "https://translate.habitica.com/api/components/habitica/content/?format=api",
            "repository_url": "https://translate.habitica.com/api/components/habitica/content/repository/?format=api",
            "translations_url": "https://translate.habitica.com/api/components/habitica/content/translations/?format=api",
            "statistics_url": "https://translate.habitica.com/api/components/habitica/content/statistics/?format=api",
            "lock_url": "https://translate.habitica.com/api/components/habitica/content/lock/?format=api",
            "links_url": "https://translate.habitica.com/api/components/habitica/content/links/?format=api",
            "changes_list_url": "https://translate.habitica.com/api/components/habitica/content/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "git@github.com:HabitRPG/habitica.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ 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 Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": false,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "Rebirth",
            "slug": "rebirth",
            "id": 21,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.habitica.com/languages/en/",
                "url": "https://translate.habitica.com/api/languages/en/?format=api",
                "statistics_url": "https://translate.habitica.com/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "git@github.com:HabitRPG/habitica.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "website/common/locales/*/rebirth.json",
            "template": "website/common/locales/en/rebirth.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "json",
            "license": "proprietary",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.habitica.com/projects/habitica/rebirth/",
            "url": "https://translate.habitica.com/api/components/habitica/rebirth/?format=api",
            "repository_url": "https://translate.habitica.com/api/components/habitica/rebirth/repository/?format=api",
            "translations_url": "https://translate.habitica.com/api/components/habitica/rebirth/translations/?format=api",
            "statistics_url": "https://translate.habitica.com/api/components/habitica/rebirth/statistics/?format=api",
            "lock_url": "https://translate.habitica.com/api/components/habitica/rebirth/lock/?format=api",
            "links_url": "https://translate.habitica.com/api/components/habitica/rebirth/links/?format=api",
            "changes_list_url": "https://translate.habitica.com/api/components/habitica/rebirth/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "git@github.com:HabitRPG/habitica.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ 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 Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": false,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "Character",
            "slug": "character",
            "id": 23,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.habitica.com/languages/en/",
                "url": "https://translate.habitica.com/api/languages/en/?format=api",
                "statistics_url": "https://translate.habitica.com/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "git@github.com:HabitRPG/habitica.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "website/common/locales/*/character.json",
            "template": "website/common/locales/en/character.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "json",
            "license": "proprietary",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.habitica.com/projects/habitica/character/",
            "url": "https://translate.habitica.com/api/components/habitica/character/?format=api",
            "repository_url": "https://translate.habitica.com/api/components/habitica/character/repository/?format=api",
            "translations_url": "https://translate.habitica.com/api/components/habitica/character/translations/?format=api",
            "statistics_url": "https://translate.habitica.com/api/components/habitica/character/statistics/?format=api",
            "lock_url": "https://translate.habitica.com/api/components/habitica/character/lock/?format=api",
            "links_url": "https://translate.habitica.com/api/components/habitica/character/links/?format=api",
            "changes_list_url": "https://translate.habitica.com/api/components/habitica/character/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "git@github.com:HabitRPG/habitica.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ 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 Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": false,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "Front",
            "slug": "front",
            "id": 24,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.habitica.com/languages/en/",
                "url": "https://translate.habitica.com/api/languages/en/?format=api",
                "statistics_url": "https://translate.habitica.com/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "git@github.com:HabitRPG/habitica.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "website/common/locales/*/front.json",
            "template": "website/common/locales/en/front.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "json",
            "license": "proprietary",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.habitica.com/projects/habitica/front/",
            "url": "https://translate.habitica.com/api/components/habitica/front/?format=api",
            "repository_url": "https://translate.habitica.com/api/components/habitica/front/repository/?format=api",
            "translations_url": "https://translate.habitica.com/api/components/habitica/front/translations/?format=api",
            "statistics_url": "https://translate.habitica.com/api/components/habitica/front/statistics/?format=api",
            "lock_url": "https://translate.habitica.com/api/components/habitica/front/lock/?format=api",
            "links_url": "https://translate.habitica.com/api/components/habitica/front/links/?format=api",
            "changes_list_url": "https://translate.habitica.com/api/components/habitica/front/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "git@github.com:HabitRPG/habitica.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ 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 Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": false,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "Gear",
            "slug": "gear",
            "id": 25,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.habitica.com/languages/en/",
                "url": "https://translate.habitica.com/api/languages/en/?format=api",
                "statistics_url": "https://translate.habitica.com/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "git@github.com:HabitRPG/habitica.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "website/common/locales/*/gear.json",
            "template": "website/common/locales/en/gear.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "json",
            "license": "proprietary",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.habitica.com/projects/habitica/gear/",
            "url": "https://translate.habitica.com/api/components/habitica/gear/?format=api",
            "repository_url": "https://translate.habitica.com/api/components/habitica/gear/repository/?format=api",
            "translations_url": "https://translate.habitica.com/api/components/habitica/gear/translations/?format=api",
            "statistics_url": "https://translate.habitica.com/api/components/habitica/gear/statistics/?format=api",
            "lock_url": "https://translate.habitica.com/api/components/habitica/gear/lock/?format=api",
            "links_url": "https://translate.habitica.com/api/components/habitica/gear/links/?format=api",
            "changes_list_url": "https://translate.habitica.com/api/components/habitica/gear/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "git@github.com:HabitRPG/habitica.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ 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 Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": false,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "Spells",
            "slug": "spells",
            "id": 26,
            "source_language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translate.habitica.com/languages/en/",
                "url": "https://translate.habitica.com/api/languages/en/?format=api",
                "statistics_url": "https://translate.habitica.com/api/languages/en/statistics/?format=api"
            },
            "vcs": "git",
            "repo": "git@github.com:HabitRPG/habitica.git",
            "git_export": "",
            "branch": "develop",
            "push_branch": "",
            "filemask": "website/common/locales/*/spells.json",
            "template": "website/common/locales/en/spells.json",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "json",
            "license": "proprietary",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.habitica.com/projects/habitica/spells/",
            "url": "https://translate.habitica.com/api/components/habitica/spells/?format=api",
            "repository_url": "https://translate.habitica.com/api/components/habitica/spells/repository/?format=api",
            "translations_url": "https://translate.habitica.com/api/components/habitica/spells/translations/?format=api",
            "statistics_url": "https://translate.habitica.com/api/components/habitica/spells/statistics/?format=api",
            "lock_url": "https://translate.habitica.com/api/components/habitica/spells/lock/?format=api",
            "links_url": "https://translate.habitica.com/api/components/habitica/spells/links/?format=api",
            "changes_list_url": "https://translate.habitica.com/api/components/habitica/spells/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "git@github.com:HabitRPG/habitica.git",
            "check_flags": "",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "merge",
            "commit_message": "Translated using Weblate ({{ 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 Weblate ({{ language_name }})",
            "delete_message": "Deleted translation using Weblate ({{ language_name }})",
            "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
            "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
            "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
            "allow_translation_propagation": true,
            "manage_units": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": false,
            "commit_pending_age": 24,
            "auto_lock_error": true,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [],
            "is_glossary": false,
            "glossary_color": "silver"
        }
    ]
}