Stypox
Stypox
@avently I agree with you and @opusforlife2, the current layout looks good with a small number of buttons, but already does not feel completely right. I might work on this...
The time was put above after a decision by the team, and won't be reverted
See #3343 and #2319
Bounty of $30 by @sulyniv in #2319
@opusforlife2 yeah, the "PR open" label was useful before Github introuced linked issues, now it is mostly useless and could be removed
I mean, it is just one symlink in the whole repo and I introduced it just to avoid duplicating code, but it turned out to be a bad idea. If...
I will update the README tomorrow with information about how to contribute. Thank you for opening the issue and reminding me this needs to be done ;-)
@palight I added part of the explanation (currently only focusing on resources). It's still not finished, since I need to give a better documentation to how Java classes are "translated",...
I still need to explain how to write the Java code. The tests for date&time formatting are [these](https://github.com/Stypox/dicio-numbers/blob/master/numbers/src/test/java/org/dicio/numbers/lang/en/DateTimeTest.java) for the English language, and that class inherits [`DateTimeTestBase`](https://github.com/Stypox/dicio-numbers/blob/master/numbers/src/test/java/org/dicio/numbers/test/DateTimeTestBase.java) which runs the...
The language-dependent java files are those found in the `org.dicio.numbers.lang.LANGUAGE_CODE` modules. In order to test your changes you need to create test files (also, it is strongly advised to create...