mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 08:32:50 -06:00
Bugfix in the android app for Chinese which was causing the first character in the translation to disappear
This commit is contained in:
@@ -240,7 +240,7 @@ public class Translator {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private static String implode(String s) {
|
private static String implode(String s) {
|
||||||
return s.replaceAll("\\s","");
|
return s.replaceAll("(?<!^[%*+])\\s","");
|
||||||
}
|
}
|
||||||
|
|
||||||
private String translateWord(String input) {
|
private String translateWord(String input) {
|
||||||
|
|||||||
Reference in New Issue
Block a user