Skip to content

Convert singular word to plural, according to french grammar rules

License

Notifications You must be signed in to change notification settings

moz4r/pluralizefr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

===============================
French Pluralize
===============================

convert de singular word into plural according french grammar rule.

Usable as Jinja2 filter.

Licence
-------

BSD license (see LICENCE file)


Features
--------

1. Python code example:

.. code-block:: python

    import pluralizefr
    pluralizefr.pluralize("fromage") # return fromages


2. Jinja2 exemple:

.. code-block:: jinja2

    {{ 'fromage' | pluralize }}

About

Convert singular word to plural, according to french grammar rules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.9%
  • Makefile 3.1%