-
Notifications
You must be signed in to change notification settings - Fork 111
feat: update location display names #1258
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
Conversation
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.
run makemigrations
and makemessages
?
Hmmm, not yet. But do we need to run it for the schedule rooms? |
i believe we need to run these commands and commit the changes whenever the PR has updated the model (field choices in this case) or the translation strings ( |
Got it, I’ll upload migration file later |
db4a108
to
026bc40
Compare
- Rename R012 location constant to R0_ALL for clarity - Add "All rooms" and "R0 (Simulcast)" location options - Update all event model location choices - Generate migrations for events and proposals apps - Update translation files with new location labels This change improves the clarity of room naming conventions and enables better simulcast management.
026bc40
to
971ee13
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1258 +/- ##
=======================================
Coverage 74.59% 74.59%
=======================================
Files 84 84
Lines 3184 3184
=======================================
Hits 2375 2375
Misses 809 809 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
- Fill empty msgstr entries in en_US locale with original English text - Add Traditional Chinese translations for zh_Hant locale - Update translations for room locations and UI labels This ensures all translation strings have proper values instead of empty strings.
Types of changes
Description