Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

js-lingui

A readable, automated, and optimized (5 kb) internationalization library for JavaScript
Collective - Host: opensource - https://opencollective.com/js-lingui - Website: https://lingui.dev/ - Code: https://github.com/lingui/js-lingui

prerelease: Fix cli imports

Updated packages:
[email protected]
babel-plugin-lingui-transform-react@1...

github.com/lingui/js-lingui - 616b75e772e6239303b3f6e1c3fee182feb5b694 authored over 7 years ago
fix: Replace require with imports

github.com/lingui/js-lingui - d6fe682be05d3f64369efe386be58e9f921509cf authored over 7 years ago
chore: Fix publish script

github.com/lingui/js-lingui - 2ab3dd4ac6cd58c53310190f5aeb8460a81cf4e7 authored over 7 years ago
prerelease:

Updated packages:
[email protected]
babel-plugin-lingui-transform-react@1...

github.com/lingui/js-lingui - 929cfdb6a21551073e68772ab9a0e93cba137225 authored over 7 years ago
feat: Remove extract plugin from preset and add it to cli directly

github.com/lingui/js-lingui - e64a905995929eb803720dd6fab6f00a5a7a7773 authored over 7 years ago
test: Update snapshots

github.com/lingui/js-lingui - 27e0984ebe39f1a6ac63273d6f8589e00034ebfa authored over 7 years ago
refactor: Optimize dictionary lookup for active language

github.com/lingui/js-lingui - e3e90086370d886abe5898089d6f6dd5ab944326 authored over 7 years ago
chore: Enable cache after clearing it locally

Use jest --showConfig to find out cache location and clear it if
`npm test` runs without problem...

github.com/lingui/js-lingui - cb5abd9be9dff1f1319827eb1b6e54807b53d073 authored over 7 years ago
feat: Simplify signature of i18n._ method

github.com/lingui/js-lingui - d974973a1055e81a61b52e17d4b8ea0fc4029873 authored over 7 years ago
feat: Remove default message from Trans component in production

github.com/lingui/js-lingui - 5cc7c2a84d0ec7a8b7acc0e887968cbaee387878 authored over 7 years ago
feat: Use fallback language for missing languages

github.com/lingui/js-lingui - e5404ae12debd920c352ba379c6e8a4dff9960ea authored over 7 years ago
fix: Fix package location

github.com/lingui/js-lingui - eca6561e4d9a4cbbfcd46ee8f9522d4450764902 authored over 7 years ago
feat: Add fallbackLanguage config

github.com/lingui/js-lingui - 3e310779543bd74b59f5eec877ebcd580b01c4bd authored over 7 years ago
chore: Temporary disable cache in tests

github.com/lingui/js-lingui - efd793ea35cff431e574bf6486ccd8c9da23d26b authored over 7 years ago
chore: Use different workaround for flat builds

github.com/lingui/js-lingui - fc53455996efaf3704a15997adab8c5195b57554 authored over 7 years ago
refactor: Use values instead of params for interpolation

github.com/lingui/js-lingui - c78f28ee4581744d7bc341fbfda2c7ebe2fe9d93 authored over 7 years ago
reafactor: Clean Trans component

github.com/lingui/js-lingui - e4477671cf794fcdddfa1f8ca796be05bdd4d38d authored over 7 years ago
test: Add mock utilities

github.com/lingui/js-lingui - 2f32c5826efe2cdffff9eb1ac2ad5dc84a6d8fd4 authored over 7 years ago
feat: Add factory for i18n object

BREAKING CHANGE: default type constructor isn't exported and
new I18n(...) must be replaced with...

github.com/lingui/js-lingui - d0f307ea13dac6002455fb195395ce07fe15f92c authored over 7 years ago
fix: Load dev data in usecases

github.com/lingui/js-lingui - 3741d4a0027f1ce414d76fcfc2a75efb7ed328e1 authored over 7 years ago
fix: Load messages after dev data are setup

github.com/lingui/js-lingui - aaf412259a358238e25af7c4053983719945f064 authored over 7 years ago
fix: Compile in runtime only when dev data are loaded

github.com/lingui/js-lingui - 09be0c14091ee02f262ff1ea644eb45b9a080c1e authored over 7 years ago
chore(build): Build flat packages and publish from dist dir

github.com/lingui/js-lingui - 7158e5101eec036a1dcaee94ee854dc62cce17ea authored over 7 years ago
chore(package): Updated dependencies

