lingo.dev 0.93.0 → 0.93.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/build/cli.cjs +1 -1
- package/build/cli.cjs.map +1 -1
- package/build/cli.mjs +1 -1
- package/build/cli.mjs.map +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
> [!
|
|
1
|
+
> [!NOTE]
|
|
2
|
+
> **Introducing: Lingo.dev Compiler** - Make any React app multilingual at build time without changing your components. [Read the docs](https://lingo.dev/compiler).
|
|
2
3
|
|
|
3
4
|
<p align="center">
|
|
4
5
|
<a href="https://lingo.dev/compiler">
|
|
@@ -69,4 +70,4 @@ Don't see your language? Just add a new language code to the [`i18n.json`](./i18
|
|
|
69
70
|
|
|
70
71
|
## 💬 Talk to us
|
|
71
72
|
|
|
72
|
-
Have feedback, feature requests, bug reports or other suggestions? [Talk to us on Discord!](https://lingo.dev/go/discord)
|
|
73
|
+
Have feedback, feature requests, bug reports or other suggestions? [Talk to us on Discord!](https://lingo.dev/go/discord)
|
package/build/cli.cjs
CHANGED