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
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
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
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.
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)
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