github.com/lingui/js-lingui - a280f638bcdbdc104bb45e06480c27f8d1352956 authored over 7 years ago
release: Optimized i18n, updated babel plugins

github.com/lingui/js-lingui - 074359e7238f6d989fb74ec7c51ef053b2a4d5fb authored over 7 years ago
fix: Add missing package

github.com/lingui/js-lingui - 17229d2e9cca41c24a17b5a0e73dbe0fc65f46bb authored over 7 years ago
chore(packages): Cleanup unused deps

github.com/lingui/js-lingui - f5cd0d7fbf53d3b167f5106b3c2206d822f385ee authored over 7 years ago
feat: Use precompiled plurals from make-plural pkg

github.com/lingui/js-lingui - 649c56540caa649ad1c2c340b5040a37303ec41b authored over 7 years ago
feat: Use precompiled plural rules in development, closes #27

github.com/lingui/js-lingui - e3355a4df9c412219d90e8cd4d8b91a33dd4b8a9 authored over 7 years ago
docs(readme): Fix reference to WithI18n

Update README.md

github.com/lingui/js-lingui - 168f18f3e67bd4b84416a1a0c6e77b518e753fa4 authored over 7 years ago
Update README.md

Fix references to WithI18n (docs said WithReact beforehand)

github.com/lingui/js-lingui - 28c54f00d83e52c70183280b1341922714640133 authored over 7 years ago
feat: Remove obsolete components

BREAKING CHANGE: DateFormat and NumberFormat components
are available from lingui-react package ...

github.com/lingui/js-lingui - b9fa70299d3b6267681fa89fd8daf60542d83d54 authored over 7 years ago
chore(package): Updated dependencies

github.com/lingui/js-lingui - 6d0c95b501920d2c72704fe3be8c35c46ab9cdfe authored over 7 years ago
test: Add tests for mock utilities

github.com/lingui/js-lingui - 673c9c7970af8957a8e7fcf270bb8a0874f51ded authored over 7 years ago
fix: Fix flowtype errors, simplify logic of compile

github.com/lingui/js-lingui - 525fa49006ad8dbd773841aae76646b048556267 authored over 7 years ago
feat: Interpolate only messages with arguments

github.com/lingui/js-lingui - 66b3d268d938ff5df56dffb7aba427f32de63738 authored over 7 years ago
chore(build): Allow building submodules in rollup

github.com/lingui/js-lingui - 46f5de6df8d60014315f26114d0e6c8e3b6fe497 authored over 7 years ago
feat: Separate development and production functions

BREAKING CHANGE:
- Method for raw translation renamed from i18n.translate to i18n._

Compilation...

github.com/lingui/js-lingui - 29e555ad3c931c1ae59da5b7e927c72031eae67c authored over 7 years ago
feat: Extract messages from i18n._ calls

BREAKING CHANGE: This breaking change depends on
babel-preset-lingui-transform-js plugin. Both p...

github.com/lingui/js-lingui - 604d4c7213c3b680a02213a174cd93b253e394e7 authored over 7 years ago
feat: Transform helper calls to i18n._

BREAKING CHANGE: If previous i18n.t method was used directly,
it needs to be changed to i18n._ m...

github.com/lingui/js-lingui - 7c1308825269a6f4af7118e8edde3b55347cf3bf authored over 7 years ago
fix: Add flow type def to number format

github.com/lingui/js-lingui - 52cef84a0142017b4ee1629f776464cdf7248e0f authored over 7 years ago
release: Bugfix, flowtypes

github.com/lingui/js-lingui - b29fe3a69808365546e3ee5b75010104b9844499 authored over 7 years ago
fix: Remove suppressing flow comments

github.com/lingui/js-lingui - f5e2d735ec415da49bf44aa1fdffebdb28d18035 authored over 7 years ago
fix: Don't remove comments in babel

github.com/lingui/js-lingui - e7128754f031f6a976c0e602a8040ceb95836df2 authored over 7 years ago
fix: Fix flow types

github.com/lingui/js-lingui - 9de54cd0d0b5af094ee016fd2b6f7a11d8addd9c authored over 7 years ago
chore(ci): Add parallel build config

github.com/lingui/js-lingui - 6838e72e7948b5903edff164ad4a8ba4e67aefa8 authored over 7 years ago
tests: Fix snapshots

github.com/lingui/js-lingui - 6ac89b05a920a1c2c16e78e8ffb090025c2e2ed9 authored over 7 years ago
fix: Fix flow types

