forked from hedyorg/hedy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 404 page to catch all unspecified requests. (hedyorg#1120)
- Loading branch information
Showing
4 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,6 +38,7 @@ ui: | |
no_such_adventure_level: "No such level for this Hedy adventure!" | ||
no_such_program: "No such Hedy program!" | ||
invalid_teacher_invitation_code: "The teacher invitation code is invalid. To become a teacher, reach out to [email protected]." | ||
page_not_found: "We could not find that page!" | ||
ClientErrorMessages: | ||
Transpile_warning: "Warning!" | ||
Transpile_error: "We can't run your program." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,8 @@ ui: | |
commands_title: "Commando's" | ||
by: "door" | ||
start_quiz: "Naar de quiz" | ||
invalid_teacher_invitation_code: "Deze leerkrachtenuitnodigingscode is niet geldig. ALs je een nieuwe uitnodiging nodig hebt, neem dan contact op met [email protected]" | ||
invalid_teacher_invitation_code: "Deze leerkrachtenuitnodigingscode is niet geldig. Als je een nieuwe uitnodiging nodig hebt, neem dan contact op met [email protected]" | ||
page_not_found: "We konden deze pagina niet vinden!" | ||
ClientErrorMessages: | ||
Transpile_warning: "Let op!" | ||
Transpile_error: "We konden je code niet goed lezen." | ||
|