genlang: add VOICE_ prefix to unused voice-only strings.
commit9f7c6a1745f14c5b13058b28711102bb6350268c
authorDominik Riebeling <Dominik.Riebeling@gmail.com>
Sun, 3 Jun 2012 18:42:28 +0000 (3 20:42 +0200)
committerDominik Riebeling <Dominik.Riebeling@gmail.com>
Tue, 5 Jun 2012 21:30:04 +0000 (5 23:30 +0200)
tree142d4d26d40faf0009687f33721a3682954c38eb
parentb2380b535e99b4bc49d91bb228598f85362446ca
genlang: add VOICE_ prefix to unused voice-only strings.

voicefont uses the id prefix VOICE_ to recognize voice-only strings. Unused ids
get a NOT_USED prefixed entry to keep order correct. However, since this
applies to voice-only entries as well voicefont doesn't recognize those as
voice entries and puts them at the end of the lang strings table. This messes
up the order in the created voice file, so add VOICE_ as prefix so voicefont
can identify them.

Change-Id: Ic3f2ec038ce1ed93c84286979e6583b478fa697e
tools/genlang