An open API service indexing awesome lists of open source software.

https://github.com/noud/cakephp-dutch

CakePHP inflector for the Dutch language.
https://github.com/noud/cakephp-dutch

Last synced: about 1 year ago
JSON representation

CakePHP inflector for the Dutch language.

Awesome Lists containing this project

README

          

# CakePHP Dutch

Dutch provides inflector rules for the Dutch language.

## Requirements

The master branch has the following requirements:

* CakePHP 2.2.0 or greater.
* PHP 5.3.0 or greater.

## Installation

* Clone/Copy the files in this directory into `app/Plugin/Dutch`
* Ensure the plugin is loaded in `app/Config/bootstrap.php` like so:

```php
CakePlugin::load('Dutch');
include CakePlugin::path('Dutch') . 'Config' . DS . 'inflections.php';
```

### Using

This should give you elementry Dutch inflection rules.
Any comments or additions welcome.

## inspired
This inflector inspired [Singularize and pluralize words in multiple languages](http://github.com/enflow/component-inflector) from [Enflow
](http://enflow.nl)