mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
DeepL: added Arabic
This commit is contained in:
@@ -115,7 +115,9 @@ public class DeepL {
|
||||
int frequency = prefs.getInt("translated_" + target, 0);
|
||||
|
||||
String flag;
|
||||
if ("CS".equals(target))
|
||||
if ("AR".equals(target))
|
||||
flag = "SA";
|
||||
else if ("CS".equals(target))
|
||||
flag = "CZ";
|
||||
else if ("DA".equals(target))
|
||||
flag = "DK";
|
||||
|
||||
Reference in New Issue
Block a user