Skip to content

Commit f557ea3

Browse files
Add manifest localization feature (#3772)
1 parent b8b3eb0 commit f557ea3

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

features/manifest-localization.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Web app manifest localization
2+
description: The `_localized` suffixed members of the web app manifest set translated names, descriptions, icons, and shortcuts. The browser automatically selects resources based on the user's language and region settings.
3+
spec: https://w3c.github.io/manifest/#localized-members
4+
group: progressive-web-app
5+
# Expected compat keys:
6+
# - manifests.webapp.name_localized
7+
# - manifests.webapp.short_name_localized
8+
# - manifests.webapp.description_localized
9+
# - manifests.webapp.icons_localized
10+
# - manifests.webapp.shortcuts_localized
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Generated from: manifest-localization.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support: {}

0 commit comments

Comments
 (0)