Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLDR-17071 Do not create unused db table sf_loc2forum; improve localeToForum #4034

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

btangmu
Copy link
Member

@btangmu btangmu commented Sep 10, 2024

-Remove code that creates unused db table sf_loc2forum

-Revise the implementation of localeToForum by calling getLanguage instead of toULocale().getLanguage

CLDR-17071

  • This PR completes the ticket.

ALLOW_MANY_COMMITS=true

…ToForum

-Remove code that creates unused db table sf_loc2forum

-Revise the implementation of localeToForum by calling getLanguage instead of toULocale().getLanguage
@btangmu btangmu self-assigned this Sep 10, 2024
@btangmu btangmu marked this pull request as ready for review September 10, 2024 19:52
@btangmu btangmu requested a review from srl295 September 10, 2024 19:54
@btangmu
Copy link
Member Author

btangmu commented Sep 10, 2024

Note: after this is merged, we should remove the actual table sf_loc2forum from the production db:

drop table sf_loc2forum;

@btangmu btangmu merged commit 135658d into unicode-org:main Sep 11, 2024
13 checks passed
@btangmu btangmu deleted the t17071_a branch September 11, 2024 16:17
haytenf pushed a commit to haytenf/cldr that referenced this pull request Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants