-
Notifications
You must be signed in to change notification settings - Fork 11
Feat: add initial Roseville configuration #3448
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
Changes from all commits
88ea7fc
1dfcaf4
12a25a0
21e4513
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| # Generated by Django 5.2.7 on 2026-01-22 00:23 | ||
|
|
||
| from django.db import migrations, models | ||
|
|
||
|
|
||
| class Migration(migrations.Migration): | ||
|
|
||
| dependencies = [ | ||
| ("core", "0072_move_fields_from_eligapiconfig_to_eligapiverificationrequest"), | ||
| ] | ||
|
|
||
| operations = [ | ||
| migrations.AlterField( | ||
| model_name="transitagency", | ||
| name="slug", | ||
| field=models.SlugField( | ||
| choices=[ | ||
| ("cst", "cst"), | ||
| ("mst", "mst"), | ||
| ("edcta", "edcta"), | ||
| ("nevco", "nevco"), | ||
| ("raba", "raba"), | ||
| ("roseville", "roseville"), | ||
| ("sacrt", "sacrt"), | ||
| ("sbmtd", "sbmtd"), | ||
| ("slorta", "slorta"), | ||
| ("vctc", "vctc"), | ||
| ], | ||
| help_text="Used for URL navigation for this agency, e.g. the agency homepage url is /{slug}", | ||
| ), | ||
| ), | ||
| ] |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,7 +6,7 @@ | |
| msgid "" | ||
| msgstr "" | ||
| "Report-Msgid-Bugs-To: https://github.com/cal-itp/benefits/issues \n" | ||
| "POT-Creation-Date: 2025-12-17 13:43-0800\n" | ||
| "POT-Creation-Date: 2026-01-27 17:23-0800\n" | ||
| "Language: Español\n" | ||
| "MIME-Version: 1.0\n" | ||
| "Content-Type: text/plain; charset=UTF-8\n" | ||
|
|
@@ -40,6 +40,11 @@ msgstr "" | |
| "Obtenga una tarifa reducida en transporte público RABA cuando toque para " | ||
| "viajar" | ||
|
|
||
| msgid "Get your reduced fare on Roseville public transit when you tap to ride" | ||
| msgstr "" | ||
| "Obtenga una tarifa reducida en el transporte público Roseville cuando toque " | ||
| "para viajar" | ||
|
|
||
| msgid "Get your reduced fare on SacRT buses when you tap to ride" | ||
| msgstr "" | ||
| "Obtenga una tarifa reducida en los autobuses del SacRT cuando toque para " | ||
|
|
@@ -973,6 +978,15 @@ msgstr "" | |
| "Cal-ITP no almacena su información. Todos los beneficios de tránsito de RABA " | ||
| "reducen las tarifas de autobuses en un 50%%." | ||
|
|
||
| #, python-format | ||
| msgid "" | ||
| "Cal-ITP doesn’t save any of your information. All Roseville transit benefits " | ||
| "reduce fares by 50%% for bus service on fixed routes." | ||
| msgstr "" | ||
| "Cal-ITP no almacena su información. Todos los beneficios de tránsito de " | ||
| "Roseville reducen las tarifas en un 50%% para el servicio de autobús en " | ||
| "rutas fijas." | ||
|
Comment on lines
+985
to
+988
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Seeing this makes me realize we've translated this one in several different ways, too. With and without the "fixed routes" bit, and once without mentioning the percentage (SBMTD). Not something to worry about here, probably, just something to remember when we get these translations into the DB. |
||
|
|
||
| #, python-format | ||
| msgid "" | ||
| "Cal-ITP doesn’t save any of your information. All SacRT transit benefits " | ||
|
|
@@ -1198,6 +1212,9 @@ msgstr "un autobús de Nevada County Connects" | |
| msgid "a RABA bus" | ||
| msgstr "un autobús de RABA" | ||
|
|
||
| msgid "a Roseville bus" | ||
| msgstr "un autobús de Roseville" | ||
|
|
||
| msgid "a SacRT bus" | ||
| msgstr "un autobús de SacRT" | ||
|
|
||
|
|
||
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.
Was this included accidentally, or is it a better translation than what we used before?