Sync with WeblateOrg/meta

This commit is contained in:
Michal Čihař 2022-01-07 10:38:07 +01:00
parent 7cf011db98
commit 238715e17e
34 changed files with 36 additions and 40 deletions

4
.github/labels.yml vendored
View file

@ -25,10 +25,6 @@
- color: ffffff - color: ffffff
name: wontfix name: wontfix
description: Nobody will work on this. description: Nobody will work on this.
# Bountysource
- color: 129e5e
name: bounty
description: Get a bounty by fixing this issue.
# Dependabot # Dependabot
- color: e3f49c - color: e3f49c
name: dependencies name: dependencies

View file

@ -11,7 +11,7 @@ jobs:
steps: steps:
- name: Add closed question comment - name: Add closed question comment
uses: peter-evans/create-or-update-comment@v1.4.5 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: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }} issue-number: ${{ github.event.issue.number }}

View file

@ -1,6 +1,6 @@
MIT License MIT License


Copyright (c) 2018 - 2021 Michal Čihař Copyright © 20182022 Michal Čihař


Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View file

@ -1,6 +1,6 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
# #
# Copyright © 2018 - 2021 Michal Čihař <michal@cihar.com> # Copyright © 20182022 Michal Čihař <michal@cihar.com>
# #
# This file is part of Weblate <https://weblate.org/> # This file is part of Weblate <https://weblate.org/>
# #

View file

@ -1,6 +1,6 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
# #
# Copyright © 2018 - 2021 Michal Čihař <michal@cihar.com> # Copyright © 20182022 Michal Čihař <michal@cihar.com>
# #
# This file is part of Weblate <https://weblate.org/> # This file is part of Weblate <https://weblate.org/>
# #

View file

@ -1,6 +1,6 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
# #
# Copyright © 2018 - 2021 Michal Čihař <michal@cihar.com> # Copyright © 20182022 Michal Čihař <michal@cihar.com>
# #
# This file is part of Weblate <https://weblate.org/> # This file is part of Weblate <https://weblate.org/>
# #

View file

@ -1,6 +1,6 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
# #
# Copyright © 2018 - 2021 Michal Čihař <michal@cihar.com> # Copyright © 20182022 Michal Čihař <michal@cihar.com>
# #
# This file is part of Weblate <https://weblate.org/> # This file is part of Weblate <https://weblate.org/>
# #

View file

@ -1,6 +1,6 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
# #
# Copyright © 2018 - 2021 Michal Čihař <michal@cihar.com> # Copyright © 20182022 Michal Čihař <michal@cihar.com>
# #
# This file is part of Weblate <https://weblate.org/> # This file is part of Weblate <https://weblate.org/>
# #

View file

@ -1,6 +1,6 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
# #
# Copyright © 2018 - 2021 Michal Čihař <michal@cihar.com> # Copyright © 20182022 Michal Čihař <michal@cihar.com>
# #
# This file is part of Weblate <https://weblate.org/> # This file is part of Weblate <https://weblate.org/>
# #

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# #
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com> # Copyright © 20122022 Michal Čihař <michal@cihar.com>
# #
# This file is part of Weblate <https://weblate.org/> # This file is part of Weblate <https://weblate.org/>
# #
@ -41,7 +41,7 @@ URL = f"{BASE_URL}iso-639-3-macrolanguages.tab"
LANGUAGES = {"kur"} LANGUAGES = {"kur"}


HEADER = '''# HEADER = '''#
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com> # Copyright © 20122022 Michal Čihař <michal@cihar.com>
# #
# This file is part of Weblate <https://weblate.org/> # This file is part of Weblate <https://weblate.org/>
# #

View file

@ -1,6 +1,6 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
# #
# Copyright © 2018 - 2021 Michal Čihař <michal@cihar.com> # Copyright © 20182022 Michal Čihař <michal@cihar.com>
# #
# This file is part of Weblate <https://weblate.org/> # This file is part of Weblate <https://weblate.org/>
# #
@ -30,7 +30,7 @@ import subprocess
BASE = "modules/cldr-core/supplemental/plurals.json" BASE = "modules/cldr-core/supplemental/plurals.json"


HEADER = '''# HEADER = '''#
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com> # Copyright © 20122022 Michal Čihař <michal@cihar.com>
# #
# This file is part of Weblate <https://weblate.org/> # This file is part of Weblate <https://weblate.org/>
# #

View file

@ -1,6 +1,6 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
# #
# Copyright © 2018 - 2021 Michal Čihař <michal@cihar.com> # Copyright © 20182022 Michal Čihař <michal@cihar.com>
# #
# This file is part of Weblate <https://weblate.org/> # This file is part of Weblate <https://weblate.org/>
# #

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# #
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com> # Copyright © 20122022 Michal Čihař <michal@cihar.com>
# #
# This file is part of Weblate <https://weblate.org/> # This file is part of Weblate <https://weblate.org/>
# #
@ -40,7 +40,7 @@ SPLIT_RE = re.compile(
) )


HEADER = '''# HEADER = '''#
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com> # Copyright © 20122022 Michal Čihař <michal@cihar.com>
# #
# This file is part of Weblate <https://weblate.org/> # This file is part of Weblate <https://weblate.org/>
# #

View file

@ -1,6 +1,6 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
# #
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com> # Copyright © 20122022 Michal Čihař <michal@cihar.com>
# #
# This file is part of Weblate <https://weblate.org/> # This file is part of Weblate <https://weblate.org/>
# #

View file

@ -1,6 +1,6 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
# #
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com> # Copyright © 20122022 Michal Čihař <michal@cihar.com>
# #
# This file is part of Weblate <https://weblate.org/> # This file is part of Weblate <https://weblate.org/>
# #

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# #
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com> # Copyright © 20122022 Michal Čihař <michal@cihar.com>
# #
# This file is part of Weblate <https://weblate.org/> # This file is part of Weblate <https://weblate.org/>
# #

View file

@ -1,5 +1,5 @@
# #
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com> # Copyright © 20122022 Michal Čihař <michal@cihar.com>
# #
# This file is part of Weblate <https://weblate.org/> # This file is part of Weblate <https://weblate.org/>
# #

View file

@ -1,5 +1,5 @@
# #
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com> # Copyright © 20122022 Michal Čihař <michal@cihar.com>
# #
# This file is part of Weblate <https://weblate.org/> # This file is part of Weblate <https://weblate.org/>
# #

View file

@ -1,5 +1,5 @@
# #
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com> # Copyright © 20122022 Michal Čihař <michal@cihar.com>
# #
# This file is part of Weblate <https://weblate.org/> # This file is part of Weblate <https://weblate.org/>
# #

View file

@ -1,5 +1,5 @@
# #
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com> # Copyright © 20122022 Michal Čihař <michal@cihar.com>
# #
# This file is part of Weblate <https://weblate.org/> # This file is part of Weblate <https://weblate.org/>
# #

View file

@ -1,5 +1,5 @@
# #
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com> # Copyright © 20122022 Michal Čihař <michal@cihar.com>
# #
# This file is part of Weblate <https://weblate.org/> # This file is part of Weblate <https://weblate.org/>
# #

View file

@ -1,5 +1,5 @@
# #
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com> # Copyright © 20122022 Michal Čihař <michal@cihar.com>
# #
# This file is part of Weblate <https://weblate.org/> # This file is part of Weblate <https://weblate.org/>
# #

View file

@ -1,5 +1,5 @@
# #
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com> # Copyright © 20122022 Michal Čihař <michal@cihar.com>
# #
# This file is part of Weblate <https://weblate.org/> # This file is part of Weblate <https://weblate.org/>
# #

View file

@ -1,5 +1,5 @@
# #
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com> # Copyright © 20122022 Michal Čihař <michal@cihar.com>
# #
# This file is part of Weblate <https://weblate.org/> # This file is part of Weblate <https://weblate.org/>
# #

View file

@ -1,5 +1,5 @@
# #
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com> # Copyright © 20122022 Michal Čihař <michal@cihar.com>
# #
# This file is part of Weblate <https://weblate.org/> # This file is part of Weblate <https://weblate.org/>
# #

View file

@ -1,5 +1,5 @@
# #
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com> # Copyright © 20122022 Michal Čihař <michal@cihar.com>
# #
# This file is part of Weblate <https://weblate.org/> # This file is part of Weblate <https://weblate.org/>
# #

View file

@ -1,5 +1,5 @@
# #
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com> # Copyright © 20122022 Michal Čihař <michal@cihar.com>
# #
# This file is part of Weblate <https://weblate.org/> # This file is part of Weblate <https://weblate.org/>
# #

View file

@ -1,5 +1,5 @@
# #
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com> # Copyright © 20122022 Michal Čihař <michal@cihar.com>
# #
# This file is part of Weblate <https://weblate.org/> # This file is part of Weblate <https://weblate.org/>
# #

View file

@ -1,5 +1,5 @@
# #
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com> # Copyright © 20122022 Michal Čihař <michal@cihar.com>
# #
# This file is part of Weblate <https://weblate.org/> # This file is part of Weblate <https://weblate.org/>
# #

View file

@ -1,5 +1,5 @@
# #
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com> # Copyright © 20122022 Michal Čihař <michal@cihar.com>
# #
# This file is part of Weblate <https://weblate.org/> # This file is part of Weblate <https://weblate.org/>
# #

View file

@ -1,5 +1,5 @@
# #
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com> # Copyright © 20122022 Michal Čihař <michal@cihar.com>
# #
# This file is part of Weblate <https://weblate.org/> # This file is part of Weblate <https://weblate.org/>
# #

View file

@ -1,5 +1,5 @@
# #
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com> # Copyright © 20122022 Michal Čihař <michal@cihar.com>
# #
# This file is part of Weblate <https://weblate.org/> # This file is part of Weblate <https://weblate.org/>
# #

View file

@ -1,5 +1,5 @@
# #
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com> # Copyright © 20122022 Michal Čihař <michal@cihar.com>
# #
# This file is part of Weblate <https://weblate.org/> # This file is part of Weblate <https://weblate.org/>
# #

View file

@ -1,5 +1,5 @@
# #
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com> # Copyright © 20122022 Michal Čihař <michal@cihar.com>
# #
# This file is part of Weblate <https://weblate.org/> # This file is part of Weblate <https://weblate.org/>
# #