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.
- Host: GitHub
- URL: https://github.com/noud/cakephp-dutch
- Owner: noud
- Created: 2013-08-08T11:28:31.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2020-09-10T23:36:07.000Z (almost 6 years ago)
- Last Synced: 2025-01-30T15:29:08.594Z (over 1 year ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)