mirror of
https://github.com/nextcloud/server.git
synced 2026-03-01 04:50:40 -05:00
feat(user-picker): add translation config
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
This commit is contained in:
parent
e29349cd9f
commit
bf64cb17c8
1 changed files with 6 additions and 0 deletions
|
|
@ -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/<lang>/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/<lang>/user_status.po
|
||||
source_file = translationfiles/templates/user_status.pot
|
||||
|
|
|
|||
Loading…
Reference in a new issue