Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standardize directory/folder to folder #7350

Closed
Frenzie opened this issue Feb 26, 2021 · 2 comments
Closed

Standardize directory/folder to folder #7350

Frenzie opened this issue Feb 26, 2021 · 2 comments
Milestone

Comments

@Frenzie
Copy link
Member

Frenzie commented Feb 26, 2021

Two more entries

if dir.name == ".." then
text = up_folder_arrow
elseif dir.name == "." then -- possible with show_current_dir_for_hold
text = _("Long-press to select current directory")
elseif dir.name == "./." then -- added as content of an unreadable directory
text = _("Current directory not readable. Some content may not be shown.")
else
text = dir.name.."/"
bidi_wrap_func = BD.directory
end

Originally posted by @hius07 in #7157 (comment)

@hius07
Copy link
Member

hius07 commented Feb 26, 2021

One more

table.insert(kv_pairs, { _("Directory:"), BD.dirpath(filemanagerutil.abbreviate(directory)), separator = true })

@Frenzie Frenzie added this to the 2021.03 milestone Feb 26, 2021
Frenzie added a commit to Frenzie/koreader that referenced this issue Feb 28, 2021
Frenzie added a commit that referenced this issue Feb 28, 2021
@hius07
Copy link
Member

hius07 commented Mar 3, 2021

One entry here

title = T(_("Select this directory?\n\n%1"), BD.dirpath(path))

and 3 entries in

title = T(_("Download directory:\n%1\n\nDownload file type:"), BD.dirpath(path)),

Frenzie added a commit to Frenzie/koreader that referenced this issue Mar 5, 2021
@Frenzie Frenzie closed this as completed Mar 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants