No subject
Sun Jan 23 01:21:48 MST 2011
In Locale.java there is code that does the following.
if (language == "he") {
return "iw";
} else if (language == "yi") {
return "ji";
} else if (language == "id") {
return "in";
} else {
return language;
}
I'll rename the file.
> Locale for Hebrew is possible wrong
> -----------------------------------
>
> Key: JS-159
> URL: http://www.crosswire.org/bugs/browse/JS-159
> Project: JSword
> Issue Type: Bug
> Affects Versions: 1.6
> Environment: Android
> Reporter: Martin Denham
> Assignee: DM Smith
> Fix For: 1.6.1
>
>
> In order for BibleNames_he.properties to be used when the Locale is Hebrew (he or iw) I needed to copy it to BibleNames_iw.properties.
> There is a relevant thread here: http://forums.oracle.com/forums/thread.jspa?threadID=1284709&tstart=239
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jsword-devel
mailing list