From 238715e17e41b609d734c0c5ec0b4e76913976de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 7 Jan 2022 10:38:07 +0100 Subject: [PATCH] Sync with WeblateOrg/meta --- .github/labels.yml | 4 ---- .github/workflows/closing.yml | 2 +- LICENSE | 2 +- scripts/export-cldr | 2 +- scripts/export-gettext | 2 +- scripts/export-iso-aliases | 2 +- scripts/export-iso-languages | 2 +- scripts/export-l10n-guide | 2 +- scripts/export-languages-po | 2 +- scripts/export-macrolanguages | 4 ++-- scripts/export-plural-tags | 4 ++-- scripts/export-translate | 2 +- scripts/generate-language-data | 4 ++-- scripts/lint | 2 +- scripts/list-diff | 2 +- setup.py | 2 +- weblate_language_data/__init__.py | 2 +- weblate_language_data/admin.py | 2 +- weblate_language_data/aliases.py | 2 +- weblate_language_data/ambiguous.py | 2 +- weblate_language_data/apps.py | 2 +- weblate_language_data/check_languages.py | 2 +- weblate_language_data/countries.py | 2 +- weblate_language_data/country_codes.py | 2 +- weblate_language_data/docs.py | 2 +- weblate_language_data/language_codes.py | 2 +- weblate_language_data/languages.py | 2 +- weblate_language_data/models.py | 2 +- weblate_language_data/plural_tags.py | 2 +- weblate_language_data/plurals.py | 2 +- weblate_language_data/rtl.py | 2 +- weblate_language_data/tests.py | 2 +- weblate_language_data/utils.py | 2 +- weblate_language_data/views.py | 2 +- 34 files changed, 36 insertions(+), 40 deletions(-) diff --git a/.github/labels.yml b/.github/labels.yml index 22e86e3f..73285262 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -25,10 +25,6 @@ - color: ffffff name: wontfix description: Nobody will work on this. -# Bountysource -- color: 129e5e - name: bounty - description: Get a bounty by fixing this issue. # Dependabot - color: e3f49c name: dependencies diff --git a/.github/workflows/closing.yml b/.github/workflows/closing.yml index e9adc13b..281a5af1 100644 --- a/.github/workflows/closing.yml +++ b/.github/workflows/closing.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Add closed question comment uses: peter-evans/create-or-update-comment@v1.4.5 - if: ${{ (contains(github.event.issue.labels.*.name, 'question') && ! contains(github.event.issue.labels.*.name, 'wontfix')) || join(github.event.issue.labels.*.name) == '' }} + if: ${{ (contains(github.event.issue.labels.*.name, 'question') && ! contains(github.event.issue.labels.*.name, 'duplicate') && ! contains(github.event.issue.labels.*.name, 'wontfix')) || join(github.event.issue.labels.*.name) == '' }} with: token: ${{ secrets.GITHUB_TOKEN }} issue-number: ${{ github.event.issue.number }} diff --git a/LICENSE b/LICENSE index d24379df..07c3891a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 - 2021 Michal Čihař +Copyright © 2018–2022 Michal Čihař Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/scripts/export-cldr b/scripts/export-cldr index 9241892a..441340c5 100755 --- a/scripts/export-cldr +++ b/scripts/export-cldr @@ -1,6 +1,6 @@ #! /usr/bin/env python3 # -# Copyright © 2018 - 2021 Michal Čihař +# Copyright © 2018–2022 Michal Čihař # # This file is part of Weblate # diff --git a/scripts/export-gettext b/scripts/export-gettext index d1746002..e099ed04 100755 --- a/scripts/export-gettext +++ b/scripts/export-gettext @@ -1,6 +1,6 @@ #! /usr/bin/env python3 # -# Copyright © 2018 - 2021 Michal Čihař +# Copyright © 2018–2022 Michal Čihař # # This file is part of Weblate # diff --git a/scripts/export-iso-aliases b/scripts/export-iso-aliases index 61cb8add..40f9ebef 100755 --- a/scripts/export-iso-aliases +++ b/scripts/export-iso-aliases @@ -1,6 +1,6 @@ #! /usr/bin/env python3 # -# Copyright © 2018 - 2021 Michal Čihař +# Copyright © 2018–2022 Michal Čihař # # This file is part of Weblate # diff --git a/scripts/export-iso-languages b/scripts/export-iso-languages index cbbd2576..2098a51e 100755 --- a/scripts/export-iso-languages +++ b/scripts/export-iso-languages @@ -1,6 +1,6 @@ #! /usr/bin/env python3 # -# Copyright © 2018 - 2021 Michal Čihař +# Copyright © 2018–2022 Michal Čihař # # This file is part of Weblate # diff --git a/scripts/export-l10n-guide b/scripts/export-l10n-guide index 059979ee..42b0f2eb 100755 --- a/scripts/export-l10n-guide +++ b/scripts/export-l10n-guide @@ -1,6 +1,6 @@ #! /usr/bin/env python3 # -# Copyright © 2018 - 2021 Michal Čihař +# Copyright © 2018–2022 Michal Čihař # # This file is part of Weblate # diff --git a/scripts/export-languages-po b/scripts/export-languages-po index 757cf60c..19b13692 100755 --- a/scripts/export-languages-po +++ b/scripts/export-languages-po @@ -1,6 +1,6 @@ #! /usr/bin/env python3 # -# Copyright © 2018 - 2021 Michal Čihař +# Copyright © 2018–2022 Michal Čihař # # This file is part of Weblate # diff --git a/scripts/export-macrolanguages b/scripts/export-macrolanguages index 435a5108..c96b6f47 100755 --- a/scripts/export-macrolanguages +++ b/scripts/export-macrolanguages @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright © 2012 - 2021 Michal Čihař +# Copyright © 2012–2022 Michal Čihař # # This file is part of Weblate # @@ -41,7 +41,7 @@ URL = f"{BASE_URL}iso-639-3-macrolanguages.tab" LANGUAGES = {"kur"} HEADER = '''# -# Copyright © 2012 - 2021 Michal Čihař +# Copyright © 2012–2022 Michal Čihař # # This file is part of Weblate # diff --git a/scripts/export-plural-tags b/scripts/export-plural-tags index 24102349..5197615e 100755 --- a/scripts/export-plural-tags +++ b/scripts/export-plural-tags @@ -1,6 +1,6 @@ #! /usr/bin/env python3 # -# Copyright © 2018 - 2021 Michal Čihař +# Copyright © 2018–2022 Michal Čihař # # This file is part of Weblate # @@ -30,7 +30,7 @@ import subprocess BASE = "modules/cldr-core/supplemental/plurals.json" HEADER = '''# -# Copyright © 2012 - 2021 Michal Čihař +# Copyright © 2012–2022 Michal Čihař # # This file is part of Weblate # diff --git a/scripts/export-translate b/scripts/export-translate index cecaf25f..801ddbd5 100755 --- a/scripts/export-translate +++ b/scripts/export-translate @@ -1,6 +1,6 @@ #! /usr/bin/env python3 # -# Copyright © 2018 - 2021 Michal Čihař +# Copyright © 2018–2022 Michal Čihař # # This file is part of Weblate # diff --git a/scripts/generate-language-data b/scripts/generate-language-data index 80ee0090..a8d44a28 100755 --- a/scripts/generate-language-data +++ b/scripts/generate-language-data @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright © 2012 - 2021 Michal Čihař +# Copyright © 2012–2022 Michal Čihař # # This file is part of Weblate # @@ -40,7 +40,7 @@ SPLIT_RE = re.compile( ) HEADER = '''# -# Copyright © 2012 - 2021 Michal Čihař +# Copyright © 2012–2022 Michal Čihař # # This file is part of Weblate # diff --git a/scripts/lint b/scripts/lint index b4984aa4..9c120880 100755 --- a/scripts/lint +++ b/scripts/lint @@ -1,6 +1,6 @@ #! /usr/bin/env python3 # -# Copyright © 2012 - 2021 Michal Čihař +# Copyright © 2012–2022 Michal Čihař # # This file is part of Weblate # diff --git a/scripts/list-diff b/scripts/list-diff index 6be4535c..80ac38a4 100755 --- a/scripts/list-diff +++ b/scripts/list-diff @@ -1,6 +1,6 @@ #! /usr/bin/env python3 # -# Copyright © 2012 - 2021 Michal Čihař +# Copyright © 2012–2022 Michal Čihař # # This file is part of Weblate # diff --git a/setup.py b/setup.py index 9f891a9f..c11754af 100755 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright © 2012 - 2021 Michal Čihař +# Copyright © 2012–2022 Michal Čihař # # This file is part of Weblate # diff --git a/weblate_language_data/__init__.py b/weblate_language_data/__init__.py index 8c945d21..f782dbff 100644 --- a/weblate_language_data/__init__.py +++ b/weblate_language_data/__init__.py @@ -1,5 +1,5 @@ # -# Copyright © 2012 - 2021 Michal Čihař +# Copyright © 2012–2022 Michal Čihař # # This file is part of Weblate # diff --git a/weblate_language_data/admin.py b/weblate_language_data/admin.py index f641e889..c9adb4a0 100644 --- a/weblate_language_data/admin.py +++ b/weblate_language_data/admin.py @@ -1,5 +1,5 @@ # -# Copyright © 2012 - 2021 Michal Čihař +# Copyright © 2012–2022 Michal Čihař # # This file is part of Weblate # diff --git a/weblate_language_data/aliases.py b/weblate_language_data/aliases.py index 827ea0b4..acbcecef 100644 --- a/weblate_language_data/aliases.py +++ b/weblate_language_data/aliases.py @@ -1,5 +1,5 @@ # -# Copyright © 2012 - 2021 Michal Čihař +# Copyright © 2012–2022 Michal Čihař # # This file is part of Weblate # diff --git a/weblate_language_data/ambiguous.py b/weblate_language_data/ambiguous.py index f83c744e..1f8e482b 100644 --- a/weblate_language_data/ambiguous.py +++ b/weblate_language_data/ambiguous.py @@ -1,5 +1,5 @@ # -# Copyright © 2012 - 2021 Michal Čihař +# Copyright © 2012–2022 Michal Čihař # # This file is part of Weblate # diff --git a/weblate_language_data/apps.py b/weblate_language_data/apps.py index a147785c..7cc39515 100644 --- a/weblate_language_data/apps.py +++ b/weblate_language_data/apps.py @@ -1,5 +1,5 @@ # -# Copyright © 2012 - 2021 Michal Čihař +# Copyright © 2012–2022 Michal Čihař # # This file is part of Weblate # diff --git a/weblate_language_data/check_languages.py b/weblate_language_data/check_languages.py index d466c363..97c58b4a 100644 --- a/weblate_language_data/check_languages.py +++ b/weblate_language_data/check_languages.py @@ -1,5 +1,5 @@ # -# Copyright © 2012 - 2021 Michal Čihař +# Copyright © 2012–2022 Michal Čihař # # This file is part of Weblate # diff --git a/weblate_language_data/countries.py b/weblate_language_data/countries.py index a5ce69b7..3784e4a5 100644 --- a/weblate_language_data/countries.py +++ b/weblate_language_data/countries.py @@ -1,5 +1,5 @@ # -# Copyright © 2012 - 2021 Michal Čihař +# Copyright © 2012–2022 Michal Čihař # # This file is part of Weblate # diff --git a/weblate_language_data/country_codes.py b/weblate_language_data/country_codes.py index 0a020b57..77b949ef 100644 --- a/weblate_language_data/country_codes.py +++ b/weblate_language_data/country_codes.py @@ -1,5 +1,5 @@ # -# Copyright © 2012 - 2021 Michal Čihař +# Copyright © 2012–2022 Michal Čihař # # This file is part of Weblate # diff --git a/weblate_language_data/docs.py b/weblate_language_data/docs.py index e3e331df..5e64322b 100644 --- a/weblate_language_data/docs.py +++ b/weblate_language_data/docs.py @@ -1,5 +1,5 @@ # -# Copyright © 2012 - 2021 Michal Čihař +# Copyright © 2012–2022 Michal Čihař # # This file is part of Weblate # diff --git a/weblate_language_data/language_codes.py b/weblate_language_data/language_codes.py index fe4f56f9..6c7c3e5c 100644 --- a/weblate_language_data/language_codes.py +++ b/weblate_language_data/language_codes.py @@ -1,5 +1,5 @@ # -# Copyright © 2012 - 2021 Michal Čihař +# Copyright © 2012–2022 Michal Čihař # # This file is part of Weblate # diff --git a/weblate_language_data/languages.py b/weblate_language_data/languages.py index f26e4692..dd9ae5f7 100644 --- a/weblate_language_data/languages.py +++ b/weblate_language_data/languages.py @@ -1,5 +1,5 @@ # -# Copyright © 2012 - 2021 Michal Čihař +# Copyright © 2012–2022 Michal Čihař # # This file is part of Weblate # diff --git a/weblate_language_data/models.py b/weblate_language_data/models.py index f641e889..c9adb4a0 100644 --- a/weblate_language_data/models.py +++ b/weblate_language_data/models.py @@ -1,5 +1,5 @@ # -# Copyright © 2012 - 2021 Michal Čihař +# Copyright © 2012–2022 Michal Čihař # # This file is part of Weblate # diff --git a/weblate_language_data/plural_tags.py b/weblate_language_data/plural_tags.py index ad976c4d..9991f2ca 100644 --- a/weblate_language_data/plural_tags.py +++ b/weblate_language_data/plural_tags.py @@ -1,5 +1,5 @@ # -# Copyright © 2012 - 2021 Michal Čihař +# Copyright © 2012–2022 Michal Čihař # # This file is part of Weblate # diff --git a/weblate_language_data/plurals.py b/weblate_language_data/plurals.py index 9e9ea55c..4fc9c129 100644 --- a/weblate_language_data/plurals.py +++ b/weblate_language_data/plurals.py @@ -1,5 +1,5 @@ # -# Copyright © 2012 - 2021 Michal Čihař +# Copyright © 2012–2022 Michal Čihař # # This file is part of Weblate # diff --git a/weblate_language_data/rtl.py b/weblate_language_data/rtl.py index 669e301b..008cb253 100644 --- a/weblate_language_data/rtl.py +++ b/weblate_language_data/rtl.py @@ -1,5 +1,5 @@ # -# Copyright © 2012 - 2021 Michal Čihař +# Copyright © 2012–2022 Michal Čihař # # This file is part of Weblate # diff --git a/weblate_language_data/tests.py b/weblate_language_data/tests.py index f641e889..c9adb4a0 100644 --- a/weblate_language_data/tests.py +++ b/weblate_language_data/tests.py @@ -1,5 +1,5 @@ # -# Copyright © 2012 - 2021 Michal Čihař +# Copyright © 2012–2022 Michal Čihař # # This file is part of Weblate # diff --git a/weblate_language_data/utils.py b/weblate_language_data/utils.py index 06743edd..ab0396b2 100644 --- a/weblate_language_data/utils.py +++ b/weblate_language_data/utils.py @@ -1,5 +1,5 @@ # -# Copyright © 2012 - 2021 Michal Čihař +# Copyright © 2012–2022 Michal Čihař # # This file is part of Weblate # diff --git a/weblate_language_data/views.py b/weblate_language_data/views.py index f641e889..c9adb4a0 100644 --- a/weblate_language_data/views.py +++ b/weblate_language_data/views.py @@ -1,5 +1,5 @@ # -# Copyright © 2012 - 2021 Michal Čihař +# Copyright © 2012–2022 Michal Čihař # # This file is part of Weblate #