Skip to content

Commit

Permalink
Languages support (not ready yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
barttyrant committed Apr 13, 2015
1 parent 155f747 commit 783756b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/Resource/Languages.php
@@ -0,0 +1,18 @@
<?php

namespace Genderize\Resource;

/**
* Description of Languages
*
* @author barttyrant
*/
class Languages {

public static function get() {
return [
// add language support here
];
}

}

0 comments on commit 783756b

Please sign in to comment.