github.com/lingui/js-lingui - 3c61d1e9addee001fba21c9b19be23e8ac49a2bd authored over 7 years ago
chore: Fix versions in release script

github.com/lingui/js-lingui - c5659d340c89a8bc660668d4d94b5346d5524036 authored over 7 years ago
prerelease: Remove whitespaces

Updated packages:
[email protected]
babel-plugin-lingui-transform-react@1...

github.com/lingui/js-lingui - 0d9f10c0c9b16385902363140009567ae0ce1d08 authored over 7 years ago
prerelease:

Updated packages:
[email protected]
babel-plugin-lingui-transform-react@1...

github.com/lingui/js-lingui - a131aa105b5aa906b4adf345159f63a026d5faf3 authored over 7 years ago
docs: Quickfix examples in readme

github.com/lingui/js-lingui - 024c1bc4e4896284393d23e75cf839ccf4342137 authored over 7 years ago
chore(ci): Add parallel build config

github.com/lingui/js-lingui - 9805bb0ec5ce40c6bc6be0e61364ce101c6594ff authored over 7 years ago
Merge pull request #26 from lingui/fix-flow

Fix flow types

github.com/lingui/js-lingui - 96c923ccf51a43a3cc2f5b5080b1eefe749a38c4 authored over 7 years ago
tests: Fix snapshots

github.com/lingui/js-lingui - bc480184ec3f7ee3c0cd78e55b2143207f6d7e87 authored over 7 years ago
fix: Fix flow types

github.com/lingui/js-lingui - a49d0a3124094932b5b9730054d0815329bc18b5 authored over 7 years ago
docs: Quickfix examples in readme

github.com/lingui/js-lingui - 89ea36594575119bf1715291e8a899f3619ce59d authored over 7 years ago
prerelease: Remove whitespaces

Updated packages:
[email protected]
babel-plugin-lingui-transform-react@1...

github.com/lingui/js-lingui - e0530e6f407159fae4a0078d2c850c64724248bd authored over 7 years ago
chore(build): Detect major from dependent packages

github.com/lingui/js-lingui - 3f5dff0520839327c9b98a2bb607ad7207c470ef authored over 7 years ago
chore: Force major release

github.com/lingui/js-lingui - eab1ed4b29518b7e71f210c4f6ead29b48b5cb19 authored over 7 years ago
chore(build): Detect major releases

github.com/lingui/js-lingui - adc356286161cb85c588b2766d3906ad5635e273 authored over 7 years ago
feat(plugin): Normalize whitespaces

BREAKING CHANGE:
babel-plugin-transform-js - Multiple newlines are replaced with single
space.

...

github.com/lingui/js-lingui - 23b4d67b651c8f257c715e9cb8b433c3104b6e50 authored over 7 years ago
Merge branch 'master' into compile-messages

github.com/lingui/js-lingui - b4827fa983dbc95602c59c0fb1b38f38c038e8b1 authored over 7 years ago
tests: Don't cache language data in dev

github.com/lingui/js-lingui - 4d411aec1f90ff18d576c0d62fe90996c012fd54 authored over 7 years ago
tests: Fix obsolete snapshots

github.com/lingui/js-lingui - b56c5a6969aa25c024620468c975b9233de8d1ac authored over 7 years ago
style: Add missing type exports

github.com/lingui/js-lingui - 847ad6a235299534c79af482320a84a7e6ff0bff authored over 7 years ago
style: Fix linter errors

github.com/lingui/js-lingui - 6b53c0e01f0ff46b5a1179995730025b34a27e2a authored over 7 years ago
tests: Hide console warnings from deprecated modules

github.com/lingui/js-lingui - 5db644696c324f6a825530c20b2517d900f60d7f authored over 7 years ago
fix: Warn about missing locale in development only

github.com/lingui/js-lingui - 0fea5a7c1f48d4bc4b92660d2ee83876caa8e73d authored over 7 years ago
chore(build): Generate both CommonJS and ES bundles.

github.com/lingui/js-lingui - 6d7ace90c8694553e1e49b4a1121155b11b3e9fa authored over 7 years ago
Merge branch 'fix-nl'

github.com/lingui/js-lingui - 8c65c1b0af6e8ed83a3635dd1a3255e3d6b4c19b authored over 7 years ago
release: Fix inline elements formattign with newlines

Updated packages:
[email protected]

github.com/lingui/js-lingui - cf636847874b16472d755515b5538aabc13db387 authored over 7 years ago
fix(react): Remove newlines from translation

