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
refactor: remove plugins/presets, fix whitespace handling (#343)
github.com/lingui/js-lingui - 263ad2617223a05926f5202ad1fb1b6e1f78baa4 authored over 6 years ago
github.com/lingui/js-lingui - 263ad2617223a05926f5202ad1fb1b6e1f78baa4 authored over 6 years ago
refactor: remove obsolete example
github.com/lingui/js-lingui - 19f9e24567a164ebee69b8406d533ec39b707931 authored over 6 years ago
github.com/lingui/js-lingui - 19f9e24567a164ebee69b8406d533ec39b707931 authored over 6 years ago
refactor: remove plugins
github.com/lingui/js-lingui - c5a93b3dd770594ce8d06fb6325f42c191ba8c24 authored over 6 years ago
github.com/lingui/js-lingui - c5a93b3dd770594ce8d06fb6325f42c191ba8c24 authored over 6 years ago
fix: don't warn about missing `other` rule
github.com/lingui/js-lingui - a3376891f0f921476c776db7da012882586f72aa authored over 6 years ago
github.com/lingui/js-lingui - a3376891f0f921476c776db7da012882586f72aa authored over 6 years ago
feat: keep forced newlines in JSX (#324)
github.com/lingui/js-lingui - fe0e2c852aaecce79d66541ed9608fb0256d5a98 authored over 6 years ago
github.com/lingui/js-lingui - fe0e2c852aaecce79d66541ed9608fb0256d5a98 authored over 6 years ago
fix: remove spaces around jsx expressions (#268)
github.com/lingui/js-lingui - 8e1ed4984587611426d923e571ecf216efb1d69f authored over 6 years ago
github.com/lingui/js-lingui - 8e1ed4984587611426d923e571ecf216efb1d69f authored over 6 years ago
refactor: copy jsx transformer from plugin
github.com/lingui/js-lingui - f76a9d4435190d4a843856998805f4bb7a83da4b authored over 6 years ago
github.com/lingui/js-lingui - f76a9d4435190d4a843856998805f4bb7a83da4b authored over 6 years ago
fix: handle newlines in template strings correctly (#265)
github.com/lingui/js-lingui - 45e0a8c5f906f00ba9e05a3e1fd6f01dea5129ca authored over 6 years ago
github.com/lingui/js-lingui - 45e0a8c5f906f00ba9e05a3e1fd6f01dea5129ca authored over 6 years ago
refactor: re-organize macro structure, add comments
github.com/lingui/js-lingui - b1f71f6e35ccb45898ec3d3f88081bef28070031 authored over 6 years ago
github.com/lingui/js-lingui - b1f71f6e35ccb45898ec3d3f88081bef28070031 authored over 6 years ago
wip
github.com/lingui/js-lingui - 78d71909b8ade0ba8ebe0a5823717679e3b8de19 authored over 6 years ago
github.com/lingui/js-lingui - 78d71909b8ade0ba8ebe0a5823717679e3b8de19 authored over 6 years ago
docs: fix links in plurals guide (#339)
github.com/lingui/js-lingui - d33f9b3fc19197d916fb42254bbdb78ac664a819 authored over 6 years ago
github.com/lingui/js-lingui - d33f9b3fc19197d916fb42254bbdb78ac664a819 authored over 6 years ago
chore: migrate to babel 7 (#338)
github.com/lingui/js-lingui - 6ca2b5d00070066aaad9c96beb15a674fdf87adf authored over 6 years ago
github.com/lingui/js-lingui - 6ca2b5d00070066aaad9c96beb15a674fdf87adf authored over 6 years ago
refactor:cleanup, use new Context API (#336)
github.com/lingui/js-lingui - ed6567341142820a5ec1cd29408ca79ce236ffd9 authored over 6 years ago
github.com/lingui/js-lingui - ed6567341142820a5ec1cd29408ca79ce236ffd9 authored over 6 years ago
test: update webpack-react example
github.com/lingui/js-lingui - eae17a31e5ed9389f132dbf73a150c17e1f9302a authored over 6 years ago
github.com/lingui/js-lingui - eae17a31e5ed9389f132dbf73a150c17e1f9302a authored over 6 years ago
fix: load language data in development
github.com/lingui/js-lingui - b5d61569f3c3c67ae75d3b6eaf78b55da6bdb855 authored over 6 years ago
github.com/lingui/js-lingui - b5d61569f3c3c67ae75d3b6eaf78b55da6bdb855 authored over 6 years ago
feat: add withI18nForPure hoc
github.com/lingui/js-lingui - 27c40df07f55ffcbb2c56112734008b80aacea9a authored over 6 years ago
github.com/lingui/js-lingui - 27c40df07f55ffcbb2c56112734008b80aacea9a authored over 6 years ago
feat: reexport setupI18n and flow types in react package
github.com/lingui/js-lingui - 3cae18ec5d42df6c5676ad4133c3aabfb1f15912 authored over 6 years ago
github.com/lingui/js-lingui - 3cae18ec5d42df6c5676ad4133c3aabfb1f15912 authored over 6 years ago
refactor: rename events to didActivate and willActivate
github.com/lingui/js-lingui - 52fa377064c49aa2ffa4db2c2ebe2b4573c9bc24 authored over 6 years ago
github.com/lingui/js-lingui - 52fa377064c49aa2ffa4db2c2ebe2b4573c9bc24 authored over 6 years ago
feat: render I18nProvider only if locales are loaded
github.com/lingui/js-lingui - 1de446bc01569c0fa0678ebdef6a8c9ec6d4f560 authored over 6 years ago
github.com/lingui/js-lingui - 1de446bc01569c0fa0678ebdef6a8c9ec6d4f560 authored over 6 years ago
test: use jdk image
github.com/lingui/js-lingui - 2b2050585e5cdc09d95417e7531c66581074bcda authored over 6 years ago
github.com/lingui/js-lingui - 2b2050585e5cdc09d95417e7531c66581074bcda authored over 6 years ago
chore: use webpackcontrib/circleci-jdk9-node8 container for build
github.com/lingui/js-lingui - e55a056eae37796ad495398acff2a60c2395ed48 authored over 6 years ago
github.com/lingui/js-lingui - e55a056eae37796ad495398acff2a60c2395ed48 authored over 6 years ago
refactor: update vanilla-js example
github.com/lingui/js-lingui - 2a03aa7ec542863b2be414143b71c19f8d090472 authored over 6 years ago
github.com/lingui/js-lingui - 2a03aa7ec542863b2be414143b71c19f8d090472 authored over 6 years ago
refactor: rename language to locale
github.com/lingui/js-lingui - f2a93748bae1e93346759a132f97a821772c21eb authored over 6 years ago
github.com/lingui/js-lingui - f2a93748bae1e93346759a132f97a821772c21eb authored over 6 years ago
chore: update google closure compiler
github.com/lingui/js-lingui - baa31fc38e99bfc989c4498bd6450bbba5891b9d authored over 6 years ago
github.com/lingui/js-lingui - baa31fc38e99bfc989c4498bd6450bbba5891b9d authored over 6 years ago
feat: load locales when requested
github.com/lingui/js-lingui - 0cae59fede33802ff54485176eeabe400a5a3ef1 authored over 6 years ago
github.com/lingui/js-lingui - 0cae59fede33802ff54485176eeabe400a5a3ef1 authored over 6 years ago
refactor: pass reference to i18n in context
github.com/lingui/js-lingui - 3a67e30f8cab5d677a924fbf100b9dc7c5d3574f authored over 6 years ago
github.com/lingui/js-lingui - 3a67e30f8cab5d677a924fbf100b9dc7c5d3574f authored over 6 years ago
test: throw error for missing parameters
github.com/lingui/js-lingui - dba84e3b81edeaa5bfbf0179885aa60bf977b9b2 authored over 6 years ago
github.com/lingui/js-lingui - dba84e3b81edeaa5bfbf0179885aa60bf977b9b2 authored over 6 years ago
style: fix linter errors
github.com/lingui/js-lingui - 8a6b9d5135705785619279874ec9119f0137e251 authored over 6 years ago
github.com/lingui/js-lingui - 8a6b9d5135705785619279874ec9119f0137e251 authored over 6 years ago
test: fix integration tests
github.com/lingui/js-lingui - 412514fb1e89e6bac405862e6e17612de98f25de authored over 6 years ago
github.com/lingui/js-lingui - 412514fb1e89e6bac405862e6e17612de98f25de authored over 6 years ago
refactor: use new React Context API
github.com/lingui/js-lingui - 0d05f0cec56f41494831ae108c671d9854cd4ead authored over 6 years ago
github.com/lingui/js-lingui - 0d05f0cec56f41494831ae108c671d9854cd4ead authored over 6 years ago
refactor: load catalogs separately
github.com/lingui/js-lingui - fef08ae7840858f6d6a0a63b27995e5d4794a968 authored over 6 years ago
github.com/lingui/js-lingui - fef08ae7840858f6d6a0a63b27995e5d4794a968 authored over 6 years ago
wip
github.com/lingui/js-lingui - f5bd30bd83e931604c5c89c4ca7c4a082ea02cc3 authored over 6 years ago
github.com/lingui/js-lingui - f5bd30bd83e931604c5c89c4ca7c4a082ea02cc3 authored over 6 years ago
feat: raise required NodeJS version to 8.x (#335)
BREAKING CHANGE: This might break installation in some setup, but
I don't believe this library ...
docs: finalized RFC
github.com/lingui/js-lingui - 0962c9b00e88a9b8028fc9ae2637a296c41367e5 authored over 6 years ago
github.com/lingui/js-lingui - 0962c9b00e88a9b8028fc9ae2637a296c41367e5 authored over 6 years ago
docs: fix Babel plugin name typo (#325)
github.com/lingui/js-lingui - 842333258817414c80d0b7c4709e57850a675562 authored over 6 years ago
github.com/lingui/js-lingui - 842333258817414c80d0b7c4709e57850a675562 authored over 6 years ago
docs: fix react-intl examples (#321)
github.com/lingui/js-lingui - a935c3e80917d247ac64b81ebbd1ccfa0bd334a6 authored over 6 years ago
github.com/lingui/js-lingui - a935c3e80917d247ac64b81ebbd1ccfa0bd334a6 authored over 6 years ago
docs: move vanilla js readme to the root of example
github.com/lingui/js-lingui - 06c59a3861a522d2d49ac89011293a9dca7c69ff authored over 6 years ago
github.com/lingui/js-lingui - 06c59a3861a522d2d49ac89011293a9dca7c69ff authored over 6 years ago
docs: add description to js macros
github.com/lingui/js-lingui - 7e3cbc3e457905128704ca7c0cbd8ef16eb31311 authored over 6 years ago
github.com/lingui/js-lingui - 7e3cbc3e457905128704ca7c0cbd8ef16eb31311 authored over 6 years ago
docs: fix link in changelog
github.com/lingui/js-lingui - 41b6605580286d69711c6df291cd560c8d1bba95 authored over 6 years ago
github.com/lingui/js-lingui - 41b6605580286d69711c6df291cd560c8d1bba95 authored over 6 years ago
chore: Release version 2.7.0
github.com/lingui/js-lingui - a938587b6070067031647f0c4395b070d91db070 authored over 6 years ago
github.com/lingui/js-lingui - a938587b6070067031647f0c4395b070d91db070 authored over 6 years ago
docs: fix formatting
github.com/lingui/js-lingui - 4db9e74fda3dcae876d0bab1268807ee23b1c5c0 authored over 6 years ago
github.com/lingui/js-lingui - 4db9e74fda3dcae876d0bab1268807ee23b1c5c0 authored over 6 years ago
feat: implement macros from rfc-001 (#318)
github.com/lingui/js-lingui - eb3540c04a6920da8bcdb36be3ff7db38899b72b authored over 6 years ago
github.com/lingui/js-lingui - eb3540c04a6920da8bcdb36be3ff7db38899b72b authored over 6 years ago
docs: update READMEs
github.com/lingui/js-lingui - bab02db4b13d9b5531612e0f4df61ef03f25d119 authored over 6 years ago
github.com/lingui/js-lingui - bab02db4b13d9b5531612e0f4df61ef03f25d119 authored over 6 years ago
feat: update init command to install macros instead of plugins
github.com/lingui/js-lingui - 7562f39aef93c8e2d127cf73c297310309e7d13f authored over 6 years ago
github.com/lingui/js-lingui - 7562f39aef93c8e2d127cf73c297310309e7d13f authored over 6 years ago
docs: update docs to use macros instead of plugins
github.com/lingui/js-lingui - 316cc0e4d999b6f8861a6c9e9171691b49b18c97 authored over 6 years ago
github.com/lingui/js-lingui - 316cc0e4d999b6f8861a6c9e9171691b49b18c97 authored over 6 years ago
test: run webpack example test suit separately
github.com/lingui/js-lingui - a6ddbdec2822b04e0643b0e723b226ed1b85be4a authored over 6 years ago
github.com/lingui/js-lingui - a6ddbdec2822b04e0643b0e723b226ed1b85be4a authored over 6 years ago
test: remove obsolete example and make macros/babel 7 the default one
github.com/lingui/js-lingui - 7a4da55ab8b8fd58d4fcef7ef1357b668bcaf2c8 authored over 6 years ago
github.com/lingui/js-lingui - 7a4da55ab8b8fd58d4fcef7ef1357b668bcaf2c8 authored over 6 years ago
test: update webpack react example to use macros
github.com/lingui/js-lingui - 0e08f9bc2eec142eaf971b716a5ee0dc48a78e65 authored over 6 years ago
github.com/lingui/js-lingui - 0e08f9bc2eec142eaf971b716a5ee0dc48a78e65 authored over 6 years ago
fix: keep imports for extracting messages
github.com/lingui/js-lingui - cf624676ebe6bb678361e58ceb846d36591cdcc7 authored over 6 years ago
github.com/lingui/js-lingui - cf624676ebe6bb678361e58ceb846d36591cdcc7 authored over 6 years ago
test: make lingui executable
github.com/lingui/js-lingui - 4897e646f1ab52b16aeb604bb5970d8304b8730a authored over 6 years ago
github.com/lingui/js-lingui - 4897e646f1ab52b16aeb604bb5970d8304b8730a authored over 6 years ago
test: install yalc packages after yarn
github.com/lingui/js-lingui - 921d5aa09d620f7ab96ecce4a74f98d61bc3ec79 authored over 6 years ago
github.com/lingui/js-lingui - 921d5aa09d620f7ab96ecce4a74f98d61bc3ec79 authored over 6 years ago
test: fix typo
github.com/lingui/js-lingui - e53ecd99d0ba60ce60d4bdf8d67cf418526a28af authored over 6 years ago
github.com/lingui/js-lingui - e53ecd99d0ba60ce60d4bdf8d67cf418526a28af authored over 6 years ago
test: run vanilla-js integration test suit separately
github.com/lingui/js-lingui - 1d8480968d9397ced91aea3c6aeac61986f91872 authored over 6 years ago
github.com/lingui/js-lingui - 1d8480968d9397ced91aea3c6aeac61986f91872 authored over 6 years ago
test: pass plugin options if exists
github.com/lingui/js-lingui - 66568cd9ffb36f9528cb9500445c3cc51150aa74 authored over 6 years ago
github.com/lingui/js-lingui - 66568cd9ffb36f9528cb9500445c3cc51150aa74 authored over 6 years ago
feat: add jsx macros
github.com/lingui/js-lingui - 401569f7dae5d3f3f88931fbf8f7da0bf25b5944 authored over 6 years ago
github.com/lingui/js-lingui - 401569f7dae5d3f3f88931fbf8f7da0bf25b5944 authored over 6 years ago
test: add example of lazy translations
github.com/lingui/js-lingui - 3613c9bbc8a973995d20a9a33f1831abc8c298d0 authored over 6 years ago
github.com/lingui/js-lingui - 3613c9bbc8a973995d20a9a33f1831abc8c298d0 authored over 6 years ago
test: add vanillaJS example
github.com/lingui/js-lingui - 72ecce133e4cc950d91b700e67d04401c75010fa authored over 6 years ago
github.com/lingui/js-lingui - 72ecce133e4cc950d91b700e67d04401c75010fa authored over 6 years ago
test: add example with macros
github.com/lingui/js-lingui - d16135ab9f0d3b7e3c67afb8a198e2450780a27c authored over 6 years ago
github.com/lingui/js-lingui - d16135ab9f0d3b7e3c67afb8a198e2450780a27c authored over 6 years ago
feat: add macros
github.com/lingui/js-lingui - 8a21e21f76dc5c68d0dcbf4edfad9226f93f324b authored over 6 years ago
github.com/lingui/js-lingui - 8a21e21f76dc5c68d0dcbf4edfad9226f93f324b authored over 6 years ago
docs: add message descriptions to rfc
github.com/lingui/js-lingui - 3e66923e63a991452cef94d976de5dc4ddf83262 authored over 6 years ago
github.com/lingui/js-lingui - 3e66923e63a991452cef94d976de5dc4ddf83262 authored over 6 years ago
docs: new version of rfc 001
github.com/lingui/js-lingui - cc944a71456fb5bfcf393da1689069424861d7aa authored over 6 years ago
github.com/lingui/js-lingui - cc944a71456fb5bfcf393da1689069424861d7aa authored over 6 years ago
docs: fix webpack loader example (#315)
github.com/lingui/js-lingui - ce0ad4b7901eb58f9c9bab1a1dd950eb7cc2dc07 authored over 6 years ago
github.com/lingui/js-lingui - ce0ad4b7901eb58f9c9bab1a1dd950eb7cc2dc07 authored over 6 years ago
feat: bind date/number formats to i18n object
Closes: #299
github.com/lingui/js-lingui - 82d7328f4e315f035783bce84c8f1b5db838f0a4 authored over 6 years ago
fix: copy source files with flow types (#313)
github.com/lingui/js-lingui - a0cbd1e92d5cdb722dc5e34d1eeef6fb075d3814 authored over 6 years ago
github.com/lingui/js-lingui - a0cbd1e92d5cdb722dc5e34d1eeef6fb075d3814 authored over 6 years ago
docs: fix formatting
github.com/lingui/js-lingui - 5136f574ad1f0f072ad64ca78c4cd9e558078c51 authored over 6 years ago
github.com/lingui/js-lingui - 5136f574ad1f0f072ad64ca78c4cd9e558078c51 authored over 6 years ago
feat: Add pseudolocalization (#309)
github.com/lingui/js-lingui - 5c6a67d6673e3a56c7cb74cb281222ac74da59bf authored over 6 years ago
github.com/lingui/js-lingui - 5c6a67d6673e3a56c7cb74cb281222ac74da59bf authored over 6 years ago
test: another attempt to fix timeout error
Reference:
https://github.com/facebook/jest/issues/4359
test: try to fix problematic async test
github.com/lingui/js-lingui - 3ad23f6975a19f0d5530a57005b5b5613c0b7c7f authored over 6 years ago
github.com/lingui/js-lingui - 3ad23f6975a19f0d5530a57005b5b5613c0b7c7f authored over 6 years ago
feat: show help for unrecognized commands (#308)
github.com/lingui/js-lingui - a7204d482d7adb6d60d63951bafa67e897dabd92 authored over 6 years ago
github.com/lingui/js-lingui - a7204d482d7adb6d60d63951bafa67e897dabd92 authored over 6 years ago
docs: fix readme typos (#311)
github.com/lingui/js-lingui - 18322132d4e2748591c4a5bf3aa2e303c8c4d4f6 authored over 6 years ago
github.com/lingui/js-lingui - 18322132d4e2748591c4a5bf3aa2e303c8c4d4f6 authored over 6 years ago
docs: fix links to GitHub
github.com/lingui/js-lingui - 4208f0c59d0af34a280eb48386518b9381eaaed7 authored over 6 years ago
github.com/lingui/js-lingui - 4208f0c59d0af34a280eb48386518b9381eaaed7 authored over 6 years ago
docs: add github badges to docs
github.com/lingui/js-lingui - bfaee427e1ab0bf76f3bdce082b4adc519398980 authored over 6 years ago
github.com/lingui/js-lingui - bfaee427e1ab0bf76f3bdce082b4adc519398980 authored over 6 years ago
docs: fix links
github.com/lingui/js-lingui - f729a607ca76fd78275e95076abdb6887d9fee58 authored over 6 years ago
github.com/lingui/js-lingui - f729a607ca76fd78275e95076abdb6887d9fee58 authored over 6 years ago
chore: Release version 2.6.1
github.com/lingui/js-lingui - 72d46eee46c2070b6bca6dccaddf125fb3d031a8 authored over 6 years ago
github.com/lingui/js-lingui - 72d46eee46c2070b6bca6dccaddf125fb3d031a8 authored over 6 years ago
fix: remove opencollective
github.com/lingui/js-lingui - 40d77d6df6fc5bc6fabda31ba97017e8b34d22db authored over 6 years ago
github.com/lingui/js-lingui - 40d77d6df6fc5bc6fabda31ba97017e8b34d22db authored over 6 years ago
docs: update features at homepage
github.com/lingui/js-lingui - e9b0703f69ca9d0d6e14b0e058585e73b39be125 authored over 6 years ago
github.com/lingui/js-lingui - e9b0703f69ca9d0d6e14b0e058585e73b39be125 authored over 6 years ago
docs: update copy on readme
github.com/lingui/js-lingui - a227894acf410e5cedfdc3a39944ed370fbc89d4 authored over 6 years ago
github.com/lingui/js-lingui - a227894acf410e5cedfdc3a39944ed370fbc89d4 authored over 6 years ago
test: update webpack-react-babel-7 example to latest babel
github.com/lingui/js-lingui - 3a6a8e8d25cbe5acde2860aa7365726d62183400 authored over 6 years ago
github.com/lingui/js-lingui - 3a6a8e8d25cbe5acde2860aa7365726d62183400 authored over 6 years ago
docs: add changelog
github.com/lingui/js-lingui - 7915aedfc73b8602214bcc5b6d935a635ead3b69 authored over 6 years ago
github.com/lingui/js-lingui - 7915aedfc73b8602214bcc5b6d935a635ead3b69 authored over 6 years ago
chore: Release version 2.6.0
github.com/lingui/js-lingui - 0cce19396f2305ed70f4e245d60a9d78b6e14d57 authored over 6 years ago
github.com/lingui/js-lingui - 0cce19396f2305ed70f4e245d60a9d78b6e14d57 authored over 6 years ago
docs: fix default localeDir in RFC
github.com/lingui/js-lingui - 6f1da11db9a794dc8d0588505e959131b130cc05 authored over 6 years ago
github.com/lingui/js-lingui - 6f1da11db9a794dc8d0588505e959131b130cc05 authored over 6 years ago
fix: revert debugging artifacts
github.com/lingui/js-lingui - d825f7be838b0269e843e0dc234a019ce35dba83 authored over 6 years ago
github.com/lingui/js-lingui - d825f7be838b0269e843e0dc234a019ce35dba83 authored over 6 years ago
docs: update locale dirs rfc
github.com/lingui/js-lingui - c2ab97c84af501ce3a5011704145803c837ea4c1 authored over 6 years ago
github.com/lingui/js-lingui - c2ab97c84af501ce3a5011704145803c837ea4c1 authored over 6 years ago
docs: fix links in readme
github.com/lingui/js-lingui - c3cc90ece29af685b0a1b0aebabf909854d2d96a authored over 6 years ago
github.com/lingui/js-lingui - c3cc90ece29af685b0a1b0aebabf909854d2d96a authored over 6 years ago
docs: cleanup readme
github.com/lingui/js-lingui - 2e632f12bd828e97e1c18b53dbb2884b9d137b86 authored over 6 years ago
github.com/lingui/js-lingui - 2e632f12bd828e97e1c18b53dbb2884b9d137b86 authored over 6 years ago
docs: add Open Collective (#304)
github.com/lingui/js-lingui - a4086a18f29264a5790193a4c2afcd935cd5cf31 authored over 6 years ago
github.com/lingui/js-lingui - a4086a18f29264a5790193a4c2afcd935cd5cf31 authored over 6 years ago
feat: transform React components without explicit imports (#303)
github.com/lingui/js-lingui - fb3a1f8fa1d349aa76291ed8537ef00f757c8c13 authored over 6 years ago
github.com/lingui/js-lingui - fb3a1f8fa1d349aa76291ed8537ef00f757c8c13 authored over 6 years ago
docs: remove redirected pages
github.com/lingui/js-lingui - fc5ddc4858e3b1b40047f6975eb28038ab35445b authored over 6 years ago
github.com/lingui/js-lingui - fc5ddc4858e3b1b40047f6975eb28038ab35445b authored over 6 years ago
docs: fix headings in readme
github.com/lingui/js-lingui - 52aa5060388048a6e959a28303e07ddccb9f1491 authored over 6 years ago
github.com/lingui/js-lingui - 52aa5060388048a6e959a28303e07ddccb9f1491 authored over 6 years ago
docs: update pitch images
github.com/lingui/js-lingui - 247f05539efd31c279606e65f7697aefa4bfde56 authored over 6 years ago
github.com/lingui/js-lingui - 247f05539efd31c279606e65f7697aefa4bfde56 authored over 6 years ago
chore: fix main/module fields in package.json
github.com/lingui/js-lingui - f49ef23fc7bfc9519c8b08d297c0850677149bc3 authored over 6 years ago
github.com/lingui/js-lingui - f49ef23fc7bfc9519c8b08d297c0850677149bc3 authored over 6 years ago
chore: fix circular import
github.com/lingui/js-lingui - 4b2b0fa4db35005bc2d418046e4e5dc12226fcd5 authored over 6 years ago
github.com/lingui/js-lingui - 4b2b0fa4db35005bc2d418046e4e5dc12226fcd5 authored over 6 years ago
fix: Don't call React.createElement on function as children (#302)
Closes #302
github.com/lingui/js-lingui - 50a35cdaf252ffb55714b7eca35a350f8c2b64e6 authored over 6 years ago
chore: use utility functions to check types
github.com/lingui/js-lingui - 3f2d4abc939544aefec81ac400dba72509983946 authored over 6 years ago
github.com/lingui/js-lingui - 3f2d4abc939544aefec81ac400dba72509983946 authored over 6 years ago
fix: set module type in webpack loader
Closes #297
Related to:
https://github.com/webpack/webpack/issues/7057#issuecomment-381883220
fix: Correct handling config validation (#301)
github.com/lingui/js-lingui - a64957c17ad9fe191269afeffad3f98864bb1584 authored over 6 years ago
github.com/lingui/js-lingui - a64957c17ad9fe191269afeffad3f98864bb1584 authored over 6 years ago
fix: set BABEL_ENV for react-app preset (#300)
github.com/lingui/js-lingui - 7e8eca5bdfcda7561c2682f87d5b04b9908a4da4 authored over 6 years ago
github.com/lingui/js-lingui - 7e8eca5bdfcda7561c2682f87d5b04b9908a4da4 authored over 6 years ago
fix - add namespace to compile (#295)
github.com/lingui/js-lingui - a3c5bd1db1b101ee8a360989e663ca39a193c272 authored over 6 years ago
github.com/lingui/js-lingui - a3c5bd1db1b101ee8a360989e663ca39a193c272 authored over 6 years ago
feat: Refactor PO format with pofile module (#294)
github.com/lingui/js-lingui - 604836ce2636b9e78e3e351099f67cac03c79f91 authored over 6 years ago
github.com/lingui/js-lingui - 604836ce2636b9e78e3e351099f67cac03c79f91 authored over 6 years ago
chore: update packages in example
github.com/lingui/js-lingui - 014427619b1381eb6838797205767a1785102f87 authored over 6 years ago
github.com/lingui/js-lingui - 014427619b1381eb6838797205767a1785102f87 authored over 6 years ago