Skip to content

Conversation

@adi-herwana-nus
Copy link
Contributor

No description provided.

- reorganized client/app/bundles/course/translations.intl.js, added missing keys and converted to TS
- modified BE component / sidebar item routes to no longer return default titles
- modified FE to fetch default title if none or blank title received from BE
…lation keys

- removed BE title references in Timeline Designer
- removed BE title references in Lesson Plan view
- removed BE title references in Materials view & file download
class TimeOrMemoryLimitExceededError < Error
def initialize(message, stdout = nil, stderr = nil)
message ||= I18n.t('course.assessment.answer.programming_auto_grading.grade.evaluation_failed_time_or_memory')
message ||= I18n.t('errors.course.assessment.answer.programming_auto_grading.grade.evaluation_failed_time_or_memory')
Copy link

Choose a reason for hiding this comment

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

Layout/LineLength: Line is too long. [123/120]

I18n.t('errors.course.assessment.answer.programming_auto_grading.job.failure.container_unreachable')
else
I18n.t('course.assessment.answer.programming_auto_grading.job.failure.generic_error', error: error['message'])
I18n.t('errors.course.assessment.answer.programming_auto_grading.job.failure.generic_error', error: error['message'])
Copy link

Choose a reason for hiding this comment

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

[Correctable] Layout/LineLength: Line is too long. [123/120]

@adi-herwana-nus adi-herwana-nus force-pushed the adi/consolidate-backend-translations branch from 5755f74 to a439fa4 Compare December 26, 2025 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants