]> source.dussan.org Git - nextcloud-server.git/commit
feat(translation): Return the detected language so clients can show more details 38003/head
authorJoas Schilling <coding@schilljs.com>
Mon, 1 May 2023 13:14:18 +0000 (15:14 +0200)
committerJoas Schilling <coding@schilljs.com>
Tue, 2 May 2023 14:38:33 +0000 (16:38 +0200)
commit9d6ec68b593a62f4a17388464f8cae4ce23e8201
tree6997ae010a21d06f504b6c73c55fd35df1e783ee
parentdc67b48c28c37d77b29b9b9ed987d0664811eddf
feat(translation): Return the detected language so clients can show more details

Signed-off-by: Joas Schilling <coding@schilljs.com>
core/Controller/TranslationApiController.php
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/Translation/TranslationManager.php
lib/public/Translation/CouldNotTranslateException.php [new file with mode: 0644]
lib/public/Translation/ITranslationManager.php