Commit graph

4273 commits

Author SHA1 Message Date
fc8219d526
build(deps): bump actions/setup-python from 4 to 5 (#835)
Bumps [actions/setup-python](https://github.com/actions/setup-python)
from 4 to 5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/setup-python/releases">actions/setup-python's
releases</a>.</em></p>
<blockquote>
<h2>v5.0.0</h2>
<h2>What's Changed</h2>
<p>In scope of this release, we update node version runtime from node16
to node20 (<a
href="https://redirect.github.com/actions/setup-python/pull/772">actions/setup-python#772</a>).
Besides, we update dependencies to the latest versions.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-python/compare/v4.8.0...v5.0.0">https://github.com/actions/setup-python/compare/v4.8.0...v5.0.0</a></p>
<h2>v4.8.0</h2>
<h2>What's Changed</h2>
<p>In scope of this release we added support for GraalPy (<a
href="https://redirect.github.com/actions/setup-python/pull/694">actions/setup-python#694</a>).
You can use this snippet to set up GraalPy:</p>
<pre lang="yaml"><code>steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4 
  with:
    python-version: 'graalpy-22.3' 
- run: python my_script.py
</code></pre>
<p>Besides, the release contains such changes as:</p>
<ul>
<li>Trim python version when reading from file by <a
href="https://github.com/FerranPares"><code>@​FerranPares</code></a> in
<a
href="https://redirect.github.com/actions/setup-python/pull/628">actions/setup-python#628</a></li>
<li>Use non-deprecated versions in examples by <a
href="https://github.com/jeffwidman"><code>@​jeffwidman</code></a> in <a
href="https://redirect.github.com/actions/setup-python/pull/724">actions/setup-python#724</a></li>
<li>Change deprecation comment to past tense by <a
href="https://github.com/jeffwidman"><code>@​jeffwidman</code></a> in <a
href="https://redirect.github.com/actions/setup-python/pull/723">actions/setup-python#723</a></li>
<li>Bump <code>@​babel/traverse</code> from 7.9.0 to 7.23.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/setup-python/pull/743">actions/setup-python#743</a></li>
<li>advanced-usage.md: Encourage the use actions/checkout@v4 by <a
href="https://github.com/cclauss"><code>@​cclauss</code></a> in <a
href="https://redirect.github.com/actions/setup-python/pull/729">actions/setup-python#729</a></li>
<li>Examples now use checkout@v4 by <a
href="https://github.com/simonw"><code>@​simonw</code></a> in <a
href="https://redirect.github.com/actions/setup-python/pull/738">actions/setup-python#738</a></li>
<li>Update actions/checkout to v4 by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-python/pull/761">actions/setup-python#761</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/FerranPares"><code>@​FerranPares</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/setup-python/pull/628">actions/setup-python#628</a></li>
<li><a href="https://github.com/timfel"><code>@​timfel</code></a> made
their first contribution in <a
href="https://redirect.github.com/actions/setup-python/pull/694">actions/setup-python#694</a></li>
<li><a
href="https://github.com/jeffwidman"><code>@​jeffwidman</code></a> made
their first contribution in <a
href="https://redirect.github.com/actions/setup-python/pull/724">actions/setup-python#724</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-python/compare/v4...v4.8.0">https://github.com/actions/setup-python/compare/v4...v4.8.0</a></p>
<h2>v4.7.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump word-wrap from 1.2.3 to 1.2.4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/setup-python/pull/702">actions/setup-python#702</a></li>
<li>Add range validation for toml files by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-python/pull/726">actions/setup-python#726</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-python/compare/v4...v4.7.1">https://github.com/actions/setup-python/compare/v4...v4.7.1</a></p>
<h2>v4.7.0</h2>
<p>In scope of this release, the support for reading python version from
pyproject.toml was added (<a
href="https://redirect.github.com/actions/setup-python/pull/669">actions/setup-python#669</a>).</p>
<pre lang="yaml"><code>      - name: Setup Python
        uses: actions/setup-python@v4
&lt;/tr&gt;&lt;/table&gt; 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="0a5c615913"><code>0a5c615</code></a>
Update action to node20 (<a
href="https://redirect.github.com/actions/setup-python/issues/772">#772</a>)</li>
<li><a
href="0ae58361cd"><code>0ae5836</code></a>
Add example of GraalPy to docs (<a
href="https://redirect.github.com/actions/setup-python/issues/773">#773</a>)</li>
<li><a
href="b64ffcaf5b"><code>b64ffca</code></a>
update actions/checkout to v4 (<a
href="https://redirect.github.com/actions/setup-python/issues/761">#761</a>)</li>
<li><a
href="8d2896179a"><code>8d28961</code></a>
Examples now use checkout@v4 (<a
href="https://redirect.github.com/actions/setup-python/issues/738">#738</a>)</li>
<li><a
href="7bc6abb01e"><code>7bc6abb</code></a>
advanced-usage.md: Encourage the use actions/checkout@v4 (<a
href="https://redirect.github.com/actions/setup-python/issues/729">#729</a>)</li>
<li><a
href="e8111cec9d"><code>e8111ce</code></a>
Bump <code>@​babel/traverse</code> from 7.9.0 to 7.23.2 (<a
href="https://redirect.github.com/actions/setup-python/issues/743">#743</a>)</li>
<li><a
href="a00ea43da6"><code>a00ea43</code></a>
add fix for graalpy ci (<a
href="https://redirect.github.com/actions/setup-python/issues/741">#741</a>)</li>
<li><a
href="8635b1ccc5"><code>8635b1c</code></a>
Change deprecation comment to past tense (<a
href="https://redirect.github.com/actions/setup-python/issues/723">#723</a>)</li>
<li><a
href="f6cc428f53"><code>f6cc428</code></a>
Use non-deprecated versions in examples (<a
href="https://redirect.github.com/actions/setup-python/issues/724">#724</a>)</li>
<li><a
href="5f2af211d6"><code>5f2af21</code></a>
Add GraalPy support (<a
href="https://redirect.github.com/actions/setup-python/issues/694">#694</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/actions/setup-python/compare/v4...v5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-python&package-manager=github_actions&previous-version=4&new-version=5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
2023-12-13 01:09:11 +03:00
dependabot[bot]
2dd7052b86
build(deps): bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-07 07:32:29 +00:00
Afonso Coutinho
ab70ed87a2
translate: translated using Weblate (Portuguese)
Currently translated at 58.0% (184 of 317 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/pt/
2023-11-19 22:02:45 +01:00
Afonso Coutinho
967eaee117
translate: translated using Weblate (Portuguese)
Currently translated at 51.7% (164 of 317 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/pt/
2023-11-17 00:08:55 +01:00
Afonso Coutinho
a0b8f3589b
translate: translated using Weblate (Portuguese)
Currently translated at 36.9% (117 of 317 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/pt/
2023-11-16 21:07:14 +00:00
Afonso Coutinho
c724e66101
translate: added translation using Weblate (Portuguese) 2023-11-16 19:56:47 +01:00
Sabri Ünal
377445ac8e
translate: translated using Weblate (Turkish)
Currently translated at 100.0% (317 of 317 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/tr/
2023-11-03 06:15:19 +01:00
Reza Almanda
7826b4fc63
translate: translated using Weblate (Indonesian)
Currently translated at 99.3% (315 of 317 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/id/
2023-10-30 05:17:07 +00:00
K.B.Dharun Krishna
37bf6d13f5
translate: translated using Weblate (Tamil)
Currently translated at 100.0% (317 of 317 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/ta/
2023-10-28 12:05:08 +00:00
Muhammad Akbar Yanuar Mantari
575232a783
translate: translated using Weblate (Indonesian)
Currently translated at 97.4% (309 of 317 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/id/
2023-10-25 17:04:01 +02:00
gallegonovato
6e61232efd
translate: translated using Weblate (Spanish)
Currently translated at 100.0% (317 of 317 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/es/
2023-10-25 01:05:36 +02:00
yangyangdaji
01f16c8cb9
translate: translated using Weblate (Ukrainian)
Currently translated at 0.3% (1 of 317 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/uk/
2023-10-23 06:03:03 +02:00
yangyangdaji
48580a6dd8
translate: translated using Weblate (Azerbaijani)
Currently translated at 6.3% (20 of 317 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/az/
2023-10-23 06:03:02 +02:00
yangyangdaji
f534e0649e
translate: translated using Weblate (Romanian)
Currently translated at 64.3% (204 of 317 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/ro/
2023-10-23 06:03:02 +02:00
yangyangdaji
7c75e25a8c
translate: translated using Weblate (Indonesian)
Currently translated at 92.4% (293 of 317 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/id/
2023-10-23 06:03:02 +02:00
yangyangdaji
19e2a41b3a
translate: translated using Weblate (Korean)
Currently translated at 52.6% (167 of 317 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/ko/
2023-10-23 06:03:02 +02:00
yangyangdaji
39b31e45ae
translate: translated using Weblate (Finnish)
Currently translated at 69.7% (221 of 317 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/fi/
2023-10-23 06:03:02 +02:00
yangyangdaji
ba31eb18a3
translate: translated using Weblate (Basque)
Currently translated at 29.3% (93 of 317 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/eu/
2023-10-23 06:03:02 +02:00
yangyangdaji
99281ccba5
translate: translated using Weblate (Tamil)
Currently translated at 92.4% (293 of 317 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/ta/
2023-10-23 06:03:02 +02:00
yangyangdaji
e32fc8742b
translate: translated using Weblate (Croatian)
Currently translated at 70.9% (225 of 317 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/hr/
2023-10-23 06:03:02 +02:00
yangyangdaji
08241e5c8f
translate: translated using Weblate (Occitan)
Currently translated at 12.3% (39 of 317 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/oc/
2023-10-23 06:03:01 +02:00
yangyangdaji
68fb4face2
translate: translated using Weblate (Polish)
Currently translated at 76.9% (244 of 317 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/pl/
2023-10-23 06:03:01 +02:00
yangyangdaji
1febb41a7e
translate: translated using Weblate (Dutch)
Currently translated at 92.4% (293 of 317 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/nl/
2023-10-23 06:03:01 +02:00
yangyangdaji
fbb83093d8
translate: translated using Weblate (Turkish)
Currently translated at 92.4% (293 of 317 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/tr/
2023-10-23 06:03:01 +02:00
yangyangdaji
b05a989645
translate: translated using Weblate (Russian)
Currently translated at 92.4% (293 of 317 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/ru/
2023-10-23 06:03:01 +02:00
yangyangdaji
9a4440c988
translate: translated using Weblate (Portuguese (Brazil))
Currently translated at 73.8% (234 of 317 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/pt_BR/
2023-10-23 06:03:00 +02:00
yangyangdaji
0230d73ff3
translate: translated using Weblate (German)
Currently translated at 95.2% (302 of 317 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/de/
2023-10-23 06:03:00 +02:00
yangyangdaji
5e48e3af19
translate: translated using Weblate (Czech)
Currently translated at 92.4% (293 of 317 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/cs/
2023-10-23 06:03:00 +02:00
Vasilj Milosevic
58764dfe4d
translate: translated using Weblate (Serbian)
Currently translated at 52.9% (168 of 317 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/sr/
2023-10-20 04:21:25 +00:00
Hosted Weblate
e3ca5cb18f
translate: update translation files
Updated by "Update LINGUAS file" hook in Weblate.

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/
2023-10-19 06:45:02 +00:00
Weblate
c094fff031
translate: added translation using Weblate (Ukrainian) 2023-10-19 06:45:01 +00:00
Vasilj Milosevic
be1de2d52a
translate: translated using Weblate (Serbian)
Currently translated at 43.5% (138 of 317 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/sr/
2023-10-19 06:13:08 +02:00
Vasilj Milosevic
bd3d01321b
translate: added translation using Weblate (Serbian) 2023-10-18 17:47:30 +02:00
Luna Jernberg
9473419412
translate: translated using Weblate (Swedish)
Currently translated at 100.0% (317 of 317 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/sv/
2023-10-18 04:16:20 +00:00
yangyangdaji
10941992a2
translate: translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (317 of 317 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/zh_Hans/
2023-10-18 04:16:19 +00:00
tachyglossues
7dacc28f15
translate: translated using Weblate (French)
Currently translated at 100.0% (317 of 317 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/fr/
2023-10-16 06:19:22 +02:00
Milo Ivir
12f36866ff
translate: translated using Weblate (Croatian)
Currently translated at 70.6% (224 of 317 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/hr/
2023-10-13 06:16:25 +02:00
Davide
a27ea7869d
translate: translated using Weblate (Italian)
Currently translated at 98.1% (311 of 317 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/it/
2023-10-11 17:03:37 +00:00
Ettore Atalan
d7ea8bb44c
translate: translated using Weblate (German)
Currently translated at 94.9% (301 of 317 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/de/
2023-10-08 04:17:28 +00:00
Ali Aljishi
87f68b8281
translate: translated using Weblate (Arabic)
Currently translated at 100.0% (317 of 317 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/ar/
2023-10-06 15:12:58 +00:00
gallegonovato
2a6fb1f821
translate: translated using Weblate (Spanish)
Currently translated at 78.8% (250 of 317 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/es/
2023-10-04 22:12:24 +02:00
Hosted Weblate
db852937e7
translate: update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/
2023-10-04 18:13:45 +00:00
Hosted Weblate
4633b2ffe0
translate: merge branch 'origin/main' into Weblate. 2023-10-04 18:13:40 +00:00
Milo Ivir
e47b8f95b1
translate: translated using Weblate (Croatian)
Currently translated at 71.4% (213 of 298 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/hr/
2023-10-04 18:13:39 +00:00
de88c89519
data: Mark release descriptions as untranslatable (#826)
GNOME automatically excludes release descriptions on Damned Lies (GNOME
Translation Platform). It's a good practice to follow the GNOME way.

This can streamline the translation process, allowing translators to
focus their efforts on more critical and user-facing aspects of the
application.

Also 
- update the POTFILES
- order POTFILES entries alphabetically.

## Type of change

<!-- What type of change does your pull request introduce? Put an `x` in
the appropriate box . -->
- [ ] Bugfix (Change which fixes an issue)
- [ ] New feature (Change which adds new functionality)
- [x] Enhancement (Change which slightly improves existing code)
- [ ] Breaking change (This change will introduce incompatibility with
existing functionality)

## Changelog <!-- This is optional, but highly appreciated. -->
[po: Update
POTFİLES.in](a5b37824dd)

## Add missing files to the POTFILES
- data/ui/repo_row.blp
- gradience/backend/flatpak_overrides.py

## Remove unused files from the POTFILES
- gradience/frontend/dialogs/log_out_dialog.py
- gradience/frontend/widgets/builtin_preset_row.py
- gradience/frontend/widgets/custom_css_group.py
- gradience/frontend/widgets/error_list_row.py
- gradience/frontend/widgets/palette_shades.py

## Chore
- order the POTFILES entries alphabetically.

## Update the POT file
- Add new strings.
- Remove redundant strings.

## Testing
- I coldn't test due to some flatpak error.
2023-10-04 21:13:31 +03:00
Sabri Ünal
6dc34dcc81 po: Update POT file
- Add new strings.
- Remove redundant strings.
2023-10-03 20:20:20 +03:00
Sabri Ünal
a5b37824dd po: Update POTFİLES.in
## add missing files
- data/ui/repo_row.blp
- gradience/backend/flatpak_overrides.py
## remove unused files
- gradience/frontend/dialogs/log_out_dialog.py
- gradience/frontend/widgets/builtin_preset_row.py
- gradience/frontend/widgets/custom_css_group.py
- gradience/frontend/widgets/error_list_row.py
- gradience/frontend/widgets/palette_shades.py

## Chore
- order entries alphabetically.
2023-10-03 20:15:13 +03:00
Sabri Ünal
99b6297c67 data: Mark release descriptions as untranslatable
GNOME automatically excludes release descriptions on Damned Lies (GNOME Translation Platform). It's a good practice to follow the GNOME way.

This can streamline the translation process, allowing translators to focus their efforts on more critical and user-facing aspects of the application.
2023-10-03 19:51:56 +03:00
gallegonovato
98524ae3c8
translate: translated using Weblate (Spanish)
Currently translated at 81.5% (243 of 298 strings)

Translation: Gradience/Gradience
Translate-URL: https://hosted.weblate.org/projects/GradienceTeam/gradience/es/
2023-10-01 16:03:28 +02:00
62ab0c6f68
Delete repo directory
Signed-off-by: 0xMRTT <0xMRTT@proton.me>
2023-09-25 22:22:04 +02:00