Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
lingo.dev@0.110.0 source code.tar.gz | 2025-08-04 | 6.5 MB | |
lingo.dev@0.110.0 source code.zip | 2025-08-04 | 6.7 MB | |
README.md | 2025-08-04 | 641 Bytes | |
Totals: 3 Items | 13.2 MB | 0 |
Minor Changes
-
#1065
c0486ca
Thanks @VAIBHAVSING! - Add support forignoredKeys
in TypeScript loaderThe TypeScript loader now fully supports the
ignoredKeys
option, allowing you to exclude specific keys (including nested keys) from localization when using bothexport default
andexport const
patterns. This works seamlessly with therun
method and the CLI, and is compatible with flattened key structures. All related tests now pass.