Changeset 275504 in webkit


Ignore:
Timestamp:
Apr 6, 2021 4:25:34 AM (3 years ago)
Author:
stephan.szabo@sony.com
Message:

[PlayStation] Change mediaControlsLocalizedStrings to use unicode escapes
https://bugs.webkit.org/show_bug.cgi?id=224195

Reviewed by Yusuke Suzuki.

  • en.lproj/mediaControlsLocalizedStrings.js:

Switch from literal smart quotes to unicode escapes.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r275502 r275504  
     12021-04-06  Stephan Szabo  <stephan.szabo@sony.com>
     2
     3        [PlayStation] Change mediaControlsLocalizedStrings to use unicode escapes
     4        https://bugs.webkit.org/show_bug.cgi?id=224195
     5
     6        Reviewed by Yusuke Suzuki.
     7
     8        * en.lproj/mediaControlsLocalizedStrings.js:
     9
     10        Switch from literal smart quotes to unicode escapes.
     11
    1122021-04-06  Rob Buis  <rbuis@igalia.com>
    213
  • trunk/Source/WebCore/en.lproj/mediaControlsLocalizedStrings.js

    r237566 r275504  
    11var UIStringTable = {
    22    '##WIRELESS_PLAYBACK_DEVICE_TYPE##': 'AirPlay',
    3     '##WIRELESS_PLAYBACK_DEVICE_NAME##': 'This video is playing on “##DEVICE_NAME##”.',
     3    '##WIRELESS_PLAYBACK_DEVICE_NAME##': 'This video is playing on \u201C##DEVICE_NAME##\u201D.',
    44
    55    '##TVOUT_DEVICE_TYPE##': 'TV Connected',
Note: See TracChangeset for help on using the changeset viewer.