Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#27228 closed enhancement (fixed)

Consistent translator comment format

Reported by: garyj's profile GaryJ Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 3.9 Priority: normal
Severity: normal Version: 3.9
Component: I18N Keywords: has-patch commit
Focuses: docs Cc:

Description

There are around 300 instances of /* translators: ... */ and only 4 instances of // translators: ....

While a trivial detail, having them use a consistent comment format may help ensure someone finds all instances of them in the future.

Attachments (1)

27228.diff (2.4 KB) - added by GaryJ 11 years ago.
Make translator comments use a consistent format

Download all attachments as: .zip

Change History (3)

@GaryJ
11 years ago

Make translator comments use a consistent format

#1 @SergeyBiryukov
11 years ago

  • Component changed from General to I18N
  • Keywords has-patch commit added
  • Milestone changed from Awaiting Review to 3.9

#2 @SergeyBiryukov
11 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 27325:

Use a consistent format for translator comments.

props GaryJ.
fixes #27228.

Note: See TracTickets for help on using tickets.