about summary refs log tree commit diff
path: root/app/lib/translation_service.rb
AgeCommit message (Collapse)Author
2023-03-16Replace `Status#translatable?` with language matrix in separate endpoint ↵Christian Schmidt
(#24037)
2023-03-03Only offer translation for supported languages (#23879)Christian Schmidt
2022-10-24Change “Translate” button to only show up when a translation backend is ↵Claire
configured (#19434) * Change “Translate” button to only show up when a translation backend is configured Fixes #19346 * Add `translation` attribute to /api/v2/instance to expose whether the translation feature is enabled Fixes #19328
2022-09-23Add user content translations with configurable backends (#19218)Eugen Rochko