Skip to content
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

Merged
merged 4 commits into from
Jan 3, 2025
Merged

Conversation

SharshenovJR
Copy link
Contributor

No description provided.

@@ -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"),
Copy link
Collaborator

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;
Copy link
Collaborator

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?

@jglaszka
Copy link
Collaborator

jglaszka commented Jan 3, 2025

Looks great for me, just small comments, I will apply changes myself after merging this PR.

@jglaszka jglaszka merged commit 22f96dc into allegro:master Jan 3, 2025
1 check passed
@jglaszka jglaszka mentioned this pull request Jan 3, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants