Skip to content

noud/cakephp-dutch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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:
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 from Enflow

About

CakePHP inflector for the Dutch language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages