Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link to translations explainer and add note about needing an update #69

Merged
merged 2 commits into from
Mar 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Specification link: https://wicg.github.io/manifest-incubations/index.html
# Explainers

- [Scope Extensions for Web Apps](scope_extensions-explainer.md)
- [Web App Translations](translations-explainer.md)

# Background

Expand Down
2 changes: 2 additions & 0 deletions translations-explainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Authors: [Aaron Gustafson](https://github.com/aarongustafson), Louise Brett ([email protected]), Glen Robertson ([email protected])

TODO: This explainer needs to be updated to match the [Web Manifest Overrides](https://github.com/w3c/manifest/issues/1045) proposal.

## Overview

This document proposes a new `translations` manifest member that enables web apps to provide alternate values for manifest members in specific languages.
Expand Down