File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed
Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ # -*- coding: utf-8 -*-
2+ #
3+ # Copyright (c) Django Software Foundation and individual contributors.
4+ # SPDX-License-Identifier: BSD-3-Clause
5+ # Originally from https://raw.githubusercontent.com/django/django/ce586ed6931092d3a5f06df9031cdeb891793ddb/django/conf/locale/__init__.py
6+ #
7+ # See https://github.com/nexB/scancode-toolkit for support or download.
8+ # See https://aboutcode.org for more information about nexB OSS projects.
9+ #
10+
111"""
212LANG_INFO is a dictionary structure to provide meta information about languages.
313
Original file line number Diff line number Diff line change 1+ about_resource: languages.py
2+ version: ce586ed6
3+ download_url: https://raw.githubusercontent.com/django/django/ce586ed6931092d3a5f06df9031cdeb891793ddb/django/conf/locale/__init__.py
4+ package_url: pkg:github/django/django@ce586ed6931092d3a5f06df9031cdeb891793ddb#conf/locale/__init__.py
5+
6+ description: List of ISO languages copied from Django
7+ homepage_url: https://github.com/django/django
8+ copyright: Copyright (c) Django Software Foundation and individual contributors.
9+ owner: nexB
10+
11+ license_expression: bsd-new
12+ licenses:
13+ - file: languages.py.LICENSE
14+ key: bsd-new
15+
You can’t perform that action at this time.
0 commit comments