You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,10 @@
3
3
4
4
A .NET library that converts currency values into words in Bulgarian for accounting purposes.
5
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 лева и ст".
6
+
## Functionality
7
+
- It takes into consideration the [grammatical gender](https://en.wikipedia.org/wiki/Grammatical_gender).
8
+
- 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`: `девет стотинки`.
9
+
- The current maximum value is `999999.99` and the minimum is `0.`.
9
10
10
11
## Installation
11
12
You can install the OneBitSoftware.Slovom assembly through the NuGet package [NuGet](https://www.nuget.org/packages/OneBitSoftware.Slovom):
@@ -16,6 +17,7 @@ Or via the .NET Core command line interface:
0 commit comments