Skip to content

Commit

Permalink
fix(activitylog): fix translation pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: jkoberg <jkoberg@owncloud.com>
  • Loading branch information
kobergj committed Aug 20, 2024
1 parent 47ea3e8 commit 26bb7a6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 22 deletions.
5 changes: 5 additions & 0 deletions changelog/unreleased/fix-acitivity-translations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Bugfix: Activity Translations

translations for activities did not show up in transifex

https://github.com/owncloud/ocis/pull/9856
10 changes: 10 additions & 0 deletions services/activitylog/pkg/service/l10n/.tx/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[main]
host = https://www.transifex.com

[o:owncloud-org:p:owncloud:r:ocis-activitylog]
file_filter = locale/<lang>/LC_MESSAGES/activitylog.po
minimum_perc = 75
source_file = activitylog.pot
source_lang = en
type = PO

22 changes: 0 additions & 22 deletions services/activitylog/pkg/service/l10n/userlog.pot

This file was deleted.

0 comments on commit 26bb7a6

Please sign in to comment.