Skip to content

Commit

Permalink
Note where the languages come from for language selection.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhdunn committed Dec 17, 2012
1 parent 3d48180 commit b5db940
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions android/src/com/reecedunn/espeak/CheckVoiceData.java
Expand Up @@ -14,6 +14,12 @@
* limitations under the License.
*/

/*
* This Activity is used by Android to get the list of languages to display
* to the user when selecting the text-to-speech language. This is by locale,
* not voice name.
*/

package com.reecedunn.espeak;

import android.app.Activity;
Expand Down

0 comments on commit b5db940

Please sign in to comment.