diff options
author | Christopher Ng <chrng8@gmail.com> | 2023-08-11 11:42:55 -0700 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2023-08-11 11:42:55 -0700 |
commit | 2909f2c6df2381803c589ffaf9f398b936fe117e (patch) | |
tree | e44c131098d2c372318ec631d6f42d615a97ee9b | |
parent | 03f5bb68a33551d282c66072a940c8b906fc811b (diff) | |
download | nextcloud-server-2909f2c6df2381803c589ffaf9f398b936fe117e.tar.gz nextcloud-server-2909f2c6df2381803c589ffaf9f398b936fe117e.zip |
Add l10n for files_reminders
Signed-off-by: Christopher Ng <chrng8@gmail.com>
-rw-r--r-- | .tx/config | 7 | ||||
-rw-r--r-- | apps/files_reminders/l10n/.gitkeep | 0 |
2 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 - diff --git a/apps/files_reminders/l10n/.gitkeep b/apps/files_reminders/l10n/.gitkeep new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/apps/files_reminders/l10n/.gitkeep |