mirror of
https://gh.llkk.cc/https://github.com/WeblateOrg/language-data.git
synced 2025-10-04 15:12:29 +08:00
Sync with WeblateOrg/meta
This commit is contained in:
parent
7cf011db98
commit
238715e17e
34 changed files with 36 additions and 40 deletions
4
.github/labels.yml
vendored
4
.github/labels.yml
vendored
|
@ -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
|
||||||
|
|
2
.github/workflows/closing.yml
vendored
2
.github/workflows/closing.yml
vendored
|
@ -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 }}
|
||||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
MIT License
|
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
|
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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#! /usr/bin/env python3
|
#! /usr/bin/env python3
|
||||||
#
|
#
|
||||||
# Copyright © 2018 - 2021 Michal Čihař <michal@cihar.com>
|
# Copyright © 2018–2022 Michal Čihař <michal@cihar.com>
|
||||||
#
|
#
|
||||||
# This file is part of Weblate <https://weblate.org/>
|
# This file is part of Weblate <https://weblate.org/>
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#! /usr/bin/env python3
|
#! /usr/bin/env python3
|
||||||
#
|
#
|
||||||
# Copyright © 2018 - 2021 Michal Čihař <michal@cihar.com>
|
# Copyright © 2018–2022 Michal Čihař <michal@cihar.com>
|
||||||
#
|
#
|
||||||
# This file is part of Weblate <https://weblate.org/>
|
# This file is part of Weblate <https://weblate.org/>
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#! /usr/bin/env python3
|
#! /usr/bin/env python3
|
||||||
#
|
#
|
||||||
# Copyright © 2018 - 2021 Michal Čihař <michal@cihar.com>
|
# Copyright © 2018–2022 Michal Čihař <michal@cihar.com>
|
||||||
#
|
#
|
||||||
# This file is part of Weblate <https://weblate.org/>
|
# This file is part of Weblate <https://weblate.org/>
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#! /usr/bin/env python3
|
#! /usr/bin/env python3
|
||||||
#
|
#
|
||||||
# Copyright © 2018 - 2021 Michal Čihař <michal@cihar.com>
|
# Copyright © 2018–2022 Michal Čihař <michal@cihar.com>
|
||||||
#
|
#
|
||||||
# This file is part of Weblate <https://weblate.org/>
|
# This file is part of Weblate <https://weblate.org/>
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#! /usr/bin/env python3
|
#! /usr/bin/env python3
|
||||||
#
|
#
|
||||||
# Copyright © 2018 - 2021 Michal Čihař <michal@cihar.com>
|
# Copyright © 2018–2022 Michal Čihař <michal@cihar.com>
|
||||||
#
|
#
|
||||||
# This file is part of Weblate <https://weblate.org/>
|
# This file is part of Weblate <https://weblate.org/>
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#! /usr/bin/env python3
|
#! /usr/bin/env python3
|
||||||
#
|
#
|
||||||
# Copyright © 2018 - 2021 Michal Čihař <michal@cihar.com>
|
# Copyright © 2018–2022 Michal Čihař <michal@cihar.com>
|
||||||
#
|
#
|
||||||
# This file is part of Weblate <https://weblate.org/>
|
# This file is part of Weblate <https://weblate.org/>
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
#
|
#
|
||||||
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com>
|
# Copyright © 2012–2022 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 © 2012–2022 Michal Čihař <michal@cihar.com>
|
||||||
#
|
#
|
||||||
# This file is part of Weblate <https://weblate.org/>
|
# This file is part of Weblate <https://weblate.org/>
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#! /usr/bin/env python3
|
#! /usr/bin/env python3
|
||||||
#
|
#
|
||||||
# Copyright © 2018 - 2021 Michal Čihař <michal@cihar.com>
|
# Copyright © 2018–2022 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 © 2012–2022 Michal Čihař <michal@cihar.com>
|
||||||
#
|
#
|
||||||
# This file is part of Weblate <https://weblate.org/>
|
# This file is part of Weblate <https://weblate.org/>
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#! /usr/bin/env python3
|
#! /usr/bin/env python3
|
||||||
#
|
#
|
||||||
# Copyright © 2018 - 2021 Michal Čihař <michal@cihar.com>
|
# Copyright © 2018–2022 Michal Čihař <michal@cihar.com>
|
||||||
#
|
#
|
||||||
# This file is part of Weblate <https://weblate.org/>
|
# This file is part of Weblate <https://weblate.org/>
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
#
|
#
|
||||||
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com>
|
# Copyright © 2012–2022 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 © 2012–2022 Michal Čihař <michal@cihar.com>
|
||||||
#
|
#
|
||||||
# This file is part of Weblate <https://weblate.org/>
|
# This file is part of Weblate <https://weblate.org/>
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#! /usr/bin/env python3
|
#! /usr/bin/env python3
|
||||||
#
|
#
|
||||||
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com>
|
# Copyright © 2012–2022 Michal Čihař <michal@cihar.com>
|
||||||
#
|
#
|
||||||
# This file is part of Weblate <https://weblate.org/>
|
# This file is part of Weblate <https://weblate.org/>
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#! /usr/bin/env python3
|
#! /usr/bin/env python3
|
||||||
#
|
#
|
||||||
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com>
|
# Copyright © 2012–2022 Michal Čihař <michal@cihar.com>
|
||||||
#
|
#
|
||||||
# This file is part of Weblate <https://weblate.org/>
|
# This file is part of Weblate <https://weblate.org/>
|
||||||
#
|
#
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
#
|
#
|
||||||
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com>
|
# Copyright © 2012–2022 Michal Čihař <michal@cihar.com>
|
||||||
#
|
#
|
||||||
# This file is part of Weblate <https://weblate.org/>
|
# This file is part of Weblate <https://weblate.org/>
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com>
|
# Copyright © 2012–2022 Michal Čihař <michal@cihar.com>
|
||||||
#
|
#
|
||||||
# This file is part of Weblate <https://weblate.org/>
|
# This file is part of Weblate <https://weblate.org/>
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com>
|
# Copyright © 2012–2022 Michal Čihař <michal@cihar.com>
|
||||||
#
|
#
|
||||||
# This file is part of Weblate <https://weblate.org/>
|
# This file is part of Weblate <https://weblate.org/>
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com>
|
# Copyright © 2012–2022 Michal Čihař <michal@cihar.com>
|
||||||
#
|
#
|
||||||
# This file is part of Weblate <https://weblate.org/>
|
# This file is part of Weblate <https://weblate.org/>
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com>
|
# Copyright © 2012–2022 Michal Čihař <michal@cihar.com>
|
||||||
#
|
#
|
||||||
# This file is part of Weblate <https://weblate.org/>
|
# This file is part of Weblate <https://weblate.org/>
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com>
|
# Copyright © 2012–2022 Michal Čihař <michal@cihar.com>
|
||||||
#
|
#
|
||||||
# This file is part of Weblate <https://weblate.org/>
|
# This file is part of Weblate <https://weblate.org/>
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com>
|
# Copyright © 2012–2022 Michal Čihař <michal@cihar.com>
|
||||||
#
|
#
|
||||||
# This file is part of Weblate <https://weblate.org/>
|
# This file is part of Weblate <https://weblate.org/>
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com>
|
# Copyright © 2012–2022 Michal Čihař <michal@cihar.com>
|
||||||
#
|
#
|
||||||
# This file is part of Weblate <https://weblate.org/>
|
# This file is part of Weblate <https://weblate.org/>
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com>
|
# Copyright © 2012–2022 Michal Čihař <michal@cihar.com>
|
||||||
#
|
#
|
||||||
# This file is part of Weblate <https://weblate.org/>
|
# This file is part of Weblate <https://weblate.org/>
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com>
|
# Copyright © 2012–2022 Michal Čihař <michal@cihar.com>
|
||||||
#
|
#
|
||||||
# This file is part of Weblate <https://weblate.org/>
|
# This file is part of Weblate <https://weblate.org/>
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com>
|
# Copyright © 2012–2022 Michal Čihař <michal@cihar.com>
|
||||||
#
|
#
|
||||||
# This file is part of Weblate <https://weblate.org/>
|
# This file is part of Weblate <https://weblate.org/>
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com>
|
# Copyright © 2012–2022 Michal Čihař <michal@cihar.com>
|
||||||
#
|
#
|
||||||
# This file is part of Weblate <https://weblate.org/>
|
# This file is part of Weblate <https://weblate.org/>
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com>
|
# Copyright © 2012–2022 Michal Čihař <michal@cihar.com>
|
||||||
#
|
#
|
||||||
# This file is part of Weblate <https://weblate.org/>
|
# This file is part of Weblate <https://weblate.org/>
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com>
|
# Copyright © 2012–2022 Michal Čihař <michal@cihar.com>
|
||||||
#
|
#
|
||||||
# This file is part of Weblate <https://weblate.org/>
|
# This file is part of Weblate <https://weblate.org/>
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com>
|
# Copyright © 2012–2022 Michal Čihař <michal@cihar.com>
|
||||||
#
|
#
|
||||||
# This file is part of Weblate <https://weblate.org/>
|
# This file is part of Weblate <https://weblate.org/>
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com>
|
# Copyright © 2012–2022 Michal Čihař <michal@cihar.com>
|
||||||
#
|
#
|
||||||
# This file is part of Weblate <https://weblate.org/>
|
# This file is part of Weblate <https://weblate.org/>
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com>
|
# Copyright © 2012–2022 Michal Čihař <michal@cihar.com>
|
||||||
#
|
#
|
||||||
# This file is part of Weblate <https://weblate.org/>
|
# This file is part of Weblate <https://weblate.org/>
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com>
|
# Copyright © 2012–2022 Michal Čihař <michal@cihar.com>
|
||||||
#
|
#
|
||||||
# This file is part of Weblate <https://weblate.org/>
|
# This file is part of Weblate <https://weblate.org/>
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright © 2012 - 2021 Michal Čihař <michal@cihar.com>
|
# Copyright © 2012–2022 Michal Čihař <michal@cihar.com>
|
||||||
#
|
#
|
||||||
# This file is part of Weblate <https://weblate.org/>
|
# This file is part of Weblate <https://weblate.org/>
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue