Commit 68bdbdb
Refactor: route formatter label fallback through internal helper (#1320)
This PR introduces a small internal refactor in `FormatterBase` by
routing label fallback through a dedicated helper.
There is no behavior change and no public API change:
- custom labels set via `label(...)` still take precedence
- default behavior remains unchanged
This is intended as a small first step toward making future
internationalization easier to integrate, as discussed in #1277.
---------
Co-authored-by: Omer Bulut <omer.bulut@asisguard.com.tr>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>1 parent 08e0f7b commit 68bdbdb
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
74 | 77 | | |
75 | 78 | | |
76 | 79 | | |
| |||
130 | 133 | | |
131 | 134 | | |
132 | 135 | | |
133 | | - | |
134 | | - | |
135 | | - | |
| 136 | + | |
| 137 | + | |
136 | 138 | | |
137 | 139 | | |
138 | 140 | | |
| |||
0 commit comments