Translation projects API.

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

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

{
    "count": 7,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "Main Strings",
            "slug": "main-strings",
            "id": 2,
            "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-android.git",
            "git_export": "https://translate.habitica.com/git/habitica-android/main-strings/",
            "branch": "main",
            "push_branch": "",
            "filemask": "Habitica/res/values-*/strings.xml",
            "template": "Habitica/res/values/strings.xml",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "aresource",
            "license": "proprietary",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.habitica.com/projects/habitica-android/main-strings/",
            "url": "https://translate.habitica.com/api/components/habitica-android/main-strings/?format=api",
            "repository_url": "https://translate.habitica.com/api/components/habitica-android/main-strings/repository/?format=api",
            "translations_url": "https://translate.habitica.com/api/components/habitica-android/main-strings/translations/?format=api",
            "statistics_url": "https://translate.habitica.com/api/components/habitica-android/main-strings/statistics/?format=api",
            "lock_url": "https://translate.habitica.com/api/components/habitica-android/main-strings/lock/?format=api",
            "links_url": "https://translate.habitica.com/api/components/habitica-android/main-strings/links/?format=api",
            "changes_list_url": "https://translate.habitica.com/api/components/habitica-android/main-strings/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "git@github.com:HabitRPG/habitica-android.git",
            "check_flags": "java-printf-format",
            "priority": 100,
            "enforced_checks": [
                "double_space",
                "ellipsis",
                "java_printf_format"
            ],
            "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\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": true,
            "enable_suggestions": true,
            "suggestion_voting": false,
            "suggestion_autoaccept": 0,
            "push_on_commit": false,
            "commit_pending_age": 168,
            "auto_lock_error": false,
            "language_regex": "^[^.]+$",
            "variant_regex": "",
            "addons": [
                "https://translate.habitica.com/api/addons/2/?format=api",
                "https://translate.habitica.com/api/addons/3/?format=api",
                "https://translate.habitica.com/api/addons/10/?format=api",
                "https://translate.habitica.com/api/addons/12/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "Tutorial",
            "slug": "tutorial",
            "id": 41,
            "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-android.git",
            "git_export": "",
            "branch": "main",
            "push_branch": "",
            "filemask": "Habitica/res/values-*/strings.tutorial.xml",
            "template": "Habitica/res/values/strings.tutorial.xml",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "aresource",
            "license": "proprietary",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.habitica.com/projects/habitica-android/tutorial/",
            "url": "https://translate.habitica.com/api/components/habitica-android/tutorial/?format=api",
            "repository_url": "https://translate.habitica.com/api/components/habitica-android/tutorial/repository/?format=api",
            "translations_url": "https://translate.habitica.com/api/components/habitica-android/tutorial/translations/?format=api",
            "statistics_url": "https://translate.habitica.com/api/components/habitica-android/tutorial/statistics/?format=api",
            "lock_url": "https://translate.habitica.com/api/components/habitica-android/tutorial/lock/?format=api",
            "links_url": "https://translate.habitica.com/api/components/habitica-android/tutorial/links/?format=api",
            "changes_list_url": "https://translate.habitica.com/api/components/habitica-android/tutorial/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "git@github.com:HabitRPG/habitica-android.git",
            "check_flags": "java-printf-format",
            "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\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": 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": "Profile",
            "slug": "profile",
            "id": 42,
            "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-android.git",
            "git_export": "",
            "branch": "main",
            "push_branch": "",
            "filemask": "Habitica/res/values-*/strings.profile.xml",
            "template": "Habitica/res/values/strings.profile.xml",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "aresource",
            "license": "proprietary",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.habitica.com/projects/habitica-android/profile/",
            "url": "https://translate.habitica.com/api/components/habitica-android/profile/?format=api",
            "repository_url": "https://translate.habitica.com/api/components/habitica-android/profile/repository/?format=api",
            "translations_url": "https://translate.habitica.com/api/components/habitica-android/profile/translations/?format=api",
            "statistics_url": "https://translate.habitica.com/api/components/habitica-android/profile/statistics/?format=api",
            "lock_url": "https://translate.habitica.com/api/components/habitica-android/profile/lock/?format=api",
            "links_url": "https://translate.habitica.com/api/components/habitica-android/profile/links/?format=api",
            "changes_list_url": "https://translate.habitica.com/api/components/habitica-android/profile/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "git@github.com:HabitRPG/habitica-android.git",
            "check_flags": "java-printf-format",
            "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\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": 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": "Sidebar",
            "slug": "sidebar",
            "id": 43,
            "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-android.git",
            "git_export": "",
            "branch": "main",
            "push_branch": "",
            "filemask": "Habitica/res/values-*/strings.sidebar.xml",
            "template": "Habitica/res/values/strings.sidebar.xml",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "aresource",
            "license": "proprietary",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.habitica.com/projects/habitica-android/sidebar/",
            "url": "https://translate.habitica.com/api/components/habitica-android/sidebar/?format=api",
            "repository_url": "https://translate.habitica.com/api/components/habitica-android/sidebar/repository/?format=api",
            "translations_url": "https://translate.habitica.com/api/components/habitica-android/sidebar/translations/?format=api",
            "statistics_url": "https://translate.habitica.com/api/components/habitica-android/sidebar/statistics/?format=api",
            "lock_url": "https://translate.habitica.com/api/components/habitica-android/sidebar/lock/?format=api",
            "links_url": "https://translate.habitica.com/api/components/habitica-android/sidebar/links/?format=api",
            "changes_list_url": "https://translate.habitica.com/api/components/habitica-android/sidebar/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "git@github.com:HabitRPG/habitica-android.git",
            "check_flags": "java-printf-format",
            "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\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": 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": "Store",
            "slug": "store",
            "id": 44,
            "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-android.git",
            "git_export": "",
            "branch": "main",
            "push_branch": "",
            "filemask": "translations/store_strings-*.xml",
            "template": "translations/store_strings-en-rGB.xml",
            "edit_template": false,
            "intermediate": "",
            "new_base": "",
            "file_format": "aresource",
            "license": "proprietary",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.habitica.com/projects/habitica-android/store/",
            "url": "https://translate.habitica.com/api/components/habitica-android/store/?format=api",
            "repository_url": "https://translate.habitica.com/api/components/habitica-android/store/repository/?format=api",
            "translations_url": "https://translate.habitica.com/api/components/habitica-android/store/translations/?format=api",
            "statistics_url": "https://translate.habitica.com/api/components/habitica-android/store/statistics/?format=api",
            "lock_url": "https://translate.habitica.com/api/components/habitica-android/store/lock/?format=api",
            "links_url": "https://translate.habitica.com/api/components/habitica-android/store/links/?format=api",
            "changes_list_url": "https://translate.habitica.com/api/components/habitica-android/store/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "git@github.com:HabitRPG/habitica-android.git",
            "check_flags": "java-printf-format",
            "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\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": 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": "Common",
            "slug": "common",
            "id": 52,
            "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-android.git",
            "git_export": "",
            "branch": "main",
            "push_branch": "",
            "filemask": "common/src/main/res/values-*/strings.xml",
            "template": "common/src/main/res/values/strings.xml",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "aresource",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.habitica.com/projects/habitica-android/common/",
            "url": "https://translate.habitica.com/api/components/habitica-android/common/?format=api",
            "repository_url": "https://translate.habitica.com/api/components/habitica-android/common/repository/?format=api",
            "translations_url": "https://translate.habitica.com/api/components/habitica-android/common/translations/?format=api",
            "statistics_url": "https://translate.habitica.com/api/components/habitica-android/common/statistics/?format=api",
            "lock_url": "https://translate.habitica.com/api/components/habitica-android/common/lock/?format=api",
            "links_url": "https://translate.habitica.com/api/components/habitica-android/common/links/?format=api",
            "changes_list_url": "https://translate.habitica.com/api/components/habitica-android/common/changes/?format=api",
            "task_url": null,
            "new_lang": "none",
            "language_code_style": "",
            "push": "git@github.com:HabitRPG/habitica-android.git",
            "check_flags": "java-printf-format",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "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 \"{{ addon_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": 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": [
                "https://translate.habitica.com/api/addons/14/?format=api"
            ],
            "is_glossary": false,
            "glossary_color": "silver"
        },
        {
            "name": "Wearos",
            "slug": "wearos",
            "id": 53,
            "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-android.git",
            "git_export": "",
            "branch": "main",
            "push_branch": "",
            "filemask": "wearos/src/main/res/values-*/strings.xml",
            "template": "wearos/src/main/res/values/strings.xml",
            "edit_template": true,
            "intermediate": "",
            "new_base": "",
            "file_format": "aresource",
            "license": "",
            "license_url": null,
            "agreement": "",
            "web_url": "https://translate.habitica.com/projects/habitica-android/wearos/",
            "url": "https://translate.habitica.com/api/components/habitica-android/wearos/?format=api",
            "repository_url": "https://translate.habitica.com/api/components/habitica-android/wearos/repository/?format=api",
            "translations_url": "https://translate.habitica.com/api/components/habitica-android/wearos/translations/?format=api",
            "statistics_url": "https://translate.habitica.com/api/components/habitica-android/wearos/statistics/?format=api",
            "lock_url": "https://translate.habitica.com/api/components/habitica-android/wearos/lock/?format=api",
            "links_url": "https://translate.habitica.com/api/components/habitica-android/wearos/links/?format=api",
            "changes_list_url": "https://translate.habitica.com/api/components/habitica-android/wearos/changes/?format=api",
            "task_url": null,
            "new_lang": "add",
            "language_code_style": "",
            "push": "git@github.com:HabitRPG/habitica-android.git",
            "check_flags": "java-printf-format",
            "priority": 100,
            "enforced_checks": [],
            "restricted": false,
            "repoweb": "",
            "report_source_bugs": "",
            "merge_style": "rebase",
            "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 \"{{ addon_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": 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": false,
            "glossary_color": "silver"
        }
    ]
}