Commit graph

15 commits

Author SHA1 Message Date
Licaon_Kter
2556e1b3ab Rename one category to Public Transport 2025-08-26 11:15:24 +00:00
Tuomas Hietala
8393068c2a Translated using Weblate (Finnish)
Currently translated at 94.2% (65 of 69 strings)

Co-authored-by: Tuomas Hietala <tuomas.hietala@iki.fi>
Translate-URL: https://hosted.weblate.org/projects/f-droid/categories/fi/
Translation: F-Droid/Categories
2025-08-13 05:51:17 +00:00
Midrielen
fe67e2f46e Translated using Weblate (Finnish)
Currently translated at 81.1% (56 of 69 strings)

Co-authored-by: Midrielen <jimitoivo.jaakkola@outlook.com>
Translate-URL: https://hosted.weblate.org/projects/f-droid/categories/fi/
Translation: F-Droid/Categories
2025-07-20 07:22:12 +00:00
linsui
c81d60e580 Remove UpstreamNonFree AF 2025-07-11 17:19:11 +00:00
Ricky Tigg
218d4f9b19 Translated using Weblate (Finnish)
Currently translated at 100.0% (35 of 35 strings)

Co-authored-by: Ricky Tigg <ricky.tigg@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/f-droid/anti-features/fi/
Translation: F-Droid/Anti-Features
2024-11-29 18:12:46 +00:00
Tuomas Hietala
55627c5524 Translated using Weblate (Finnish)
Currently translated at 97.1% (34 of 35 strings)

Co-authored-by: Tuomas Hietala <tuomas.hietala@iki.fi>
Translate-URL: https://hosted.weblate.org/projects/f-droid/anti-features/fi/
Translation: F-Droid/Anti-Features
2024-11-12 17:14:32 +00:00
linsui
e4797d48c4 config: remove icon translation 2024-09-24 12:49:20 +00:00
Weblate
f38c4cbfaa Translations update from Hosted Weblate 2023-11-06 09:18:17 +00:00
Coco61
db2778857e Translated using Weblate (Finnish)
Currently translated at 94.1% (32 of 34 strings)

Co-authored-by: Coco61 <jonne.turunen61@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/f-droid/anti-features/fi/
Translation: F-Droid/Anti-Features
2023-10-30 08:21:21 +00:00
Jochen Sprickerhof
4a18a6f361 Change antifeature icons to png 2023-05-16 14:11:53 +00:00
Jochen Sprickerhof
394d495dc9
Remove anti features from category configs
Partly reverts 8b05c7386e.
2022-12-27 00:16:12 +01:00
Hans-Christoph Steiner
8b05c7386e
copy icon values for all languages
This should make life easier for the translators, until there actually are
translated icons.  Then the translations can be marked 100% translated and
100% verified.
2022-12-23 16:53:13 -08:00
Hans-Christoph Steiner
29a3c9229f
standardize data formats for config/*.yml
This means mostly sorting by key:

for f in sorted(glob.glob('*.yml')) + sorted(glob.glob('[a-z]*/*.yml')):
    print(f)
    with open(f) as fp:
        data = yaml.safe_load(fp)
    with open(f, 'w') as fp:
        yaml.dump(data, fp, default_flow_style=False, sort_keys=True, allow_unicode=True)
2022-12-23 16:53:03 -08:00
Jochen Sprickerhof
98c9fe1c0d
Fix category names to match fdroiddata 2022-09-20 14:57:34 +02:00
Jochen Sprickerhof
1756265c0d
Add config data from Client for index-v2
With index-v2 we can configure a lot of data through the fdroiddata repo
that was hard coded in the client before. This is:

- anti features
- categories
- release channels
- name, description, icon of repo and archive

This is automatically converted with:

https://gitlab.com/jspricke/index-v2-convert/-/blob/main/convert_meta.py
2022-09-16 12:53:21 +02:00