Skip to content

Fix translator comment order in Guinea-Bissau locale file #2855

@coderabbitai

Description

@coderabbitai

Issue Description

Guinea-Bissau's locale file has inconsistent translator comment AND translation order compared to the established convention.

Current (inconsistent):

#. %s (estimated, observed).
msgstr "%s (estimated, observed)"

Should be (consistent with 50+ other countries):

#. %s (observed, estimated).
msgstr "%s (observed, estimated)"

File: holidays/locale/en_US/LC_MESSAGES/GW.po

Related PR: #2854 - add Sudan Holidays
Related Discussion: #2854 (comment)

Background

During review of Sudan's locale file, we discovered that the established convention across the holidays library is to use "observed, estimated" order in both translator comments and translations. Guinea-Bissau is currently the only exception to this pattern, with both its comment and translation using the wrong order.

Solution

Update BOTH the translator comment and translation in GW.po to use "observed, estimated" order to maintain consistency with the rest of the codebase.

Required changes:

  1. Fix translator comment order
  2. Fix translation order

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions