Commit 0419351
authored
chore(SubscriptionSchedulerSummaryBuilder): add support for custom date-time separator (#80)
* chore(SubscriptionSchedulerSummaryBuilder): add support for custom date-time separator
Signed-off-by: iusmac <iusico.maxim@libero.it>
* Add `date_time_separator` format specifier to all strings
NOTE: at least one character is required, otherwise empty space will be
used as a separator.
* SubscriptionSchedulerSummaryBuilderTest: align format specifiers in tests
* SubscriptionSchedulerSummaryBuilderTest: add missing tests
---------
Signed-off-by: iusmac <iusico.maxim@libero.it>1 parent 60c5164 commit 0419351
File tree
42 files changed
+199
-95
lines changed- res
- values-ar-rSA
- values-az-rAZ
- values-be-rBY
- values-bg-rBG
- values-bn-rBD
- values-ca-rES
- values-cs-rCZ
- values-da-rDK
- values-de-rDE
- values-el-rGR
- values-es-rES
- values-es-rVE
- values-et-rEE
- values-fa-rIR
- values-fi-rFI
- values-fr-rFR
- values-hr-rHR
- values-hu-rHU
- values-in-rID
- values-it-rIT
- values-iw-rIL
- values-ja-rJP
- values-nl-rNL
- values-pl-rPL
- values-pt-rBR
- values-pt-rPT
- values-ro-rRO
- values-ru-rRU
- values-sk-rSK
- values-sl-rSI
- values-sr-rCS
- values-sv-rSE
- values-ta-rIN
- values-tr-rTR
- values-uk-rUA
- values-ur-rPK
- values-vi-rVN
- values-zh-rCN
- values-zh-rTW
- values
- src/com/github/iusmac/sevensim/scheduler
- tests/test/java/com/github/iusmac/sevensim/scheduler
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
42 files changed
+199
-95
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments