RFC: Renovate the remote-loader
#2518
Replies: 6 comments
-
|
Currently, the only one problem here, it doesn't support any other formats except of By the way, Pofile would be tricky to bundle for for the browser because it has |
Beta Was this translation helpful? Give feedback.
-
|
I wonder if this should be considered every time someone creates a custom formatter. What about other formatters? Are they compatible with this? |
Beta Was this translation helpful? Give feedback.
-
|
Yes, it should be considered when someone creates a custom formatter. Formatters shouldn't have any browser-incompatibile dependencies. Other official lingui formatters are compatible with browser. |
Beta Was this translation helpful? Give feedback.
-
|
Are there any other currently supported I've found https://www.npmjs.com/package/gettext-parser, but I'm not sure if it works in browsers |
Beta Was this translation helpful? Give feedback.
-
|
@thekip I just thought if Pofile is a blocker in the current case, we probably can adopt its fork under the Lingui organization |
Beta Was this translation helpful? Give feedback.
-
|
Now Crowdin can provide already compiled translations via OTA CDN - Lingui String Exporter |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@lingui/remote-loader is a package that allows loading and compiling message catalogs located somewhere remotely (for example, an external CDN endpoint).
For some reason, it was marked as
privateand the latest published version is 3.11.0.Today, almost every Localization Management System has an Over-The-Air Content Delivery feature that allows translations to be distributed to a CDN (or other resources located on the web) and then applications can consume these translations directly from the remote endpoint. For example, this is how it works in Crowdin - Content Delivery.
In short, OTA Content Delivery allows new translations to be delivered without necessarily rebuilding or redeploying the application. So the Remote Loader would be a good complement to OTA technologies.
Possible steps to do:
Beta Was this translation helpful? Give feedback.
All reactions