Skip to content

Commit 3567097

Browse files
Added an example
1 parent bfe4c62 commit 3567097

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
A .NET library that converts currency values into words in Bulgarian for accounting purposes.
66

7+
Example: Input: `32048.27` Outpud: `тридесет и две хиляди и четиридесет и осем лева и 27 ст.`
8+
79
## Functionality
810
- It takes into consideration the [grammatical gender](https://en.wikipedia.org/wiki/Grammatical_gender).
911
- It writes decimal fractions in the short form: `X лева и ст.` when the value is above zero, and the full word when it is under the value of `1`: `девет стотинки`.

src/OneBitSoftware.Slovom/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
A .NET library that converts currency values into words in Bulgarian for accounting purposes.
66

7+
Example: Input: `32048.27` Outpud: `тридесет и две хиляди и четиридесет и осем лева и 27 ст.`
8+
79
## Functionality
810
- It takes into consideration the [grammatical gender](https://en.wikipedia.org/wiki/Grammatical_gender).
911
- It writes decimal fractions in the short form: `X лева и ст.` when the value is above zero, and the full word when it is under the value of `1`: `девет стотинки`.

0 commit comments

Comments
 (0)