Commit graph

680 commits

Author SHA1 Message Date
xabirequejo
80cf91fa93 Translated using Weblate (Basque)
Currently translated at 100.0% (97 of 97 strings)

Translation: YunoHost/store
Translate-URL: https://translate.yunohost.org/projects/yunohost/apps/eu/
2024-03-11 17:34:09 +01:00
xabirequejo
fce0a6aece Translated using Weblate (Basque)
Currently translated at 100.0% (97 of 97 strings)

Translation: YunoHost/store
Translate-URL: https://translate.yunohost.org/projects/yunohost/apps/eu/
2024-03-11 17:34:09 +01:00
OniriCorpe
7781e140ba Translated using Weblate (Galician)
Currently translated at 98.9% (96 of 97 strings)

Translation: YunoHost/store
Translate-URL: https://translate.yunohost.org/projects/yunohost/apps/gl/
2024-03-11 17:34:09 +01:00
OniriCorpe
7bb8bd1505 Translated using Weblate (French)
Currently translated at 100.0% (97 of 97 strings)

Translation: YunoHost/store
Translate-URL: https://translate.yunohost.org/projects/yunohost/apps/fr/
2024-03-11 17:34:09 +01:00
OniriCorpe
41a220aace Translated using Weblate (Basque)
Currently translated at 98.9% (96 of 97 strings)

Translation: YunoHost/store
Translate-URL: https://translate.yunohost.org/projects/yunohost/apps/eu/
2024-03-11 17:34:09 +01:00
xabirequejo
72f437b2c9 Translated using Weblate (Basque)
Currently translated at 98.9% (96 of 97 strings)

Translation: YunoHost/store
Translate-URL: https://translate.yunohost.org/projects/yunohost/apps/eu/
2024-03-11 17:34:09 +01:00
OniriCorpe
43eda2ec15 Translated using Weblate (German)
Currently translated at 96.9% (94 of 97 strings)

Translation: YunoHost/store
Translate-URL: https://translate.yunohost.org/projects/yunohost/apps/de/
2024-03-11 17:34:09 +01:00
Weblate
880553631b Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: YunoHost/store
Translate-URL: https://translate.yunohost.org/projects/yunohost/apps/
2024-03-11 17:34:09 +01:00
Christian Wehrli
164e3cbe55 Translated using Weblate (German)
Currently translated at 100.0% (95 of 95 strings)

Translation: YunoHost/store
Translate-URL: https://translate.yunohost.org/projects/yunohost/apps/de/
2024-03-11 17:34:09 +01:00
OniriCorpe
68026a6eed Merge pull request #2113 from YunoHost/store-add-tos 2024-03-11 16:49:23 +01:00
OniriCorpe
dede0a18de Merge branch 'store-add-tos' of https://github.com/YunoHost/apps into store-add-tos 2024-03-11 16:44:31 +01:00
OniriCorpe
f19eac0e47 fix "Source" textspacing 2024-03-11 16:43:32 +01:00
OniriCorpe
b1c1ff3ce1 "Source" without the HTML link, better for translation 2024-03-11 16:40:32 +01:00
OniriCorpe
e0274b3548 Store: add TOS link, seperate TOS from source and acknoledgements 2024-03-11 16:40:32 +01:00
OniriCorpe
7e2ab3912f Store: fix flask command for debug in real-time 2024-03-11 16:40:32 +01:00
Tagada
c6613749f9 store: add tos link in the footer 2024-03-11 16:40:32 +01:00
OniriCorpe
43dc47dbcc fix test readmes 2024-03-11 16:40:21 +01:00
OniriCorpe
19448902fc "Source" without the HTML link, better for translation 2024-03-11 16:09:38 +01:00
OniriCorpe
bdf1956f61 Store: add TOS link, seperate TOS from source and acknoledgements 2024-03-11 16:01:33 +01:00
OniriCorpe
1dc667dcb2 Store: fix flask command for debug in real-time 2024-03-11 15:58:43 +01:00
Tagada
ce84045a61 store: add tos link in the footer 2024-03-11 15:34:27 +01:00
Laurent Peuch
9ec76f0efc feat(make_readme): add some tests 2024-03-11 03:54:58 +01:00
OniriCorpe
18bbd29b36 fix bash codeblocks 2024-03-11 00:53:56 +01:00
cri
9c89b89c7e Translated using Weblate (Spanish)
Currently translated at 1.0% (1 of 95 strings)

Translation: YunoHost/store
Translate-URL: https://translate.yunohost.org/projects/yunohost/apps/es/
2024-03-09 22:10:57 +01:00
OniriCorpe
fe875c38e0 Translated using Weblate (French)
Currently translated at 100.0% (95 of 95 strings)

