-
-
Notifications
You must be signed in to change notification settings - Fork 676
Fix translator comment order in Guinea-Bissau locale file #2855
Description
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:
- Fix translator comment order
- Fix translation order