Skip to content

Commit

Permalink
Merge branch 'i18n' into finalFixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bbezerra82 authored Jan 17, 2020
2 parents 9f195c6 + 8822173 commit 09642a3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 177 deletions.
14 changes: 14 additions & 0 deletions lambda/py/prompts.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Alexa Prompts Language Constants

WELCOME_MSG = "WELCOME_MSG"
WELCOME_REPROMPT_MSG = "WELCOME_REPROMPT_MSG"
WELCOME_BACK_MSG = "WELCOME_BACK_MSG"
WELCOME_BACK_MSG_plural = "WELCOME_BACK_MSG_plural"
HAPPY_BIRTHDAY_MSG = "HAPPY_BIRTHDAY_MSG"
HAPPY_BIRTHDAY_MSG_plural = "HAPPY_BIRTHDAY_MSG_plural"
REGISTER_BIRTHDAY_MSG = "REGISTER_BIRTHDAY_MSG"
HELP_MSG = "HELP_MSG"
GOODBYE_MSG = "GOODBYE_MSG"
REFLECTOR_MSG = "REFLECTOR_MSG"
ERROR_MSG = "ERROR_MSG"
ERROR_TIMEZONE_MSG = "ERROR_TIMEZONE_MSG"
177 changes: 0 additions & 177 deletions module-1/README.md

This file was deleted.

0 comments on commit 09642a3

Please sign in to comment.