-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Added kyrgyz language #166
Conversation
@@ -23,6 +23,7 @@ public enum ValueConverters { | |||
SLOVAK_INTEGER(Container.slovakContainer().getIntegerConverter(), "sk"), | |||
LATVIAN_INTEGER(Container.latvianContainer().getIntegerConverter(), "lv"), | |||
KAZAKH_INTEGER(Container.kazakhContainer().getIntegerConverter(), "kk"), | |||
KYRGYZ_INTEGER(Container.kyrgyzContainer().getIntegerConverter(), "kg"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be "ky", because of locale ky-KG
https://www.localeplanet.com/icu/ky-KG/index.html
@@ -6,29 +6,7 @@ | |||
import java.math.BigDecimal; | |||
import java.util.Objects; | |||
|
|||
import static pl.allegro.finance.tradukisto.internal.Container.americanEnglishContainer; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please revert old imports?
Looks great for me, just small comments, I will apply changes myself after merging this PR. |
No description provided.