Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Fix Polish TLD (#2310)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluemarvin authored Nov 18, 2019
1 parent 61e7f55 commit ff64d29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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.