mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-05-12 11:43:16 -04:00
talk: Improvements in voicing "years"
* Enhance LANG_VOICED_DATE_FORMAT to distinguish between "numeric year" and "grouped year" (2020 -> "two thousand twenty" vs "twenty twenty", respectively) * Metadata year voicing will now use "numeric year" if specified in LANG_VOICED_DATE_FORMAT instead of always using grouped year. * Datetime year voicing respects the format instead of always using "numeric year" Change-Id: Icc25da7c36107d3e4e8c70291f87a915e2bcabd3
This commit is contained in:
parent
c86fd2318d
commit
17edcbd42a
4 changed files with 20 additions and 10 deletions
|
|
@ -15458,7 +15458,7 @@
|
|||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_VOICED_DATE_FORMAT
|
||||
desc: format string for how dates will be read back. Y == 4-digit year, A == month name, m == numeric month, d == numeric day. For example, "AdY" will read "January 21 2021"
|
||||
desc: format string for how dates will be read back. Y == 4-digit year (grouped), y == 4-digit year (numeric), A == month name, m == numeric month, d == numeric day. For example, for 2021-01-05, "AdY" will be voiced as "January 5 twenty twenty-one" and "dmy" will be voiced as "5 1 two thousand twenty one
|
||||
user: core
|
||||
<source>
|
||||
*: "dAY"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue