Bug 261047 - Handle multiple unique identifiers for localization
Summary: Handle multiple unique identifiers for localization
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Extensions (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kiara Rose
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-09-01 14:12 PDT by Kiara Rose
Modified: 2023-11-04 09:47 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kiara Rose 2023-09-01 14:12:59 PDT
Handle multiple unique identifiers for localization
Comment 1 Radar WebKit Bug Importer 2023-09-01 14:13:13 PDT
<rdar://problem/114840127>
Comment 2 Timothy Hatcher 2023-11-04 09:47:05 PDT
It turns out this is not needed, and Safari was doing this incorrectly. According to the Chrome docs, the special @@extension_id message can only be used in CSS files, not the manifest. So this bug isn't a real problem.

"The extension or app ID; you might use this string to construct URLs for resources inside the extension. Even unlocalized extensions can use this message.
Note: You can't use this message in a manifest file."

https://developer.chrome.com/docs/extensions/reference/i18n/#overview-predefined