Skip to content

[instrument_manager] [Multilingual] Translate instrument_manager in french#10763

Open
HachemJ wants to merge 6 commits into
aces:29.0-releasefrom
HachemJ:TranslateInstrumentManagerInFrench
Open

[instrument_manager] [Multilingual] Translate instrument_manager in french#10763
HachemJ wants to merge 6 commits into
aces:29.0-releasefrom
HachemJ:TranslateInstrumentManagerInFrench

Conversation

@HachemJ

@HachemJ HachemJ commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

Brief summary of changes

This PR turns the instrument_manager module into multilingual. However, the only language in which it is translated yet is french.

Link(s) to related issue(s)

@github-actions github-actions Bot added Language: Javascript PR or issue that update Javascript code Module: instrument_manager PR or issue related to instrument_manager module Multilingual Any tasks related to making LORIS multilingual labels Jul 4, 2026
@HachemJ HachemJ mentioned this pull request Jul 4, 2026
6 tasks
@HachemJ HachemJ added the 29.0.0 - Bugs Issues found during the release testing for 29.0.0 label Jul 5, 2026
} catch (\NotFound $e) {
return (new \LORIS\Http\Response\JSON\NotFound(
$e->getMessage()
dgettext("instrument_manager", $e->getMessage())

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same concern as described in my other PR #10863 (comment)

} catch (\Exception $e) {
return new \LORIS\Http\Response\JSON\InternalServerError(
$e->getMessage()
dgettext("instrument_manager", $e->getMessage())

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same concern as described in my other PR #10863 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

29.0.0 - Bugs Issues found during the release testing for 29.0.0 Language: Javascript PR or issue that update Javascript code Language: PHP PR or issue that update PHP code Module: instrument_manager PR or issue related to instrument_manager module Multilingual Any tasks related to making LORIS multilingual

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant