From 8f3d647d4775813f47b268bcf0de9a264b36220a Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 31 Mar 2024 06:48:08 +0200 Subject: [PATCH] feat(apps/i18n): extract strings to translate for application funkwhale --- translations/apps/funkwhale/manifest/en.json | 2 +- translations/apps/funkwhale/manifest/fr.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/translations/apps/funkwhale/manifest/en.json b/translations/apps/funkwhale/manifest/en.json index fa54abc..c9867ef 100644 --- a/translations/apps/funkwhale/manifest/en.json +++ b/translations/apps/funkwhale/manifest/en.json @@ -1,4 +1,4 @@ { "description": "Convivial and modern music server", "install_init_main_permission_help": "If enabled, Funkwhale will be accessible by Funkwhale for Android and by users without a YunoHost account. This can be changed later in the webadmin." -} \ No newline at end of file +} diff --git a/translations/apps/funkwhale/manifest/fr.json b/translations/apps/funkwhale/manifest/fr.json index 46a073c..a95ae59 100644 --- a/translations/apps/funkwhale/manifest/fr.json +++ b/translations/apps/funkwhale/manifest/fr.json @@ -1,4 +1,4 @@ { "description": "Serveur de musique moderne et convivial", - "install_init_main_permission_help": "Si cette case est coch\u00e9e, Funkwhale sera accessible par Funkwhale for Android et par les utilisateurs n\u2019ayant pas de compte YunoHost. Vous pourrez changer cela dans la webadmin." -} \ No newline at end of file + "install_init_main_permission_help": "Si cette case est cochée, Funkwhale sera accessible par Funkwhale for Android et par les utilisateurs n’ayant pas de compte YunoHost. Vous pourrez changer cela dans la webadmin." +}