1
0
Fork 0

Added PT bye message

This commit is contained in:
Christiano Anderson 2015-10-16 10:58:04 -03:00
parent 0225c4d982
commit ddcb14b94a
1 changed files with 3 additions and 1 deletions

View File

@ -53,6 +53,7 @@
#define TRI_BYE_MESSAGE_NL "Tot ziens!"
#define TRI_BYE_MESSAGE_RU "До свидания!"
#define TRI_BYE_MESSAGE_SV "Adjö!"
#define TRI_BYE_MESSAGE_PT "Até Logo!"
#define TRI_BYE_MESSAGE \
TRI_BYE_MESSAGE_CH " " \
@ -68,7 +69,8 @@
TRI_BYE_MESSAGE_SV " " \
TRI_BYE_MESSAGE_GR " " \
TRI_BYE_MESSAGE_JP " " \
TRI_BYE_MESSAGE_RU
TRI_BYE_MESSAGE_RU " " \
TRI_BYE_MESSAGE_PT
#endif