Ecosyste.ms: OpenCollective

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

github.com/CertainLach/Linguist

Minimalistic i18n java library
https://github.com/CertainLach/Linguist

fix(poparser): handle multiline strings

Signed-off-by: Yaroslav Bolyukin <[email protected]>

6e2e227cc52908d391aa31534dc6e472354cb212 authored about 4 years ago by Yaroslav Bolyukin <[email protected]>
build: add missing spigot module include

Signed-off-by: Yaroslav Bolyukin <[email protected]>

74471fa943efd3767a5e5f32022665cb851dc6ae authored about 4 years ago by Yaroslav Bolyukin <[email protected]>
feat(spigot): locale utility methods

Signed-off-by: Yaroslav Bolyukin <[email protected]>

f6e88c168cec5d80bc72d3037b849a104802696d authored about 4 years ago by Yaroslav Bolyukin <[email protected]>
feat(spigot): create date and number components

Signed-off-by: Yaroslav Bolyukin <[email protected]>

b1ae52b56a91bb3c946a558d80f7d3b5b8c23aa9 authored about 4 years ago by Yaroslav Bolyukin <[email protected]>
feat(spigot): sane parse failure handling

Signed-off-by: Yaroslav Bolyukin <[email protected]>

d67c5262b9f17ebf1e433c95c843b02da68d952d authored about 4 years ago by Yaroslav Bolyukin <[email protected]>
fix(spigot): shift plural form numbers

Signed-off-by: Yaroslav Bolyukin <[email protected]>

aa5fc3c31fa86334e7df90f6cb37491fc1d8e8b8 authored about 4 years ago by Yaroslav Bolyukin <[email protected]>
fix: slot numbers should start from 1

Signed-off-by: Yaroslav Bolyukin <[email protected]>

c17449258c78127f5431c27416fa665779c45ed7 authored about 4 years ago by Yaroslav Bolyukin <[email protected]>
docs: update readme with syntax examples

Signed-off-by: Yaroslav Bolyukin <[email protected]>

17d78c2247a6e417502131685a51d1a396b941ad authored about 4 years ago by Yaroslav Bolyukin <[email protected]>
feat: spigot integration

Signed-off-by: Yaroslav Bolyukin <[email protected]>

e57bdcb58a27896da5e08fdeb4e8f3c8ba148fc1 authored about 4 years ago by Yaroslav Bolyukin <[email protected]>
feat: add po file parser

Signed-off-by: Yaroslav Bolyukin <[email protected]>

e085cc7106da5203a6694e777aef0b180e2fda2e authored about 4 years ago by Yaroslav Bolyukin <[email protected]>
refactor: consistent naming for component methods

Signed-off-by: Yaroslav Bolyukin <[email protected]>

5f6bc1be1585f4651370ac35967ea6fbc76f9de7 authored about 4 years ago by Yaroslav Bolyukin <[email protected]>
feat: print failed component in stack trace

Signed-off-by: Yaroslav Bolyukin <[email protected]>

553d5dba67e51c05589f108b8c9f9f0b5144d9d0 authored about 4 years ago by Yaroslav Bolyukin <[email protected]>
feat: value slot

If component always requires a value, call of them can be shortened from

{plural.value{}}

To

...

52a67a0e746d58d7b9d36523d4dc61d6a309f130 authored about 4 years ago by Yaroslav Bolyukin <[email protected]>
feat: less boilerplate for not supported features

Signed-off-by: Yaroslav Bolyukin <[email protected]>

8e30bd6d00f325345fa5991c5888aac726e7f926 authored about 4 years ago by Yaroslav Bolyukin <[email protected]>
fix: boolean properties before terminator

{component.property} was parsed incorrectly, because of property name
being terminated by }

Sig...

94938c87792c62ddbae8a3a3e13a56629858368d authored about 4 years ago by Yaroslav Bolyukin <[email protected]>
docs: tiny readme

Signed-off-by: Yaroslav Bolyukin <[email protected]>

5679a8b31a62cafaf6655ae5646a877fe519165a authored about 4 years ago by Yaroslav Bolyukin <[email protected]>
test: example parser implementation

Signed-off-by: Yaroslav Bolyukin <[email protected]>

7f23c21e111cc056981b51ada48e8c8fe815074d authored about 4 years ago by Yaroslav Bolyukin <[email protected]>
feat: basic functionality

Signed-off-by: Yaroslav Bolyukin <[email protected]>

0e3915a7c0f7a6b67226b361acaace55dccb1de2 authored about 4 years ago by Yaroslav Bolyukin <[email protected]>
chore: init gradle project

Signed-off-by: Yaroslav Bolyukin <[email protected]>

7704df5052cada5b4802b7890520a5a868abf733 authored about 4 years ago by Yaroslav Bolyukin <[email protected]>