diff --git a/README.md b/README.md index 0715971..4d46ddb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ *[Lire ce readme en français.](./README_fr.md)* > *This package allow you to install Etherpad quickly and simply on a YunoHost server. -If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.* +If you don't have YunoHost, please see [here](https://yunohost.org/install) to know how to install and enjoy it.* ## Overview Etherpad is a highly customizable Open Source online editor providing collaborative editing in really real-time. diff --git a/README_fr.md b/README_fr.md index 70b6ce1..8e69c05 100644 --- a/README_fr.md +++ b/README_fr.md @@ -6,7 +6,7 @@ *[Read this readme in english.](./README.md)* > *Ce package vous permet d'installer Etherpad rapidement et simplement sur un serveur YunoHost. -Si vous n'avez pas YunoHost, merci de regarder [ici](https://yunohost.org/#/install_fr) pour savoir comment l'installer et en profiter.* +Si vous n'avez pas YunoHost, merci de regarder [ici](https://yunohost.org/install_fr) pour savoir comment l'installer et en profiter.* ## Résumé Etherpad est un éditeur en ligne Open Source hautement personnalisable qui permet l'édition collaborative en temps réel. diff --git a/manifest.json b/manifest.json index 86d243d..d320516 100644 --- a/manifest.json +++ b/manifest.json @@ -55,7 +55,7 @@ "en": "Choose your language", "fr": "Choisissez la langue" }, - "choices" : ["en", "fr"], + "choices" : ["de", "en", "es", "fr", "it", "pt"], "default" : "en" }, { diff --git a/scripts/_variables b/scripts/_variables index be97fdf..e89bc02 100644 --- a/scripts/_variables +++ b/scripts/_variables @@ -14,17 +14,17 @@ nodejs_version=14 mypads_version=1.7.20 # Plugin versions -ep_align_version=0.3.33 -ep_author_hover_version=0.3.18 +ep_align_version=0.3.34 +ep_author_hover_version=0.3.19 ep_automatic_logut_version=1.0.8 ep_comments_page_version=0.1.60 ep_countable_version=0.0.11 ep_delete_empty_pads_version=0.0.7 -ep_font_color_version=0.0.41 -ep_headings2_version=0.2.27 -ep_markdown_version=0.1.31 +ep_font_color_version=0.0.42 +ep_headings2_version=0.2.28 +ep_markdown_version=0.1.32 ep_page_view_version=0.5.24 -ep_spellcheck_version=0.0.26 +ep_spellcheck_version=0.0.27 ep_subscript_and_superscript_version=0.2.26 -ep_table_of_contents_version=0.3.19 -ep_font_size_version=0.4.21 +ep_table_of_contents_version=0.3.20 +ep_font_size_version=0.4.22