<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>276463</bug_id>
          
          <creation_ts>2024-07-10 17:43:08 -0700</creation_ts>
          <short_desc>Web App Manifest: localized member support</short_desc>
          <delta_ts>2026-03-28 06:08:05 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebCore Misc.</component>
          <version>Other</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Marcos Caceres">marcosc</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>marcosc</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2045666</commentid>
    <comment_count>0</comment_count>
    <who name="Marcos Caceres">marcosc</who>
    <bug_when>2024-07-10 17:43:08 -0700</bug_when>
    <thetext>It would be good to implement parsing of the _localized members as proposed in:
https://github.com/w3c/manifest/pull/1101</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2045667</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2024-07-10 17:43:29 -0700</bug_when>
    <thetext>&lt;rdar://problem/131500348&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2194698</commentid>
    <comment_count>2</comment_count>
    <who name="Marcos Caceres">marcosc</who>
    <bug_when>2026-03-28 06:08:05 -0700</bug_when>
    <thetext>Triage note (March 2026):

The `*_localized` members are now fully specified in the main Web App Manifest spec (https://w3c.github.io/manifest/) with complete parsing algorithms. The spec defines `name_localized`, `short_name_localized`, `icons_localized`, and `short_name_localized` as language maps, each containing entries keyed by language tag with `value`, `dir`, and `lang` sub-members.

WebKit&apos;s ApplicationManifestParser does not currently parse any `*_localized` members. Implementing this would require:
1. Extending `ApplicationManifest.h` to store localized overrides per member
2. Adding parsing logic in `ApplicationManifestParser.cpp` for each `*_localized` member
3. Applying locale-matching logic (BCP 47 best-match) to select the right value

Leaving open as a valid, unimplemented feature request. Tracked internally via rdar://131500348.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>