Skip to content

Commit

Permalink
Merge pull request #1 from mmiszy/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Michał Miszczyszyn authored Jan 22, 2018
2 parents f65a55e + e5066f3 commit 5ba6acf
Show file tree
Hide file tree
Showing 10 changed files with 491 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.nyc_output
*.js
1 change: 0 additions & 1 deletion .nyc_output/1070bafa1957ed5f40898333e790a56f.json

This file was deleted.

1 change: 0 additions & 1 deletion .nyc_output/1b970f9dea6aa93f16b4fcf4af0b5526.json

This file was deleted.

1 change: 0 additions & 1 deletion .nyc_output/2a35223c07637a10e0fd5f4d5bb189bf.json

This file was deleted.

1 change: 0 additions & 1 deletion .nyc_output/407f60adb014370ed80d412131a0b99a.json

This file was deleted.

1 change: 0 additions & 1 deletion .nyc_output/582b26d29bafd91290bb5885423e8aa1.json

This file was deleted.

4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
language: node_js
node_js:
- "8"
after_success: npm run test:coveralls
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# `polish-plurals`
[![Build Status](https://travis-ci.org/mmiszy/polish-plurals.svg?branch=master)](https://travis-ci.org/mmiszy/polish-plurals)
[![Coverage Status](https://coveralls.io/repos/github/mmiszy/polish-plurals/badge.svg?branch=master)](https://coveralls.io/github/mmiszy/polish-plurals?branch=master)

# Description
Package meant mostly for Polish users who are looking for the simplest way to use nouns with numbers in Polish correctly.

This package takes into account complicated Polish grammar rules and allows you to specify different forms – 1 singular and 2 plural — of nouns to be used.

## Usage

Expand Down
Loading

0 comments on commit 5ba6acf

Please sign in to comment.