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

chore(nimbus): add locale, language, country to admin #12179

Merged
merged 1 commit into from
Feb 12, 2025
Merged

Conversation

jaredlockhart
Copy link
Collaborator

Becuase

  • We need to add some missing locales, languages, countries to the db
  • We could do this through a data migration but it ends up conflicting with the test factories
  • Let's add a create only interface for those models to the admin for special cases

This commit

  • Adds a create only interface for locale, language, country in the admin

fixes #12150

Becuase

* We need to add some missing locales, languages, countries to the db
* We could do this through a data migration but it ends up conflicting with the test factories
* Let's add a create only interface for those models to the admin for special cases

This commit

* Adds a create only interface for locale, language, country in the admin

fixes #12150
Copy link
Contributor

@yashikakhurana yashikakhurana left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice and simple 🚀

@jaredlockhart jaredlockhart added this pull request to the merge queue Feb 12, 2025
Merged via the queue into main with commit 2929035 Feb 12, 2025
16 checks passed
@jaredlockhart jaredlockhart deleted the 12150 branch February 12, 2025 18:50
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.

Bengali (bn) missing from locale list
2 participants