mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
renaming: dictionary => translate
This commit is contained in:
parent
fe64b6169d
commit
5df9f5fd9a
10 changed files with 49 additions and 30 deletions
|
@ -32,10 +32,10 @@ import org.geometerplus.android.fbreader.PackageInfo;
|
|||
class DictionaryPreference extends ZLStringListPreference {
|
||||
private final ZLStringOption myOption;
|
||||
|
||||
DictionaryPreference(Context context, ZLResource resource, String resourceKey) {
|
||||
DictionaryPreference(Context context, ZLResource resource, String resourceKey, ZLStringOption dictionaryOption) {
|
||||
super(context, resource, resourceKey);
|
||||
|
||||
myOption = DictionaryUtil.dictionaryOption();
|
||||
myOption = dictionaryOption;
|
||||
final List<PackageInfo> infos = DictionaryUtil.dictionaryInfos(context);
|
||||
|
||||
final String[] values = new String[infos.size()];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue