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
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

View file

@ -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 }}

View file

@ -1,6 +1,6 @@
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
of this software and associated documentation files (the "Software"), to deal

View file

@ -1,6 +1,6 @@
#! /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/>
#

View file

@ -1,6 +1,6 @@
#! /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/>
#

View file

@ -1,6 +1,6 @@
#! /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/>
#

View file

@ -1,6 +1,6 @@
#! /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/>
#

View file

@ -1,6 +1,6 @@
#! /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/>
#

View file

@ -1,6 +1,6 @@
#! /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/>
#

View file

@ -1,6 +1,6 @@
#!/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/>
#
@ -41,7 +41,7 @@ URL = f"{BASE_URL}iso-639-3-macrolanguages.tab"
LANGUAGES = {"kur"}

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/>
#

View file

@ -1,6 +1,6 @@
#! /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/>
#
@ -30,7 +30,7 @@ import subprocess
BASE = "modules/cldr-core/supplemental/plurals.json"

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/>
#

View file

@ -1,6 +1,6 @@
#! /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/>
#

View file

@ -1,6 +1,6 @@
#!/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/>
#
@ -40,7 +40,7 @@ SPLIT_RE = re.compile(
)

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/>
#

View file

@ -1,6 +1,6 @@
#! /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/>
#

View file

@ -1,6 +1,6 @@
#! /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/>
#

View file

@ -1,6 +1,6 @@
#!/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/>
#

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/>
#

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/>
#

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/>
#

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/>
#

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/>
#

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/>
#

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/>
#

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/>
#

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/>
#

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/>
#

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/>
#

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/>
#

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/>
#

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/>
#

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/>
#

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/>
#

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/>
#

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/>
#