Translation: YunoHost/store
Translate-URL: https://translate.yunohost.org/projects/yunohost/apps/fr/
2024-03-09 22:10:57 +01:00
Bram
8aab14aa2d Merge pull request #2109 from YunoHost/OniriCorpe-patch-1
Readme: add alt text and edit 'antifeatures' and 'category' comments
2024-03-09 12:53:26 +01:00
OniriCorpe
b2c0fed29a Readme: add alt text and edit 'antifeatures' and 'category' comments 2024-03-09 06:11:43 +01:00
Alexandre Aubin
8d7d006aec Merge pull request #2105 from YunoHost/readme_generator_generic_lang_list
feat(readme_generator): don't hardcode the list of languages, extract it from the README templates
2024-03-08 21:08:48 +01:00
Laurent Peuch
7be012bb1a feat(readme_generator): don't hardcode the list of languages, extract it from the README templates 2024-03-08 04:16:36 +01:00
OniriCorpe
e23e54d1af fixes eventual double line break after description & demo link between rafters 2024-03-07 23:30:46 +01:00
fb15a5ff94 Fix regex to replace version in manifest
This regex is used to find (textually, not via toml parser) where to replace the
version number in the Manifest.

Until now it was only supporting version numbers containing dots and digits.
I changed that to version numbers containing anything but ~ and " to handle version
numbers with dashes, or manually written version numbers that might be invalid (if
someone litteraly writes `version = "x.y~ynh1"). We don’t actually care about the
version number we match against because we just replace it.
2024-03-07 11:25:21 +01:00
xabirequejo
f276a08728 Translated using Weblate (Basque)
Currently translated at 100.0% (95 of 95 strings)

Translation: YunoHost/store
Translate-URL: https://translate.yunohost.org/projects/yunohost/apps/eu/
2024-03-07 09:09:59 +01:00
José M
339fadbb16 Translated using Weblate (Galician)
Currently translated at 100.0% (95 of 95 strings)

Translation: YunoHost/store
Translate-URL: https://translate.yunohost.org/projects/yunohost/apps/gl/
2024-03-07 09:09:59 +01:00
Christian Wehrli
7c97d76bb3 Translated using Weblate (German)
Currently translated at 97.8% (93 of 95 strings)

Translation: YunoHost/store
Translate-URL: https://translate.yunohost.org/projects/yunohost/apps/de/
2024-03-07 09:09:59 +01:00
Weblate
e83e4f08f3 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: YunoHost/store
Translate-URL: https://translate.yunohost.org/projects/yunohost/apps/
2024-03-07 09:09:59 +01:00
OniriCorpe
370043b939 that's for another PR lol 2024-03-07 02:47:30 +01:00
Laurent Peuch
14b4ad3fe6 feat(make_readme): add some typing 2024-03-07 02:47:30 +01:00
OniriCorpe
1f77615678 shhh 2024-03-07 02:47:30 +01:00
OniriCorpe
bf7862dad6 markdown fixes 2024-03-07 02:47:30 +01:00
Laurent Peuch
7706ff6082 style: run black on tools/readme_generator/make_readme.py 2024-03-07 02:47:30 +01:00
Laurent Peuch
2467965dfa fix(make_readme): antifeatures_list content was modified by reference thus breaking translations 2024-03-07 02:47:30 +01:00
OniriCorpe
f781b5b35d markdown fixes 2024-03-07 02:47:30 +01:00
OniriCorpe
6791249588 remove forgotten debug print 2024-03-07 02:47:30 +01:00
OniriCorpe
a098ad4de2 smol fixes 2024-03-07 02:47:30 +01:00
OniriCorpe
623b408c5d typo2 2024-03-06 19:13:55 +01:00
OniriCorpe
4faddec133 Merge branch 'master' of https://github.com/YunoHost/apps 2024-03-06 19:12:58 +01:00
OniriCorpe
267e9791f2 typo 2024-03-06 19:12:56 +01:00
Alexandre Aubin
12a755c63c Merge pull request #2094 from YunoHost/tag_match_regex
Better handling of version format in relevant_versions()
2024-03-06 18:50:41 +01:00
c6e2059a91 Better handling of version format in relevant_versions() 2024-03-06 18:47:56 +01:00
Alexandre Aubin
13aa84b310 Merge pull request #2091 from YunoHost/fix-tag-name
use lstrip and rstrip instead of strip to fix some edge case
2024-03-06 18:37:49 +01:00