Skip to content

Commit

Permalink
Fix Polish TLD (#2310)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluemarvin committed Nov 18, 2019
1 parent 61e7f55 commit ff64d29
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -68,6 +68,6 @@ public String getSpaceKeyText(String aComposingText) {

@Override
public String[] getDomains(String... domains) {
return super.getDomains(".po");
return super.getDomains(".pl");
}
}

0 comments on commit ff64d29

Please sign in to comment.