File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed
Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 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
711You 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
1115Or via the .NET Core command line interface:
1216```
1317dotnet 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
2429Inspired by:
You can’t perform that action at this time.
0 commit comments