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
thekaveman
added
chore
Chores and tasks for code cleanup, dev experience, admin/configuration settings, etc.
i18n
Copy: Language files or Django i18n framework
labels
Jul 31, 2023
Historically, we've treated the
msgid
in PO files as more of an identifier for the text of themsgstr
. This is not the default behavior of language files in Django, however: https://docs.djangoproject.com/en/4.2/topics/i18n/translation/More typically, the
msgid
is the text copy in the default language of the site, and themsgstr
is used to override the default in different languages.We continue looking for ways to simplify management of the app copy, we should refactor our PO files to follow this standard model.
Needs #1581 to be completed first.
Todo
msgid
with the corresponding text in themsgstr
msgid
with the corresponding English textDelete the Spanish PO fileThis isn't necessarybin/makemessages.sh
to regenerate the Spanish PO with new Englishmsgid
and blankmsgstr
The text was updated successfully, but these errors were encountered: