You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/explanation/deployment.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Push the new image:tag to the Azure App Service instance.
49
49
## Configuration
50
50
51
51
Sensitive [configuration settings](configuration.md) are maintained as Application Configuration variables in Azure,
52
-
referencing [Azure Key Vault secrets](https://azure.microsoft.com/en-us/products/key-vault/). Other non-sensitive configuration is maintained directly in the configuration database via the [Django Admin](https://docs.djangoproject.com/en/5.2/ref/contrib/admin/).
52
+
referencing [Azure Key Vault secrets](https://azure.microsoft.com/en-us/products/key-vault/). Other non-sensitive configuration is maintained directly in the configuration database via the [Django Admin](https://docs.djangoproject.com/en/stable/ref/contrib/admin/).
English messages: [benefits/locale/en/LC_MESSAGES/django.po](https://github.com/cal-itp/benefits/blob/main/benefits/locale/en/LC_MESSAGES/django.po)
12
12
13
13
The Cal-ITP Benefits application is fully internationalized and available in both English and Spanish.
14
14
15
-
It uses Django's built-in support for translation using [message files](https://docs.djangoproject.com/en/5.0/topics/i18n/#term-message-file), which contain entries of `msgid`/`msgstr` pairs. The `msgid` is referenced in source code so that Django takes care of showing the `msgstr` for the user's language.
15
+
It uses Django's built-in support for translation using [message files](https://docs.djangoproject.com/en/stable/topics/i18n/#term-message-file), which contain entries of `msgid`/`msgstr` pairs. The `msgid` is referenced in source code so that Django takes care of showing the `msgstr` for the user's language.
16
16
17
17
## Updating message files
18
18
@@ -42,7 +42,7 @@ When templates have different copy per agency, create a new template for that ag
42
42
43
43
### Fuzzy strings
44
44
45
-
From [Django docs](https://docs.djangoproject.com/en/5.0/topics/i18n/translation/#message-files):
45
+
From [Django docs](https://docs.djangoproject.com/en/stable/topics/i18n/translation/#message-files):
46
46
47
47
> `makemessages` sometimes generates translation entries marked as fuzzy, e.g. when translations are inferred from previously translated strings.
0 commit comments