Skip to content
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.

Commit

Permalink
Added Ukranian to API generator script.
Browse files Browse the repository at this point in the history
  • Loading branch information
SidRoberts committed May 17, 2016
1 parent 148ae04 commit c2bcc50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gen-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
throw new Exception("CPHALCON directory does not exist");
}

$languages = array('en', 'es', 'fr', 'ja', 'pl', 'pt', 'ru', 'zh');
$languages = array('en', 'es', 'fr', 'ja', 'pl', 'pt', 'ru', 'uk', 'zh');

/**
* Class ApiGenerator
Expand Down

0 comments on commit c2bcc50

Please sign in to comment.