-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
522 changed files
with
528 additions
and
532 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
steps: | ||
- name: Add closed question comment | ||
uses: peter-evans/[email protected] | ||
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 }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,7 +59,7 @@ https://github.com/WeblateOrg/weblate/issues | |
License | ||
------- | ||
|
||
Copyright © 2012–2021 Michal Čihař [email protected] | ||
Copyright © 2012–2022 Michal Čihař [email protected] | ||
|
||
This program is free software: you can redistribute it and/or modify it under | ||
the terms of the GNU General Public License as published by the Free Software | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
License | ||
------- | ||
|
||
Copyright © 2012–2021 Michal Čihař [email protected] | ||
Copyright © 2012–2022 Michal Čihař [email protected] | ||
|
||
This program is free software: you can redistribute it and/or modify it under | ||
the terms of the GNU General Public License as published by the Free Software | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) 2012 - 2021 Michal Čihař | ||
# Copyright © 2012–2022 Michal Čihař | ||
# This file is distributed under the same license as the Weblate package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
|
@@ -23944,7 +23944,7 @@ msgid "License" | |
msgstr "" | ||
|
||
#: ../../contributing/license.rst:4 | ||
msgid "Copyright (C) 2012 - 2021 Michal Čihař <[email protected]>" | ||
msgid "Copyright © 2012–2022 Michal Čihař <[email protected]>" | ||
msgstr "" | ||
|
||
#: ../../contributing/license.rst:6 | ||
|
@@ -28467,7 +28467,7 @@ msgid "https://github.com/WeblateOrg/weblate/issues" | |
msgstr "" | ||
|
||
#: ../../../README.rst:62 | ||
msgid "Copyright © 2012–2021 Michal Čihař [email protected]" | ||
msgid "Copyright © 2012–2022 Michal Čihař [email protected]" | ||
msgstr "" | ||
|
||
#: ../../../README.rst:73 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env python3 | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env python3 | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
@@ -28,7 +28,7 @@ import json | |
import subprocess | ||
|
||
HEADER = '''# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env python3 | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env python3 | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# | ||
# Copyright © 2012 - 2021 Michal Čihař <[email protected]> | ||
# Copyright © 2012–2022 Michal Čihař <[email protected]> | ||
# | ||
# This file is part of Weblate <https://weblate.org/> | ||
# | ||
|
Oops, something went wrong.