Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#15714 closed defect (bug) (invalid)

Malformed structured WP main *.POT language file

Reported by: metacortex's profile metacortex 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)

wordpress.zip (77.6 KB) - added by metacortex 14 years ago.
Fixed WordPress main POT language file.

Download all attachments as: .zip

Change History (4)

@metacortex
14 years ago

Fixed WordPress main POT language file.

#1 @metacortex
14 years ago

  • Cc metacortex added

#2 @nacin
14 years ago

Line endings?

Please report to wppolyglots.wordpress.com instead.

#3 @nacin
14 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.