Skip to content

Commit 4799be4

Browse files
authored
Merge pull request #44 from cherryleafroad/master
UPDATE: More accurately resemble Chinese smart replies in english
2 parents 783fe87 + c9bb384 commit 4799be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/oasisfeng/nevo/decorators/wechat/SmartReply.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313
class SmartReply {
1414

15-
private static final CharSequence[][] REPLIES_FOR_QUESTION = {{ "👌", "好", "对", "没问题" }, { "👌", "OK", "Ye" }};
15+
private static final CharSequence[][] REPLIES_FOR_QUESTION = {{ "👌", "好", "对", "没问题" }, { "👌", "Ok", "Yeah", "No problem" }};
1616

1717
static @Nullable CharSequence[] generateChoices(final Message[] messages) {
1818
if (messages.length == 0) return null;

0 commit comments

Comments
 (0)