Commit graph

19 commits

Author SHA1 Message Date
jonnysemon
6c53fe36a3 Translated using Weblate (Arabic)
Currently translated at 98.6% (71 of 72 strings)

Co-authored-by: jonnysemon <jonnysemon@users.noreply.hosted.weblate.org>
Translate-URL: https://hosted.weblate.org/projects/f-droid/categories/ar/
Translation: F-Droid/Categories
2025-08-29 17:19:43 +00:00
Licaon_Kter
2556e1b3ab Rename one category to Public Transport 2025-08-26 11:15:24 +00:00
jonnysemon
83a017c646
Translated using Weblate (Arabic)
Currently translated at 100.0% (33 of 33 strings)

Co-authored-by: jonnysemon <jonnysemon@users.noreply.hosted.weblate.org>
Translate-URL: https://hosted.weblate.org/projects/f-droid/anti-features/ar/
Translation: F-Droid/Anti-Features
2025-08-15 01:23:42 +00:00
linsui
c81d60e580 Remove UpstreamNonFree AF 2025-07-11 17:19:11 +00:00
jonnysemon
23c0a04a88 Translated using Weblate (Arabic)
Currently translated at 100.0% (56 of 56 strings)

Co-authored-by: jonnysemon <jonnysemon@users.noreply.hosted.weblate.org>
Translate-URL: https://hosted.weblate.org/projects/f-droid/categories/ar/
Translation: F-Droid/Categories
2025-07-10 09:22:41 +00:00
jonnysemon
e1ca146f36
Translated using Weblate (Arabic)
Currently translated at 100.0% (66 of 66 strings)

Translated using Weblate (Arabic)

Currently translated at 100.0% (66 of 66 strings)

Co-authored-by: jonnysemon <jonnysemon@users.noreply.hosted.weblate.org>
Translate-URL: https://hosted.weblate.org/projects/f-droid/categories/ar/
Translation: F-Droid/Categories
2025-07-04 10:07:54 +02:00
Hosted Weblate
87f53773d4 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/f-droid/categories/
Translation: F-Droid/Categories
2025-06-28 08:01:22 +00:00
jonnysemon
5a60d59ae0 Translated using Weblate (Arabic)
Currently translated at 100.0% (50 of 50 strings)

Translated using Weblate (Arabic)

Currently translated at 100.0% (46 of 46 strings)

Translated using Weblate (Arabic)

Currently translated at 100.0% (39 of 39 strings)

Translated using Weblate (Arabic)

Currently translated at 100.0% (33 of 33 strings)

Translated using Weblate (Arabic)

Currently translated at 100.0% (32 of 32 strings)

Translated using Weblate (Arabic)

Currently translated at 100.0% (35 of 35 strings)

Co-authored-by: jonnysemon <jonnysemon@users.noreply.hosted.weblate.org>
Translate-URL: https://hosted.weblate.org/projects/f-droid/anti-features/ar/
Translate-URL: https://hosted.weblate.org/projects/f-droid/categories/ar/
Translation: F-Droid/Anti-Features
Translation: F-Droid/Categories
2025-06-28 08:01:22 +00:00
jonnysemon
298cdce4d1 Translated using Weblate (Arabic)
Currently translated at 100.0% (6 of 6 strings)

Added translation using Weblate (Arabic)

Co-authored-by: jonnysemon <jonnysemon@users.noreply.hosted.weblate.org>
Translate-URL: https://hosted.weblate.org/projects/f-droid/fdroiddata-config/ar/
Translation: F-Droid/fdroiddata-config
2025-04-07 14:33:27 +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
jonnysemon
3ea7c201e3 Translated using Weblate (Arabic)
Currently translated at 100.0% (34 of 34 strings)

Co-authored-by: jonnysemon <jonnysemon@users.noreply.hosted.weblate.org>
Translate-URL: https://hosted.weblate.org/projects/f-droid/anti-features/ar/
Translation: F-Droid/Anti-Features
2024-03-07 14:54:25 +00:00
Rex_sa
040c5d98fc Translated using Weblate (Arabic)
Currently translated at 100.0% (34 of 34 strings)

Co-authored-by: Rex_sa <rex.sa@pm.me>
Translate-URL: https://hosted.weblate.org/projects/f-droid/anti-features/ar/
Translation: F-Droid/Anti-Features
2023-06-29 07:26:15 +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