diff options
author | Christopher Ng <chrng8@gmail.com> | 2023-08-11 11:42:55 -0700 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2023-08-14 11:54:48 -0700 |
commit | b92988cc01ecf41da0d477b900be603511220bfd (patch) | |
tree | c7c8eec23063aeb63cea2ebec44a997c73b3fd75 /.tx/config | |
parent | 76efab3c7c83e950e8b12455a23e70df70d9339a (diff) | |
download | nextcloud-server-b92988cc01ecf41da0d477b900be603511220bfd.tar.gz nextcloud-server-b92988cc01ecf41da0d477b900be603511220bfd.zip |
Add l10n for files_reminders
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to '.tx/config')
-rw-r--r-- | .tx/config | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.tx/config b/.tx/config index a87088a5813..ce9e6136823 100644 --- a/.tx/config +++ b/.tx/config @@ -74,6 +74,12 @@ source_file = translationfiles/templates/files_external.pot source_lang = en type = PO +[o:nextcloud:p:nextcloud:r:files_reminders] +file_filter = translationfiles/<lang>/files_reminders.po +source_file = translationfiles/templates/files_reminders.pot +source_lang = en +type = PO + [o:nextcloud:p:nextcloud:r:files_sharing] file_filter = translationfiles/<lang>/files_sharing.po source_file = translationfiles/templates/files_sharing.pot @@ -175,4 +181,3 @@ file_filter = translationfiles/<lang>/workflowengine.po source_file = translationfiles/templates/workflowengine.pot source_lang = en type = PO - |