github.com/lingui/js-lingui - ac659091a78953b45700f141d6c8ede1771a5b1e authored over 7 years ago
chore(build): Add publish script

github.com/lingui/js-lingui - bec7ccb967fb4ff13b531ce39f0d652c0697d40a authored over 7 years ago
prerelease:

Updated packages:
[email protected]
babel-plugin-lingui-transform-react@0...

github.com/lingui/js-lingui - 6ce1e0816184d2ece62321f7e82965b0f733d274 authored over 7 years ago
chore(build): Add prerelease support

github.com/lingui/js-lingui - e4cd1a74f067020b3b4b7d2ab85566cb2ab79a0b authored over 7 years ago
style: Cleanup and add docstrings

github.com/lingui/js-lingui - 70a90edbdd7fbd6b801181625efff89baea98a90 authored over 7 years ago
chore: don't remove commends on build

github.com/lingui/js-lingui - a6ad39a8d94987a0cb10b518bbe3cd9720ca87cb authored over 7 years ago
feat(example): Remove dev code in production

github.com/lingui/js-lingui - d24f4d335470d664a019763e9f3780f339120de2 authored over 7 years ago
fix: Update example locales

github.com/lingui/js-lingui - be6a217465bb034c4f2fdea4d3076cc400fa3331 authored over 7 years ago
fix(i18n): Add optimization comments for uglify

github.com/lingui/js-lingui - 26e327085abf3938602f91cbf32b8a57782ccd34 authored over 7 years ago
reafactor: Cleanup build locales

github.com/lingui/js-lingui - 4e9def1fdc0dcf176bfa65277d9700abeffa74e9 authored over 7 years ago
chore(build): Add custom babel config for cli

github.com/lingui/js-lingui - 12000d93dff16c20bfb8b1fae3c6e06c79cbfb07 authored over 7 years ago
fix: Add forgotten shebang line

github.com/lingui/js-lingui - 10b9b306b4ee28d06e0a63d50b7a5014af582323 authored over 7 years ago
chore(build): Add custom build step for lingui-cli

github.com/lingui/js-lingui - a015afa02f3d8f8de9a86d471bbac3686e42c7f6 authored over 7 years ago
tests: Fix tests for example usecase

github.com/lingui/js-lingui - 7839b31a59f10d92a1187a894408ae56162a2443 authored over 7 years ago
tests: Add missing test cases

github.com/lingui/js-lingui - 3c8f6cac65210c643f947141126251b82c1236be authored over 7 years ago
style: Spaces

github.com/lingui/js-lingui - ee0a9ea311a9e3d8b5581da265fadfb37a5ee9ed authored over 7 years ago
style: Fix flow type errors

github.com/lingui/js-lingui - bc842cb9002b5e152592c2eadb5c8a59959aff75 authored over 7 years ago
fix: Replace [].includes with polyfilled instance method

github.com/lingui/js-lingui - e77de519025d909d37898f753f24e5bdd341867d authored over 7 years ago
chore(ci): Use yarn for lerna bootstrap

github.com/lingui/js-lingui - 0adeef48279dd57dcff0b3b09b094aebbd3e0de5 authored over 7 years ago
fix: Add babel-runtime dependency and updated build

github.com/lingui/js-lingui - 803d97778916f0ce40baee5ecf3457ecb962f2a1 authored over 7 years ago
chore(packages): Update flow types

github.com/lingui/js-lingui - a08ffc9d0e8ae86097c711aecbba8d13e60ee92c authored over 7 years ago
fix: Add missing babel-polyfill dependency

github.com/lingui/js-lingui - a80f95d3525aeaa52ab3bb85e5c5dc53dd0818dc authored over 7 years ago
style(flow): Fix types

github.com/lingui/js-lingui - 90c3288a3d441b0b8bb6a90caf4f61d012a61927 authored over 7 years ago
fix(i18n): Merge dev utils into one file

github.com/lingui/js-lingui - 2ad300e5453554363b6f4bcc52935e1e8d50f85f authored over 7 years ago
feat: Update usecase to latest releases and add dynamic loading of compiled messages

github.com/lingui/js-lingui - 4e6c989215124486460985c02378fd1506a4a660 authored over 7 years ago
fix: Replace dynamic import with static ones

github.com/lingui/js-lingui - 2ef03469f3e395e0c42193a4e9798cec51b92c2c authored over 7 years ago