Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

Commit

Permalink
Temporarily removed greek language option
Browse files Browse the repository at this point in the history
I want to release a stable version soon and it has not been tested
  • Loading branch information
LayoutXML committed Jan 1, 2019
1 parent 40ce267 commit a3a1305
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ private void generateLanguageValues(){
option.setSymbol("de");
values.add(option);

option = new StringOption();
option.setName("Greek");
option.setSymbol("el");
values.add(option);
// option = new StringOption();
// option.setName("Greek");
// option.setSymbol("el");
// values.add(option);

option = new StringOption();
option.setName("Hungarian");
Expand Down

0 comments on commit a3a1305

Please sign in to comment.