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

chore: Upgrade to React 16

github.com/lingui/js-lingui - ce87b59147d5d9e8107287a185c6956a452a44a9 authored over 7 years ago
chore: Update dev packages

github.com/lingui/js-lingui - 284b9dc9594858093c0b6c0418bd376c957114a6 authored over 7 years ago
Merge pull request #83 from lingui/docs

Refactor docs

github.com/lingui/js-lingui - 5f7997c2e08ad53d9a28e92ac838bb4feb2d7c92 authored over 7 years ago
Merge branch 'master' into docs

github.com/lingui/js-lingui - 40521fd17dd0ff5071965e309f3043161c244e50 authored over 7 years ago
docs: Activate venv directly

github.com/lingui/js-lingui - cc21ee42241555582bef24603fac309c45148dcc authored over 7 years ago
docs: Add pitch image

github.com/lingui/js-lingui - fca279aafc3659b83151f7dc7497b24f24a60c67 authored over 7 years ago
docs: Update links to new docs

github.com/lingui/js-lingui - 066c29f6979bb7a0e196f056406217760d7d83c5 authored over 7 years ago
Merge pull request #84 from lingui/exp-values

Allow expressions as component values

github.com/lingui/js-lingui - 9133b497e5e0715829fd8771eaca18064dee3f7a authored over 7 years ago
feat: Allow expressions as component values

github.com/lingui/js-lingui - 494333c31a83e88dbe64c339b514f09bdd95e0cd authored over 7 years ago
fix: Update lingui-conf for extract plugin

github.com/lingui/js-lingui - b5285d63122ed8c778ad0c9a67b0d4d1c4b49837 authored over 7 years ago
docs: Update react reference

github.com/lingui/js-lingui - 8aa49fc0dd403973384a6a86e8170203f5044c44 authored over 7 years ago
docs: Add guide how to dynamic load catalogs

github.com/lingui/js-lingui - c4efcb045942dce13c21b7bbcaad602d9d9c125d authored over 7 years ago
chore: Add migration guide

github.com/lingui/js-lingui - cce24dcba3c411c19214dea5408992321cdf3324 authored over 7 years ago
docs: Add reference for lingui-cli

github.com/lingui/js-lingui - 1d103351381c24f3f1bc207832cab7db3d1e2dc9 authored over 7 years ago
chore: Deploy docs on successful build

github.com/lingui/js-lingui - e830b9b4a576769ef5a627adabd51c437dfc123a authored over 7 years ago
docs: Replace old and new docs

github.com/lingui/js-lingui - 6e34973bbf0758f42f4e4925d63f7d0a7702c1f5 authored over 7 years ago
chore: Remove babylon lexer from docs

github.com/lingui/js-lingui - 06dc81b0c62462422f195e13ad4c55a3ef1e83cc authored over 7 years ago
chore: Add script for docs deployment

github.com/lingui/js-lingui - 5e8dbdc63c46dce827e6bf26170380373f3180ee authored over 7 years ago
docs: Scaffold new docs

github.com/lingui/js-lingui - 5c091754993c89274026aedc3c0d6085601d8e41 authored over 7 years ago
Set minimal node.js version to 5

github.com/lingui/js-lingui - 1ed60450a16d17890a30f2c2bc0338f61ce3ffc6 authored over 7 years ago
Add explicit lingui-i18n dependency

github.com/lingui/js-lingui - 1e13d0f5166226c2043484141e1475cee405e247 authored over 7 years ago
Add workflow with jobs to CircleCI config

github.com/lingui/js-lingui - 7b6e53a1c1a57690d297ddae39a688c95a79ede0 authored over 7 years ago
Update yarn lock files

github.com/lingui/js-lingui - 9bae041137f6ba106d9ec43a2e5d759b02e34756 authored over 7 years ago
Updated packages

github.com/lingui/js-lingui - 36526971b58323313e56e6fe2b9c365998266215 authored over 7 years ago
Merge pull request #81 from benbender/patch-1

Allow react 16-alpha as peer-dependency

github.com/lingui/js-lingui - e50cb26cc775980e1d2748d58efb89608fc3a475 authored over 7 years ago
Allow react 16-alpha as peer-dependency

github.com/lingui/js-lingui - 37d046fe2db4d45476ab88ad3a9691eb5c9df59a authored over 7 years ago
docs: Fix anchor

github.com/lingui/js-lingui - 006d9f4958e6fbca2cdbd9475751e9ae58af57e3 authored over 7 years ago
Merge pull request #80 from lingui/noop

Add i18nMark function for marking strings for extraction

github.com/lingui/js-lingui - 58003608b345cf7b86f3765ece9754d8529d221e authored over 7 years ago
fix: Use Array.includes instead of polyfill

github.com/lingui/js-lingui - 0aa585cee36d2a50eae2117ef089cab71908629c authored over 7 years ago
docs: Add i18nMark to docs

github.com/lingui/js-lingui - 69c78bc560a46dfeb377211032ed053aa276d133 authored over 7 years ago
fix: Don't raise warnings about translations from variables

github.com/lingui/js-lingui - 05596ffa254accb8a452bacbbfa3fc939de36dbf authored over 7 years ago
feat: Add i18nMark to example usecase

github.com/lingui/js-lingui - c853234ecff575804cfa1941a464d898567126ea authored over 7 years ago
test: Add tests for translations from variables

github.com/lingui/js-lingui - 1d5cca227790ac4a1e215766be78280be7f56a01 authored over 7 years ago
feat: Add i18nMark identity to mark messages for extraction

github.com/lingui/js-lingui - 3be2178d88decd96d7d243961107086902ea81d6 authored over 7 years ago
feat: Extract message from i18n_mark identity

github.com/lingui/js-lingui - 93af236eef7436f094a3bb40f1688e0d4a398d1f authored over 7 years ago
fix: Fix lingui-conf release

github.com/lingui/js-lingui - 6537f2ed6f5640db003e65c7e227799222a649f3 authored over 7 years ago
docs: Add gitter badge

github.com/lingui/js-lingui - ff1868f2335309206f64c73fa039a341ad109331 authored over 7 years ago
style: Fix flow type of Intl object

github.com/lingui/js-lingui - 73a4ceca2f4a4c8823ed5a26e9aeaf12330bc4d8 authored over 7 years ago
docs: Document usage of sourceLocale

github.com/lingui/js-lingui - 12a3e54b03c3d9ff66191489d55c88b651ad1b6c authored over 7 years ago
feat: Use sourceLocale for extracting/compiling

github.com/lingui/js-lingui - aab85d03903752fe2e9999ea19bed32254e47886 authored over 7 years ago
feat: Add sourceLocale, deprecate fallbackLanguage

github.com/lingui/js-lingui - 841e4111507c6a31ff8cbe55c9cb4fd05edd7efc authored over 7 years ago
Merge pull request #76 from benbender/master

Fix compatibility with Intl in Node-environment

github.com/lingui/js-lingui - ee5315f0ceac0f6c90dba26a6b2273cff687e303 authored over 7 years ago
Merge branch 'master' into master

github.com/lingui/js-lingui - aadfaad997472434c1b0be4b7c4c4bdfffa7a177 authored over 7 years ago
Fix compatibility with Intl in Node-environment

github.com/lingui/js-lingui - da0f7c882649a37cba2b65d523db7a8f30ae625a authored over 7 years ago
docs: Document optional flags for commands

github.com/lingui/js-lingui - 830d4bb669bb4c518114df063e7dd5677de322ba authored over 7 years ago
fix: Update example usecase

github.com/lingui/js-lingui - d029fd1b08acbad5674b8ba38ff7459b79af4fa7 authored over 7 years ago
fix: Add format option to all cli commands

github.com/lingui/js-lingui - 0391aace3abc892268fc8f259c7146ee8ebe60d9 authored over 7 years ago
docs: Update docs to latest release

Fixes #58
Fixes #53

github.com/lingui/js-lingui - 0c2786bdf03f5745531860d01ff83363a9970670 authored over 7 years ago
Merge pull request #71 from lingui/update-docs

Update docs & small fixes

github.com/lingui/js-lingui - b4ff16ead9babe022e3ee22078672f410854ebb0 authored over 7 years ago
fix: Make default ignore pattern cross-platform

Fixed #70

github.com/lingui/js-lingui - 43b4fb1acdb8e670ffeb65e37eb30500a971f337 authored over 7 years ago
docs: Update documentation to latest release

github.com/lingui/js-lingui - 889d33c4e267d69d220e97878704161592382f1f authored over 7 years ago
docs: Update roadmap

github.com/lingui/js-lingui - 227206b4ecb9c0fb65cb333f99e1681e77957633 authored over 7 years ago
Merge pull request #69 from lingui/next

Next release, CLI refactoring, React Native support and moar

github.com/lingui/js-lingui - 529555cf6ee3c55b9d5712a9f17f2140e8b6af27 authored over 7 years ago
feat: Add another hint to extract command

github.com/lingui/js-lingui - 38e91327d92f4356155769e35fb881a709c1550f authored over 7 years ago
fix: Show deprecation warning only once

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

