Deprecate number formatting

This was a minor convenience feature but out of scope for MVP. Needs refactoring for future usage in plugin.
This commit is contained in:
Iván Ovejero
2021-12-20 15:32:22 +01:00
parent f0bc2eb86e
commit 23e4a9f625
2 changed files with 6 additions and 4 deletions

View File

@@ -77,6 +77,7 @@ As a convenience, the base text file may contain the special key `reusableBaseTe
},
```
<!--
As a convenience, the base text file may also contain the special key `numberFormats` to localize numbers. For more information, refer to Vue i18n's [number localization](https://kazupon.github.io/vue-i18n/guide/number.html#number-localization).
```json
@@ -87,7 +88,7 @@ As a convenience, the base text file may also contain the special key `numberFor
},
},
}
```
``` -->
#### Interpolation