Skip to content

Commit

Permalink
misc: Add "My Drive" in Traditional Chinese (#1035)
Browse files Browse the repository at this point in the history
  • Loading branch information
iblislin authored and odeke-em committed Jun 20, 2019
1 parent 14cff50 commit b868c96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/misc.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,8 @@ func rootLike(p string) bool {

func remoteRootLike(p string) bool {
switch p {
case "My Drive", "Meine Ablage", "Mon Drive", "A miña unidade", "Mi unidad", "माझा ड्राईव्ह", "मेरी डिस्क", "Drive Saya", "Il mio Drive", "Mijn Drive":
case "My Drive", "Meine Ablage", "Mon Drive", "A miña unidade", "Mi unidad",
"माझा ड्राईव्ह", "मेरी डिस्क", "Drive Saya", "Il mio Drive", "Mijn Drive", "我的雲端硬碟":
// TODO: Crowd source more language translations here
// as per https://github.com/odeke-em/drive/issues/1015
return true
Expand Down

0 comments on commit b868c96

Please sign in to comment.