github.com/lingui/js-lingui - d179b70f3ea8b714a98c48c981fef08af9707293 authored over 7 years ago
chore: Ignore typescript extract script during bootstrap

github.com/lingui/js-lingui - 719c67bea887de939702a8c38e2e433b01e6c18b authored over 7 years ago
feat: Deprecate WithI18n in favor of withI18n #55

github.com/lingui/js-lingui - bb14d2f55f90780b8fc50bad8d4f70bbcf0dec66 authored over 7 years ago
feat: Set default rendering element, closes #49

github.com/lingui/js-lingui - 2c8be9c10a53cc26cba024df07f6e7ec4f3c9f0e authored over 7 years ago
Merge pull request #68 from lingui/cli-refactoring

CLI Refactoring

github.com/lingui/js-lingui - f423baf7032cf75ba5b202a2419cf97423114b83 authored over 7 years ago
fix: Add help messages when catalogs are empty or missing

github.com/lingui/js-lingui - 8bf24e400dc60f63c8c8d4baf5a86684c8b2d8e3 authored over 7 years ago
feat: Order translation to the top of message

github.com/lingui/js-lingui - 53b7f08bcbc4721589a59d98f0c3039a89609e41 authored over 7 years ago
chore: Ignore typescript plugin when publishing packages

github.com/lingui/js-lingui - 7c87a9ea9e2599323a881e04faf9414ee72545bd authored over 7 years ago
feat: Prepare cli for parsing typescript files

github.com/lingui/js-lingui - b390974672b53db9c33b8c841030a3bc8fdc9792 authored over 7 years ago
feat: Add minimal catalog format, closes #56

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

github.com/lingui/js-lingui - b2786ee7885e8781a768883579db69c2bd2ecd95 authored over 7 years ago
feat: Remove obsolete translations, closes #59

github.com/lingui/js-lingui - f3906b078226c2058e423e5e6d0b9d273bb2125d authored over 7 years ago
feat: Fail on missing translations, closes #65

github.com/lingui/js-lingui - 4677d8349612e3a4d1e45f299d3a3103b39a9e8e authored over 7 years ago
feat: Refactor compiling of message catalogs

github.com/lingui/js-lingui - 33195bb0d14056d1b11427d67faccdc919a7837c authored over 7 years ago
fix: Fix merging of catalogs

github.com/lingui/js-lingui - e3c140a588633553da897ee3232106dba376c278 authored over 7 years ago
style: Fix flow and eslint errors

github.com/lingui/js-lingui - e4577fa2682718bc7c68a27a1432f3760c59dab7 authored over 7 years ago
test: Add eslint jest plugin and fix hidden tests

github.com/lingui/js-lingui - ae1e82b5582b8429374451f4bea50271eefdb119 authored over 7 years ago
feat: Change the default value for format

github.com/lingui/js-lingui - 0c41049a189c2a69b6d9ecfa3f1e00470623efd4 authored over 7 years ago
chore: Fixed rollup config, added mock-fs lib

github.com/lingui/js-lingui - 0a8cc40aeb03f7480f1ad22f33b79db4373dc1b0 authored over 7 years ago
feat: Refactored extract command with custom extractors

github.com/lingui/js-lingui - 6de568b3ae1c3997bf3dc77acbba776bb5320564 authored over 7 years ago
feat: Add lingui catalog format with refactored unit tests

github.com/lingui/js-lingui - 3e859adbd602807074940cec69149ad01246240f authored over 7 years ago
fix: Update dependencies

github.com/lingui/js-lingui - 015e015840bc0dc1b0673a838f9203824d76d312 authored over 7 years ago
chore: Update dev dependencies

github.com/lingui/js-lingui - 8fd8e7d7900f662bcd2a4fa77c046cd1a640ba2c authored over 7 years ago
Merge pull request #67 from lingui/issues/62-regression

Ignore files without lingui imports

github.com/lingui/js-lingui - cd2d55072c24291c6ffa536a8d6311330cad5efb authored over 7 years ago
fix: ignore files without lingui imports #62

github.com/lingui/js-lingui - 2eaf901a4124253e6bfd64d8cb0ec507069ed89f authored over 7 years ago
Merge pull request #66 from lingui/issues/64-country-locales

Support country-specific locales

github.com/lingui/js-lingui - 4605d3455db42f484b7755b91f61263924b2bc48 authored over 7 years ago
test: fix test under Node.js < 6

github.com/lingui/js-lingui - 5a369670f51a19ee65b0067a0d7d2cfc2fa9bc45 authored over 7 years ago