Skip to content

Commit

Permalink
Add Brazilian Portuguese to Specify
Browse files Browse the repository at this point in the history
  • Loading branch information
grantfitzsimmons committed Aug 2, 2024
1 parent 84642bc commit 9f37028
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const languageCodeMapper = {
'fr-fr': 'fr',
'es-es': 'es',
'de-ch': 'de_CH',
'pt-br': 'pt_BR',
} as const;

export const languages = Object.keys(languageCodeMapper);
Expand Down
1 change: 1 addition & 0 deletions specifyweb/settings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ def get_sa_db_url(db_name):
('fr-fr', 'français'),
('es-es', 'español'),
('de-ch', 'deutsch (schweiz)'),
('pt-br', 'português (brasil)'),
]

SITE_ID = 1
Expand Down

0 comments on commit 9f37028

Please sign in to comment.