You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In each app, they link to a language-specific Manifest. With translations they should be able to have a single Manifest file for their app and if we enable start_url to be overridden per-language, they could roll these meta values into the Manifest and maintain them in a single place.
The text was updated successfully, but these errors were encountered:
Good point, that seems reasonable to add to translations.
start_url is currently used as the app_id, so we would need to ensure that translating the start_url doesn't change the app_id. We would also need to ensure all start_urls are on the same origin for security.
Autoscrib uses this setup to indicate alternate translations of their app:
In each app, they link to a language-specific Manifest. With
translations
they should be able to have a single Manifest file for their app and if we enablestart_url
to be overridden per-language, they could roll thesemeta
values into the Manifest and maintain them in a single place.The text was updated successfully, but these errors were encountered: