1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/collabora_ynh.git synced 2024-09-03 18:16:25 +02:00

Merge pull request #69 from YunoHost-Apps/testing

Add spelling dictionaries
This commit is contained in:
Éric Gaspar 2022-11-11 23:13:08 +01:00 committed by GitHub
commit dfad810c87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -28,7 +28,7 @@ Collabora Online is a powerful LibreOffice-based online office that supports all
- presentations (odp, pptx, ppt…) - presentations (odp, pptx, ppt…)
**Shipped version:** 22.05.8.2~ynh1 **Shipped version:** 22.05.8.2~ynh2
## Screenshots ## Screenshots

View file

@ -27,7 +27,7 @@ Collabora Online est une suite bureautique en ligne open source basé sur LibreO
- des tableurs (ods, xlsx, xls…) - des tableurs (ods, xlsx, xls…)
- présentations (odp, pptx, ppt…) - présentations (odp, pptx, ppt…)
**Version incluse :** 22.05.8.2~ynh1 **Version incluse :** 22.05.8.2~ynh2
## Captures d'écran ## Captures d'écran

View file

@ -6,7 +6,7 @@
"en": "LibreOffice-based online office suite with collaborative editing", "en": "LibreOffice-based online office suite with collaborative editing",
"fr": "Suite office en ligne et collaborative, basée sur LibreOffice" "fr": "Suite office en ligne et collaborative, basée sur LibreOffice"
}, },
"version": "22.05.8.2~ynh1", "version": "22.05.8.2~ynh2",
"url": "https://collaboraoffice.com", "url": "https://collaboraoffice.com",
"upstream": { "upstream": {
"license": "MPL-2.0", "license": "MPL-2.0",

View file

@ -5,7 +5,7 @@
#================================================= #=================================================
# dependencies used by the app # dependencies used by the app
pkg_dependencies="coolwsd code-brand" pkg_dependencies="coolwsd code-brand hunspell-de-de hunspell-en-gb hunspell-fr hunspell"
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS