Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix activitylog translations #9857

Merged
merged 1 commit into from
Aug 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.