Skip to content

Commit

Permalink
Merge pull request #9857 from kobergj/FixActivityTranslations
Browse files Browse the repository at this point in the history
Fix activitylog translations
  • Loading branch information
mmattel authored Aug 20, 2024
2 parents c20e20a + 3948c66 commit 11acb6c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 24 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ RESET := $(shell tput -Txterm sgr0)

# add a service here when it uses transifex
L10N_MODULES := \
services/activitylog \
services/graph \
services/notifications \
services/userlog \
services/graph
services/userlog

# if you add a module here please also add it to the .drone.star file
OCIS_MODULES = \
Expand Down
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 11acb6c

Please sign in to comment.