to-words icon indicating copy to clipboard operation
to-words copied to clipboard

add support for bg-BG locale

Open tedovn opened this issue 3 years ago • 3 comments

Added support for the Bulgarian language support.

add support for bg-BG locale

tedovn avatar Mar 24 '23 09:03 tedovn

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.

mastermunj avatar Mar 27 '23 16:03 mastermunj

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

tedovn avatar Mar 27 '23 16:03 tedovn

Hi @tedovn, here are the files that will need to be updated.

  1. src/locales/bg-BG.ts => Which you have done.
  2. src/ToWords.ts => To include your newly created locale bg-BG for use.
  3. __tests__/bg-BG.test.ts => Include test cases for the locale bg-BG.
  4. 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.

mastermunj avatar Mar 28 '23 11:03 mastermunj