lit-translate icon indicating copy to clipboard operation
lit-translate copied to clipboard

A blazing-fast and lightweight internationalization (i18n) library for your next web-based project

Results 20 lit-translate issues
Sort by recently updated
recently updated
newest added

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.21 to 0.7.28. Commits 1d3c98a Revert breaking fix #279 and release as 0.7.28 535f11b Delete redundant code 642c039 Fix #492 LG TV WebOS detection 3edacdd Merge branch...

dependencies

Upgraded lit dependencies in order to work properly with new versions.

This is due to old node sass dependencies inherited from "@appnest/web-config". See: https://github.com/sass/node-sass/issues/2895 Adding a recent node-sass in `package.json` resolves it.

I'd like to lazy-load strings on a per-feature basis, like ``` new-feature/ ├── app-new-feature.css ├── app-new-feature.graphql ├── app-new-feature.js ├── app-new-feature.spec.js ├── app-new-feature.fr.json └── app-new-feature.en.json ``` Currently, it looks from the...

enhancement

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...

dependencies

Hi First of all big thanks for such a simple and configurable library :wave: I found that in the latest vesion `translate` and `translateUnsafeHTML` are not wrapped with `directive`, so...

I'm trying to migrate a project from React to lit-html and replacing any instances of `react-intl` with `lit-translate`. The one thing I miss is the [FormatJS CLI](https://formatjs.io/docs/tooling/cli) It would be...

Since translations are inserted via directives, what's actually rendered to the DOM is really open ended. It should be possible to implement an editable mode, where for NodeParts an element...

enhancement

Because all Parts are added to a global Map, they will persist forever, even if the template instance that contained the part is no longer rendered. Fixing this likely requires...

enhancement

![image](https://github.com/andreasbm/lit-translate/assets/54391484/20dd73a7-d8e6-4909-89ab-b8671929adef) interpolate is not working object list is empty. Object list will be loaded in sometimes. Can you please handle that case