Ecosyste.ms: OpenCollective

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

github.com/koajs/locales

koa locales, i18n solution for koa
https://github.com/koajs/locales

chore: add writeCookie option in README (#45)

b22bfc52a2dbe0ca22270f1b49f63aaa1dfb7520 authored over 1 year ago by kiho <[email protected]>
Merge pull request #42 from tonyStreet/fix/README.md

update readme to correct setLocale function

ca9d0f997edda8296e735bc983729a4100e27de3 authored over 4 years ago by niftylettuce <[email protected]>
Merge pull request #39 from chaner/yml_support

Adds support for yml and yaml files

ff616cb4e598c5dfbb396c7e5d42d28887ae665f authored over 4 years ago by niftylettuce <[email protected]>
update readme to correct setLocale function

8a1f8c02faa9d623e75bfce7066e27d224b75ffa authored over 4 years ago by Anthony Lansangan <[email protected]>
Add YAML Support

3db636481a6191b0c8e8cfb3ade51b08c2c58a67 authored over 5 years ago by Eric Chan <[email protected]>
Release 1.12.0

8963af3a0a90f66fa949353583f0172aa61e3b8e authored over 5 years ago by dead-horse <[email protected]>
feat: gettext from app (#38)

```js
app.__(locale, text, value);
```

47162d3230427957bfb16644f4db6e3c5490b830 authored over 5 years ago by fengmk2 <[email protected]>
Release 1.11.0

6d00106b6340b57b465a0632eac6abab2f70c7d1 authored over 5 years ago by dead-horse <[email protected]>
feat: ctx.__setLocale (#36)

0767037b3cd27ddf1b82a93f03ace79e76c0e400 authored over 5 years ago by Yiyu He <[email protected]>
Release 1.10.0

5b00e90a11429c98d77c5ebfccb4e6711074bee6 authored over 5 years ago by dead-horse <[email protected]>
feat: add __getLocaleOrigin (#35)

* chore: test on node 12

3043365e09cfd76bf6ef54a4cd7347a97d08fdc5 authored over 5 years ago by Yiyu He <[email protected]>
Release 1.9.0

86514e3f97b524a32cac84d31b9429709262f91c authored over 5 years ago by fengmk2 <[email protected]>
feat: allow custom locale store cookie domain (#33)

* test: use mocha@4

08037ee0ae0a1d74a63d1d7112c79fa43ddf6cd0 authored over 5 years ago by fengmk2 <[email protected]>
Release 1.8.0

b3c8ab19e5cfe33cfacd97cfe89ed1d5e1457b85 authored almost 7 years ago by fengmk2 <[email protected]>
feat: add writeCookie option (#28)

f89c6755c1b16a78617ceb071d1c9a8137c8c7a6 authored almost 7 years ago by Tao Xu <[email protected]>
Release 1.7.0

043fab2b973818ae5df5b2769736afccd2e85419 authored over 7 years ago by fengmk2 <[email protected]>
feat: Add more debug information on a 'silly' level

c46d049a5e18ba5b636f4d56d5e1362e91c44fec authored over 7 years ago by Roger Fos Soler <[email protected]>
Release 1.6.0

2d9f68ab8c17e84c6cee404970386d46643c18ce authored over 7 years ago by fengmk2 <[email protected]>
feat: support header lang from localeAlias (#27)

dddb4c0c2e3bb5c961691a28aba7e4aa655f5a40 authored over 7 years ago by Tao Xu <[email protected]>
Release 1.5.2

6857227777b4263be714f79b6a33f82d19579985 authored almost 8 years ago by fengmk2 <[email protected]>
fix: make sure signed=false on set/get cookie (#24)

1f485fde8302c1583709372d4e8306bbad03ba62 authored almost 8 years ago by fengmk2 <[email protected]>
Release 1.5.1

1327118e10e4c93a865bb0452b5cc7ec63120173 authored over 8 years ago by fengmk2 <[email protected]>
deps: [email protected], use ^ (#22)

1ec4e37bee17dea8b749b6cc92917b6b5339f5a3 authored over 8 years ago by Yiyu He <[email protected]>
Release 1.5.0

dc6e8b2f7fa46194123ebdb6cfdc4de3d0cfd37d authored almost 9 years ago by fengmk2 <[email protected]>
feat: add localeAlias options

ec48f1f20cc6ec30cbc1fb9a67eb228a44321df9 authored almost 9 years ago by ermin.zem <[email protected]>
Merge pull request #18 from koajs/greenkeeper-benchmark-2.0.0

Update benchmark to version 2.0.0 🚀

b5c5c2e47a6fb43036ec01e42ce391d5c6d4f34e authored almost 9 years ago by fengmk2 <[email protected]>
chore(package): update benchmark to version 2.0.0

http://greenkeeper.io/

259510e6abaa8b39fb7e32027a9d705d740ae04e authored almost 9 years ago by greenkeeperio-bot <[email protected]>
Release 1.4.4

0e0cf4fddebb8c952d883349f58bf463b02be327 authored almost 9 years ago by fengmk2 <[email protected]>
fix: return empty if the key-value is empty value

PR-URL: https://github.com/koajs/locales/pull/17
Reviewed-By: fengmk2 <[email protected]>
Review...

c45be8b6ea0438d1c18ea258118c5264e8555b70 authored almost 9 years ago by ermin.zem <[email protected]>
Release 1.4.3

e4679a486d3e54cb44c3f26e31f939fc27c81bd6 authored about 9 years ago by fengmk2 <[email protected]>
Merge pull request #16 from koajs/support-bigpipe

fix: if header sent, don't set the cookie

a796c66b6c32e57a3b2392de04f07792e5e10e18 authored about 9 years ago by fengmk2 <[email protected]>
fix: if header sent, don't set the cookie

bigpipe will fail

629141717e14d839807f2f3e12be148e5d2df622 authored about 9 years ago by fengmk2 <[email protected]>
Merge pull request #15 from hotoo/doc

doc(options.dirs): fix api doc

205a58f270cdede876b631b15d62bcd10a1e882f authored over 9 years ago by fengmk2 <[email protected]>
doc(options.dirs): fix api doc

c4323c2a15d276c4b639834a3f99393ee75eea89 authored over 9 years ago by 闲耘™ <[email protected]>
Release 1.4.2

64ea46d5496cdde543ab4e19d99525fbfeb01fa0 authored over 9 years ago by fengmk2 <[email protected]>
Merge pull request #14 from hotoo/master

refact(es6): use es6 syntax.

f58a5034d7c3fe00b82690f5cb14731a97408ef3 authored over 9 years ago by fengmk2 <[email protected]>
refact(es6): use es6 syntax.

* fixed #10, But iojs-2 not support Object.assign, so use object-assign
shim instead for now.
...

36bd1d5202481fbe57d63b1de01b09f1bb22cbde authored over 9 years ago by 闲耘™ <[email protected]>
Release 1.4.1

eae25a474d168058251c60ef5c55ee060a9ab72f authored over 9 years ago by fengmk2 <[email protected]>
Merge pull request #12 from hotoo/imporve-nested

refact(nested-data): transform nested data on load localization data.

04bb9daf8f8dcbb6101903295f8bca40e351f813 authored over 9 years ago by fengmk2 <[email protected]>
refact(nested-data): transform nested data on load localization data.

cc81fbda187367e07e071b71bdaa00aaa9d1bd10 authored over 9 years ago by 闲耘™ <[email protected]>
Release 1.4.0

d5a9eb0468d3cf52f877b911653dde425d581cfe authored over 9 years ago by fengmk2 <[email protected]>
Merge pull request #11 from huacnlee/nested-locale-names

feat: Support nested locale keys.

d2b6911503573f186139dbab20b31d2984472e23 authored over 9 years ago by fengmk2 <[email protected]>
feat: Support nested locale keys.

Example:

```js
{
model: {
user: {
name: 'Real Name',
createdAt: 'Joined At'
...

58324a11fffd80f59debb3f22d275983d4c94883 authored over 9 years ago by Jason Lee <[email protected]>
fix: readm typo

1c347630f10c98adb4614c21ed6c3eff82bb6247 authored over 9 years ago by fengmk2 <[email protected]>
Release 1.3.1

e7ed19683625370a389ed59224ef2eb106494f54 authored over 9 years ago by fengmk2 <[email protected]>
Merge pull request #9 from koajs/bugfix-dependencies

fix: merge-descriptors should be in dependencies

145272906c56a067c03dc1825929b7ee249c6504 authored over 9 years ago by fengmk2 <[email protected]>
fix: merge-descriptors should be in dependencies

closes #8

7da34b5d6aadf6ed168f6cf3e3b17981a651e62a authored over 9 years ago by fengmk2 <[email protected]>
Release 1.3.0

d5417af0274508e89522d19f59344b40d1acdf79 authored over 9 years ago by fengmk2 <[email protected]>
Merge pull request #7 from huacnlee/multiple-locale-dirs

Multiple locale paths support.

d224b85d3a979639c83aaede7d8321e1105036a5 authored over 9 years ago by fengmk2 <[email protected]>
feat: Multiple locale paths support.

5ffefcc982201e280e739736230ee38a9eb3ab90 authored over 9 years ago by Jason Lee <[email protected]>
Merge pull request #6 from hotoo/apply

refact(apply): apply is not too slow than direct call. fixed #2

135d55773af65a236dad2cf428ced0067286d88a authored over 9 years ago by fengmk2 <[email protected]>
refact(apply): apply is not too slow than direct call. fixed #2

8796cb1a3a523273c5063f782214b7dd054d3f23 authored over 9 years ago by 闲耘™ <[email protected]>
Release 1.2.0

98f9ebcfd4c4a7ac0fa4979bd52e90205484615e authored over 9 years ago by fengmk2 <[email protected]>
Merge pull request #5 from hotoo/endsWith

refact(endsWith): endsWith is fast than regexp

b75534b46000581c401ab02f0f7e75f904acf734 authored over 9 years ago by fengmk2 <[email protected]>
refact(endsWith): endsWith is fast than regexp

3039718c1b537de7df17c06eaaa5159d4636f770 authored over 9 years ago by 闲耘™ <[email protected]>
Merge pull request #4 from koajs/revert-slice-arguments

revert slice arguments to args

fe92c90b53333899eb7e1a225d41d82241707f96 authored over 9 years ago by fengmk2 <[email protected]>
revert slice arguments to args

- revert 4ecffe8d22368f4a2cb65113600d9a514b10274e
- also add benchmark

5e9a018b23a324b43aa3376f428b05cd4be06859 authored over 9 years ago by fengmk2 <[email protected]>
Merge pull request #3 from popomore/object

feat: paramter support object

0b387e3940e51f691d3271c61e9a5ba05f96eeba authored over 9 years ago by Haoliang Gao <[email protected]>
Merge pull request #1 from hotoo/patch

Patch

75b7a203a073fcc7fac4c3cc96059a25b8870578 authored over 9 years ago by Haoliang Gao <[email protected]>
feat: paramter support object

757b28d170089014f77d828a7be4ddb70d755e94 authored over 9 years ago by popomore <[email protected]>
refact: arguments to array.

4ecffe8d22368f4a2cb65113600d9a514b10274e authored over 9 years ago by hotoo <[email protected]>
optimize use regexp without caught group

41b16b7561c392abbeab2a67d715c42ff5d5ff8a authored over 9 years ago by hotoo <[email protected]>
Release 1.0.2

c0a48cd9a325b1d861b1c801b5bcf4432df1caf8 authored over 9 years ago by fengmk2 <[email protected]>
feat: support *.properties resource files

a2462e6a8490a5f8d00f8c692384953149a608d9 authored over 9 years ago by fengmk2 <[email protected]>
Release 1.0.1

1ee07403a00c625c18ccdb440866908b39be7920 authored over 9 years ago by fengmk2 <[email protected]>
Optimization killers

see https://github.com/petkaantonov/bluebird/wiki/Optimization-killers#3-managing-arguments

20d513f0a308fdaf7620501abcb70c06bbaa2dcd authored over 9 years ago by fengmk2 <[email protected]>
add --harmony

c367102c7190d07d907242e235cfc9e73b994e21 authored over 9 years ago by fengmk2 <[email protected]>
Release 1.0.0

1bd4f46acb932d4b5966e30a054401da26f9d616 authored over 9 years ago by fengmk2 <[email protected]>
fix travis

ce2881e72c977a32b40a71e8a43a8a222ec0cf0d authored over 9 years ago by fengmk2 <[email protected]>
first commit

15864d180dcebed7eb33826e28bd5a5d4656b854 authored over 9 years ago by fengmk2 <[email protected]>