Skip to content
Snippets Groups Projects

feat: added enum translations #47

Merged tobiasre requested to merge feature/47 into main
2 unresolved threads

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
39 39 "templateName": "UniTartuCS Template",
40 40 "templateLink": "https://docs.google.com/document/d/106xTDS6IG7fofL6Ju4JnqntjxLeBfBM_LIyjKtskFb8/edit",
41 41 "docLink": "https://docs.google.com/document/d/1IZWmkxqYYqBAYqW8uumiZ1k94muKS4IjpYQuOQ8-9WU/edit "
42 },
43 "errors": {
44 "UNKNOWN_QUESTION_TYPE": "Unknown question type",
45 "NO_ANSWER_OPTIONS_FOUND": "No answer options found",
46 "NO_CORRECT_ANSWER_FOUND": "No correct answer found",
47 "ANSWER_OPTIONS_DONT_MATCH_TYPE": "Answer options don't match type",
48 "INVALID_REGEX": "Invalid regex"
49 },
50 "warnings": {
51 "CHECK_QUESTION_NAME": "Check question name",
  • 39 39 "templateName": "UniTartuCS Template",
    40 40 "templateLink": "https://docs.google.com/document/d/106xTDS6IG7fofL6Ju4JnqntjxLeBfBM_LIyjKtskFb8/edit",
    41 41 "docLink": "https://docs.google.com/document/d/1IZWmkxqYYqBAYqW8uumiZ1k94muKS4IjpYQuOQ8-9WU/edit "
    42 },
    43 "errors": {
    44 "UNKNOWN_QUESTION_TYPE": "Unknown question type",
    45 "NO_ANSWER_OPTIONS_FOUND": "No answer options found",
    46 "NO_CORRECT_ANSWER_FOUND": "No correct answer found",
    47 "ANSWER_OPTIONS_DONT_MATCH_TYPE": "Answer options don't match type",
    48 "INVALID_REGEX": "Invalid regex"
    49 },
    50 "warnings": {
    51 "CHECK_QUESTION_NAME": "Check question name",
    52 "UNKNOWN_PARAGRAPH_TYPE": "Unknown paragraph type",
    53 "REGEX_RESTRICTION": "Regex restriction"
  • tobiasre added 1 commit

    added 1 commit

    • 071b6830 - added new descritpion for CHECK_QUESTION_NAME and REGEX_RESTRICTION

    Compare with previous version

  • merged

  • klamas mentioned in commit 5f1a9b83

    mentioned in commit 5f1a9b83

  • Please register or sign in to reply
    Loading