mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
This maps the numerical IDs contained within the binary .vstrings files to their logical LANG_* and VOICE_* names. While not strictly needed to produce voice files, it adds the final piece to be able to use vstrings files to produce the same voice files as the existing 'make voice' flow that directly parses the language files. The 'make voice' flow intentionally divert a few of the generated clips into standalone files: * "invalid voice file" * <spoken language name> * <short pause> For this to be possible, we need to know which specific entries in vstrings map to the ones we care about, and without this enumeration (which can change on a per-target or even per-build basis) this is effectively impossible. The produced lang-enum.txt is simple, with one entry per line of the format: number:name Note that nothing uses this new file yet; that will come in subsequent commits. Change-Id: Iec3fccbb6d503dd7e2d529aad318009a489b1d77 |
||
|---|---|---|
| .. | ||
| arabic.lang | ||
| basque.lang | ||
| bulgarian.lang | ||
| catala.lang | ||
| chinese-simp.lang | ||
| chinese-trad.lang | ||
| czech.lang | ||
| dansk.lang | ||
| deutsch.lang | ||
| eesti.lang | ||
| english-us.lang | ||
| english.lang | ||
| espanol.lang | ||
| esperanto.lang | ||
| finnish.lang | ||
| francais.lang | ||
| galego.lang | ||
| greek.lang | ||
| hebrew.lang | ||
| hindi.lang | ||
| hrvatski.lang | ||
| InvalidVoice_english.talk | ||
| islenska.lang | ||
| italiano.lang | ||
| japanese.lang | ||
| korean.lang | ||
| lang.make | ||
| latviesu.lang | ||
| lietuviu.lang | ||
| magyar.lang | ||
| moldoveneste.lang | ||
| nederlands.lang | ||
| norsk-nynorsk.lang | ||
| norsk.lang | ||
| polski.lang | ||
| portugues-brasileiro.lang | ||
| portugues.lang | ||
| romaneste.lang | ||
| russian.lang | ||
| slovak.lang | ||
| slovenscina.lang | ||
| SOURCES | ||
| srpski.lang | ||
| svenska.lang | ||
| tagalog.lang | ||
| thai.lang | ||
| turkce.lang | ||
| ukrainian.lang | ||
| vietnamese.lang | ||
| vlaams.lang | ||
| walon.lang | ||