1
0
Fork 0

Update messages.h (#7360)

Korean bye message
This commit is contained in:
hellower 2018-11-19 17:17:33 +09:00 committed by Jan
parent 476f941161
commit 94626595cd
1 changed files with 2 additions and 1 deletions

View File

@ -58,6 +58,7 @@
//#define TRI_BYE_MESSAGE_IL "\xd7\xaa\xd7\x95\xd7\x90\xd7\xa8\xd7\xaa\xd7\x94\xd7\x9c\x21"
#define TRI_BYE_MESSAGE_IT "Arrivederci!"
#define TRI_BYE_MESSAGE_JP "\xe3\x81\x95\xe3\x82\x88\xe3\x81\x86\xe3\x81\xaa\xe3\x82\x89"
#define TRI_BYE_MESSAGE_KR "\xec\x95\x88\xeb\x85\x95\xed\x9e\x88\x20\xea\xb0\x80\xec\x84\xb8\xec\x9a\x94\x21"
#define TRI_BYE_MESSAGE_LV "\x55\x7a\x20\x72\x65\x64\x7a\xC4\x93\xC5\xA1\x61\x6e\x6f\x73\x21"
#define TRI_BYE_MESSAGE_NL "Tot ziens!"
#define TRI_BYE_MESSAGE_RU "\xd0\x94\xd0\xbe\x20\xd1\x81\xd0\xb2\xd0\xb8\xd0\xb4\xd0\xb0\xd0\xbd\xd0\xb8\xd1\x8f\x21"
@ -73,5 +74,5 @@
"\n" TRI_BYE_MESSAGE_IL " " TRI_BYE_MESSAGE_IT " " TRI_BYE_MESSAGE_NL \
" " TRI_BYE_MESSAGE_SV " " TRI_BYE_MESSAGE_FR " " TRI_BYE_MESSAGE_JP \
" " TRI_BYE_MESSAGE_RU " " TRI_BYE_MESSAGE_PT " " TRI_BYE_MESSAGE_FA \
" " TRI_BYE_MESSAGE_LV " " TRI_BYE_MESSAGE_GE
" " TRI_BYE_MESSAGE_LV " " TRI_BYE_MESSAGE_GE " " TRI_BYE_MESSAGE_KR
#endif