aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Translation
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-241-18/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(coding style)Marcel Klehr2024-01-101-7/+7
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* enh(OCP\Translation): Introduce ITranslationProviderWithUserIdMarcel Klehr2024-01-101-0/+9
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* enh(OCP\Translation): Add ITranslationProviderWithIdMarcel Klehr2024-01-101-2/+7
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* AI admin settings: Use config values in AI feature managersMarcel Klehr2023-08-021-3/+22
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* fix(translation): Don't use translation providers when from and to are the sameJoas Schilling2023-05-051-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat(translation): Return the detected language so clients can show more detailsJoas Schilling2023-05-021-2/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(translation): Detect the language first and then ask all providers for ↵Joas Schilling2023-05-021-3/+11
| | | | | | translations Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat(translations): Add translation provider APIJulius Härtl2023-02-271-0/+120
Signed-off-by: Julius Härtl <jus@bitgrid.net>