VfBFan
8622fbd497
Translated using Weblate (German)
...
Currently translated at 100.0% (34 of 34 strings)
Translated using Weblate (German)
Currently translated at 100.0% (6 of 6 strings)
Co-authored-by: VfBFan <VfBFan@users.noreply.hosted.weblate.org>
Translate-URL: https://hosted.weblate.org/projects/f-droid/anti-features/de/
Translate-URL: https://hosted.weblate.org/projects/f-droid/fdroiddata-config/de/
Translation: F-Droid/Anti-Features
Translation: F-Droid/fdroiddata-config
2024-05-13 12:52:36 +00:00
VfBFan
0a910617bc
Translated using Weblate (German)
...
Currently translated at 100.0% (34 of 34 strings)
Co-authored-by: VfBFan <VfBFan@users.noreply.hosted.weblate.org>
Translate-URL: https://hosted.weblate.org/projects/f-droid/anti-features/de/
Translation: F-Droid/Anti-Features
2024-03-07 14:54:25 +00:00
ssantos
18a4a57e22
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (34 of 34 strings)
Translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (34 of 34 strings)
Translated using Weblate (German)
Currently translated at 100.0% (34 of 34 strings)
Co-authored-by: ssantos <ssantos@web.de>
Translate-URL: https://hosted.weblate.org/projects/f-droid/anti-features/de/
Translate-URL: https://hosted.weblate.org/projects/f-droid/anti-features/pt/
Translate-URL: https://hosted.weblate.org/projects/f-droid/anti-features/pt_PT/
Translation: F-Droid/Anti-Features
2024-03-07 14:54:25 +00:00
C. Rüdinger
577a4799d9
Translated using Weblate (German)
...
Currently translated at 100.0% (34 of 34 strings)
Co-authored-by: C. Rüdinger <Mail-an-CR@web.de>
Translate-URL: https://hosted.weblate.org/projects/f-droid/anti-features/de/
Translation: F-Droid/Anti-Features
2023-06-26 05:08:47 +00:00
Pepe Nietnagel
b8368f9ff5
Translated using Weblate (German)
...
Currently translated at 100.0% (34 of 34 strings)
Co-authored-by: Pepe Nietnagel <asozial+weblate23@mailbox.org>
Translate-URL: https://hosted.weblate.org/projects/f-droid/anti-features/de/
Translation: F-Droid/Anti-Features
2023-06-26 05:08:47 +00:00
C. Rüdinger
44ba755d1d
Translated using Weblate (German)
...
Currently translated at 100.0% (30 of 30 strings)
Translated using Weblate (German)
Currently translated at 100.0% (32 of 32 strings)
Co-authored-by: C. Rüdinger <Mail-an-CR@web.de>
Translate-URL: https://hosted.weblate.org/projects/f-droid/anti-features/de/
Translate-URL: https://hosted.weblate.org/projects/f-droid/categories/de/
Translation: F-Droid/Anti-Features
Translation: F-Droid/Categories
2023-06-23 16:43:49 +00:00
Hans-Christoph Steiner
89473bfca9
unbreak fdroid update
...
fdroidserver#1143
2023-06-19 15:37:29 +02:00
linsui
ca1e390ab6
fix config/de
2023-06-16 02:01:12 +08: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
nautilusx
e34d13d4a6
Translated using Weblate (German)
...
Currently translated at 100.0% (6 of 6 strings)
Translated using Weblate (German)
Currently translated at 100.0% (30 of 30 strings)
Translated using Weblate (German)
Currently translated at 100.0% (32 of 32 strings)
Added translation using Weblate (German)
Translated using Weblate (German)
Currently translated at 60.0% (18 of 30 strings)
Co-authored-by: nautilusx <translate@disroot.org>
Translate-URL: https://hosted.weblate.org/projects/f-droid/anti-features/de/
Translate-URL: https://hosted.weblate.org/projects/f-droid/categories/de/
Translate-URL: https://hosted.weblate.org/projects/f-droid/fdroiddata-config/de/
Translation: F-Droid/Anti-Features
Translation: F-Droid/Categories
Translation: F-Droid/fdroiddata-config
2023-06-15 21:56:07 +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