From bf64cb17c88040a2541b1a2f05d211a40e11e455 Mon Sep 17 00:00:00 2001 From: Julien Veyssier Date: Wed, 14 Jan 2026 13:04:14 +0100 Subject: [PATCH] feat(user-picker): add translation config Signed-off-by: Julien Veyssier --- .tx/config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.tx/config b/.tx/config index fabfedd91a4..5ff66fceb1a 100644 --- a/.tx/config +++ b/.tx/config @@ -170,6 +170,12 @@ source_file = translationfiles/templates/user_ldap.pot source_lang = en type = PO +[o:nextcloud:p:nextcloud:r:user_picker] +file_filter = translationfiles//user_picker.po +source_file = translationfiles/templates/user_picker.pot +source_lang = en +type = PO + [o:nextcloud:p:nextcloud:r:user_status] file_filter = translationfiles//user_status.po source_file = translationfiles/templates/user_status.pot