Opened 14 years ago
Closed 14 years ago
#15714 closed defect (bug) (invalid)
Malformed structured WP main *.POT language file
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | I18N | Keywords: | |
Focuses: | Cc: |
Description
The WordPress main language file wordpress.pot has bad generated reference strings, e.g.
#: wp-login.php:531 wp-login.php:658 wp-login.php:660
The right way:
#: wp-login.php:531 #: wp-login.php:658 #: wp-login.php:660
Each reference must being preceed by a "#:" symbol to be rightly identified by the translator software. I added a edited POT file with this ticket.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Fixed WordPress main POT language file.