Skip to content

Commit

Permalink
l10n: tentatively add pt_PT to supported languages
Browse files Browse the repository at this point in the history
Per #6156, include pt_PT as a supported language during the v2.4.0
translation period.  Revert this commit before merging translations into
"develop" if this translation doesn't reach adequate coverage to be
included in this release.
  • Loading branch information
cfm committed May 6, 2022
1 parent 4fd2727 commit 78c23b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions securedrop/i18n_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class I18NTool:
'nb_NO': {'name': 'Norwegian', 'desktop': 'nb_NO', },
'nl': {'name': 'Dutch', 'desktop': 'nl', },
'pt_BR': {'name': 'Portuguese, Brasil', 'desktop': 'pt_BR', },
'pt_PT': {'name': 'Portuguese, Portuguese', 'desktop': 'pt_PT', },

This comment has been minimized.

Copy link
@cfm

cfm May 12, 2022

Author Member

Should be:

-          'pt_PT': {'name': 'Portuguese, Portuguese', 'desktop': 'pt_PT', },
+          'pt_PT': {'name': 'Portuguese, Portgual', 'desktop': 'pt_PT', },

Will fix up as part of final translation merge.

'ro': {'name': 'Romanian', 'desktop': 'ro', },
'ru': {'name': 'Russian', 'desktop': 'ru', },
'sk': {'name': 'Slovak', 'desktop': 'sk', },
Expand Down

0 comments on commit 78c23b0

Please sign in to comment.