rockbox/apps
Solomon Peachy 92b80bdba5 lang: Support languages that speak the units before a numerical value
Previously, it was hardcoded to the english convention of units-last, so
"100%" would be voiced as "one hundred percent".  This adds a new
language flag that makes the units be voiced first, ie "100%" will be
voiced as "percent one hundred".

So far only the Chinese-traditional and Chinese-simplified languages
utilize this feature (taken from an old ticket, FS#10340) but I'm sure
others would want this feature too.

Change-Id: Idf825ec9299dc0ed09921cf67aec61b1ab262fc6
2023-05-22 10:30:13 -04:00
..
bitmaps
gui Track Info: Show number of tracks being inspected 2023-04-13 03:55:21 +02:00
hosted/android replace strlcpy with strmemccpy 2022-11-14 23:56:16 -05:00
iap Remove buflib allocation names, part two 2023-01-13 10:32:54 +00:00
keymaps Fix locked context fallthrough 2023-03-18 17:47:19 +00:00
lang lang: Support languages that speak the units before a numerical value 2023-05-22 10:30:13 -04:00
menus Add perceptual volume adjustment 2023-01-22 21:19:57 +00:00
plugins pdbox: Gate the warning suppression to apply only to GCC 13 and newer. 2023-05-22 10:28:38 -04:00
radio Remove buflib allocation names, part two 2023-01-13 10:32:54 +00:00
recorder Using ARM Unified Assembler Language 2023-03-23 13:28:22 -04:00
abrepeat.c
abrepeat.h
action.c
action.h [Feature/Bugfix] keyremap add Context flags 2022-12-31 16:12:18 -05:00
alarm_menu.c
alarm_menu.h
appevents.h Get voice event out of playback.c 2017-12-12 20:28:56 -05:00
applimits.h
apps.make
audio_path.c
audio_thread.c
audio_thread.h Update software recording engine to latest codec interface. 2013-06-30 00:40:27 +02:00
beep.c
bookmark.c
bookmark.h
buffering.c
buffering.h buffering: remove bufgettail/bufcuttail 2022-04-20 16:51:49 -04:00
codec_thread.c
codec_thread.h
codecs.c
core_asmdefs.c Remove more tabs 2010-02-07 18:38:47 +00:00
core_keymap.c
core_keymap.h
cuesheet.c
cuesheet.h
debug_menu.c debug_menu database delay redraw 2023-01-27 00:10:47 -05:00
debug_menu.h
enc_config.c
enc_config.h
features.txt
filetree.c
filetree.h
filetypes.c
filetypes.h
fracmul.h
keyboard.h [4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice. 2020-07-24 21:20:13 +00:00
language.c lang: Support languages that speak the units before a numerical value 2023-05-22 10:30:13 -04:00
language.h lang: Support languages that speak the units before a numerical value 2023-05-22 10:30:13 -04:00
logfdisp.c
logfdisp.h
main.c
menu.c
menu.h
misc.c
misc.h
onplay.c Track Info: Show number of tracks being inspected 2023-04-13 03:55:21 +02:00
onplay.h
open_plugin.c
open_plugin.h
pcmbuf.c
pcmbuf.h
playback.c
playback.h
playlist.c
playlist.h playlist: Remove control file cache 2023-03-24 19:02:56 +00:00
playlist_catalog.c
playlist_catalog.h
playlist_menu.h
playlist_viewer.c
playlist_viewer.h
plugin.c
plugin.h
rbcodec_helpers.c
rbcodecconfig.h
rbcodecplatform.h
README
root_menu.c
root_menu.h
screen_access.c
screen_access.h
screens.c
screens.h
settings.c
settings.h
settings_list.c
settings_list.h
shortcuts.c
shortcuts.h
sound_menu.h Fix menu warnings 2018-10-18 00:06:31 +02:00
SOURCES
status.c [2/4] get rid of HAVE_LCD_CHARCELLS 2020-07-24 21:20:13 +00:00
status.h
tagcache.c
tagcache.h
tagnavi.config
tagtree.c playlist: Simplify playlist modified detection 2023-03-23 13:01:23 -04:00
tagtree.h
talk.c lang: Support languages that speak the units before a numerical value 2023-05-22 10:30:13 -04:00
talk.h
tree.c
tree.h
usb_keymaps.c
usb_keymaps.h Commit "FS#10468 - USB HID: Show keypad mode on screen" 2009-09-30 10:06:04 +00:00
voice_thread.c
voice_thread.h

For general information see: docs/README
For API information see: docs/API