Commit graph

17 commits

Author SHA1 Message Date
Sebastian
bd6e1b8e8d Translated using Weblate (Danish)
Currently translated at 100.0% (33 of 33 strings)

Co-authored-by: Sebastian <sebastiankiwidk@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/f-droid/anti-features/da/
Translation: F-Droid/Anti-Features
2025-09-16 12:44:22 +00:00
cat
e6de0df049 Translated using Weblate (Danish)
Currently translated at 76.3% (55 of 72 strings)

Co-authored-by: cat <catsnote@proton.me>
Translate-URL: https://hosted.weblate.org/projects/f-droid/categories/da/
Translation: F-Droid/Categories
2025-09-16 12:44:22 +00:00
linsui
c81d60e580 Remove UpstreamNonFree AF 2025-07-11 17:19:11 +00:00
cat
97ceac2a74 Translated using Weblate (Danish)
Currently translated at 100.0% (35 of 35 strings)

Co-authored-by: cat <catsnote@proton.me>
Translate-URL: https://hosted.weblate.org/projects/f-droid/anti-features/da/
Translation: F-Droid/Anti-Features
2025-04-07 14:33:27 +00:00
cat
d394d2388e
Translated using Weblate (Danish)
Currently translated at 100.0% (35 of 35 strings)

Co-authored-by: cat <catsnote@proton.me>
Translate-URL: https://hosted.weblate.org/projects/f-droid/anti-features/da/
Translation: F-Droid/Anti-Features
2024-11-26 19:02:06 +01:00
Luna
563a7f7300 Translated using Weblate (Danish)
Currently translated at 97.1% (34 of 35 strings)

Translated using Weblate (English)

Currently translated at 100.0% (30 of 30 strings)

Co-authored-by: Luna <social.pvxuu@slmail.me>
Translate-URL: https://hosted.weblate.org/projects/f-droid/anti-features/da/
Translate-URL: https://hosted.weblate.org/projects/f-droid/categories/en/
Translation: F-Droid/Anti-Features
Translation: F-Droid/Categories
2024-10-14 14:50:15 +00:00
linsui
e4797d48c4 config: remove icon translation 2024-09-24 12:49:20 +00:00
Hans-Christoph Steiner
8db678aff8 translations for Anti-Features and Categories from Weblate 2024-08-30 16:15:40 +00:00
linsui
7436758dcf Revert "Revert "config: sort keys""
This reverts commit e676d842cc
2023-06-15 14:47:52 +00:00
linsui
e676d842cc Revert "config: sort keys"
This reverts commit e3bfb02db5
2023-06-15 14:39:30 +00:00
linsui
e3bfb02db5 config: sort keys 2023-06-15 22:19:53 +08: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