question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Multiple manifest files for i18n

See original GitHub issue

I need to generate multiple manifest files, one for each language. How could that be supported?

For certain pages will be this manifest

<link rel="manifest" href="/en/admin-manifest.json"> 

and for other pages this one, for example

 <link rel="manifest" href="/jp/user-manifest.json">

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
husaytcommented, Sep 11, 2021

İ just set manifest to false and placed files manually. That works like a charm

2reactions
husaytcommented, Sep 12, 2021

See koran.center and koran.center/en @userquin

Read more comments on GitHub >

github_iconTop Results From Across the Web

Developing Localizable Manifests - W3C
This document provides definitions and best practices related to the specification of manifest files and similar document formats on the ...
Read more >
How to add another i18n file in manifest.json and get it ...
Hi, I am creating an app locally, where in i have provided a switch control to switch between English and German language.
Read more >
Creating Files for Multiple Manifest Deployment or Sideloading
To create manifest files for use in a multiple manifest file scenario: Log in to the applicable cloud business processes to create or...
Read more >
i18n: Multiple manifest links with different hreflang? · Issue #892
I know we have a bunch of ideas around internationalization and the guidance in the spec itself, but I am curious if we...
Read more >
Configuring multiple Applications with a single Manifest
You can run cf buildpacks to check the buildpack name to be used in the manifest file. As an example, you should configure...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found