Make WordPress Core

Timestamp:
09/01/2020 04:39:00 PM (4 years ago)
Author:
SergeyBiryukov
Message:

General: Correct reversed svn:auto-props for .mo and .po files.

  • .mo files are binary and should have svn:mime-type=application/octet-stream.
  • .po files are text and should have svn:eol-style=native, same as .pot files.

Follow-up to [46636], [48845].

See #51113.

Location:
trunk
Files:
2 edited

  • trunk

    • Property svn:auto-props
      •  

        old new  
        5151
        5252### Translation files
        53 *.mo = svn:eol-style=native
        54 *.po = svn:mime-type=application/octet-stream
         53*.mo = svn:mime-type=application/octet-stream
         54*.po = svn:eol-style=native
        5555*.pot = svn:eol-style=native
        5656
  • trunk/tests/phpunit/data/languages/ja_JP.po

    • Property svn:mime-type deleted
    • Property svn:eol-style set to native
Note: See TracChangeset for help on using the changeset viewer.