Skip to content

Commit d2eea31

Browse files
readme updates
1 parent f998926 commit d2eea31

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# OneBitSoftware.Slovom
22
![test](https://github.com/OneBitSoftware/OneBitSoftware.Slovom/actions/workflows/dotnet.yml/badge.svg)
33

4-
A .NET library that converts currency values into words in Bulgarian for accounting purposes
4+
A .NET library that converts currency values into words in Bulgarian for accounting purposes.
5+
6+
It takes into consideration the [grammatical gender](https://en.wikipedia.org/wiki/Grammatical_gender).
7+
8+
It writes our decimal fractions in the short form: "X лева и ст".
59

610
## Installation
711
You can install the OneBitSoftware.Slovom assembly through the NuGet package [NuGet](https://www.nuget.org/packages/OneBitSoftware.Slovom):
@@ -11,14 +15,15 @@ Install-Package OneBitSoftware.Slovom
1115
Or via the .NET Core command line interface:
1216
```
1317
dotnet add package OneBitSoftware.Slovom
14-
18+
```
1519
## Examples
20+
1621
|Input|Output|
1722
|--------|-------|
18-
|0| нула лева |
19-
| 1 | един лев |
20-
| 2 | "два лева" |
21-
| 19 | "деветнадесет лева" |
23+
|0|нула лева|
24+
|1|един лев|
25+
|2|два лева|
26+
|19|деветнадесет лева|
2227

2328
## Credits
2429
Inspired by:

0 commit comments

Comments
 (0)