add support for bg-BG locale
Added support for the Bulgarian language support.
add support for bg-BG locale
Hi @tedovn , thank you for your contribution.
I request you go through PR #1144 to identify the changes you'd need to make for the PR to be accepted.
Happy to help if you have any specific queries.
Hi @tedovn , thank you for your contribution.
I request you go through PR #1144 to identify the changes you'd need to make for the PR to be accepted.
Happy to help if you have any specific queries.
Hello @mastermunj , i did not understand what you want to me do ? Nothing special in this PR
Hi @tedovn, here are the files that will need to be updated.
-
src/locales/bg-BG.ts=> Which you have done. -
src/ToWords.ts=> To include your newly created locale bg-BG for use. -
__tests__/bg-BG.test.ts=> Include test cases for the locale bg-BG. -
README.md=> Include a one-line to include bg-BG in the supported locale list. This should be ordered by the locale code.
I hope this helps with the changes you need to make.