From 09397f97a72cbb76d5666946fc1823fb37c1c864 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Wed, 25 May 2022 12:55:10 +0200 Subject: [PATCH 1/2] Removed some folders from translations Signed-off-by: Christian Wolf --- .l10nignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.l10nignore b/.l10nignore index f43e49e7b..6371b6bea 100644 --- a/.l10nignore +++ b/.l10nignore @@ -1 +1,5 @@ docs/dev/api/ +docs/_site/ +docs/vendor/ +tests/ +vendor/ From b24760d2568e4b69836bc090abe6bf6f86bb4f68 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Wed, 25 May 2022 12:58:40 +0200 Subject: [PATCH 2/2] Update changelog Signed-off-by: Christian Wolf --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3261329e..999fe8cb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ [#1012](https://github.com/nextcloud/cookbook/pull/1012) @christianlupus - Trim recipe name to a maximum length to fit in the database [#1014](https://github.com/nextcloud/cookbook/pull/1014) @christianlupus +- Correct transifex translations + [#1024](https://github.com/nextcloud/cookbook/pull/1024) @christianlupus - Update eslint-plugin-vue ### Documentation