feat: Add empty content module (#111)

* Add empty content module

* Make Bene Happy again
This commit is contained in:
Khaled Garbaya
2018-02-22 16:13:37 +01:00
committed by GitHub
parent f2e5310168
commit 1d513b9ede
7 changed files with 8352 additions and 27 deletions

View File

@@ -105,6 +105,7 @@
"usingServerCredentialsLabel": "The example app is currently using server side stored credentials to connect to a Contentful space.",
"usingSessionCredentialsLabel": "The example app is currently using application session stored credentials to connect to a Contentful space.",
"applicationCredentialsLabel": "Application session credentials",
"noContentLabel": "No content found.",
"errorHighlightedCourse": "⚠️ The course is not published or does not exist.",
"somethingWentWrongLabel": "Oops, something went wrong",
"errorMessage404Route": "The page you are trying to open does not exist.",
@@ -120,4 +121,4 @@
"stackTraceErrorHint": "Check the stack trace below.",
"errorLabel": "Error from Contentful:",
"stackTraceLabel": "Stack trace:"
}
}