Translate common folder names
This commit is contained in:
parent
613c79ab31
commit
1d886ddfa6
3 changed files with 9 additions and 2 deletions
|
@ -52,7 +52,7 @@ module NavigationHelper
|
|||
|
||||
def short_fn(folder)
|
||||
if folder.name.include? folder.delim
|
||||
" " + folder.name.split(folder.delim).last
|
||||
folder.name.split(folder.delim).last
|
||||
else
|
||||
folder.name
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue