KeepingYouAwake icon indicating copy to clipboard operation
KeepingYouAwake copied to clipboard

UI becomes Traditional Chinese

Open dhow opened this issue 5 years ago • 0 comments

Hi,

I have two languages installed for text input purpose but I typically use Japanese as my default interface, when I ran KeepingYouAwake (great app by the way) it showed Traditional Chinese as UI language. I think it would be great to have an option to allow the user to choose the laugage.

Thanks!

$ sw_vers
ProductName:	Mac OS X
ProductVersion:	10.14.4
BuildVersion:	18E226
$ defaults read -g AppleLanguages
(
    "ja-JP",
    "zh-Hant-JP"
)
$ mdls /Applications/KeepingYouAwake.app
_kMDItemDisplayNameWithExtensions  = "KeepingYouAwake.app"
kMDItemAlternateNames              = (
    "KeepingYouAwake.app"
)
kMDItemAppStoreCategory            = "ユーティリティ"
kMDItemAppStoreCategoryType        = "public.app-category.utilities"
kMDItemCFBundleIdentifier          = "info.marcel-dierkes.KeepingYouAwake"
kMDItemContentCreationDate         = 2019-01-20 10:13:21 +0000
kMDItemContentCreationDate_Ranking = 2019-01-20 00:00:00 +0000
kMDItemContentModificationDate     = 2019-01-20 10:13:21 +0000
kMDItemContentType                 = "com.apple.application-bundle"
kMDItemContentTypeTree             = (
    "com.apple.application-bundle",
    "com.apple.localizable-name-bundle",
    "com.apple.application-bundle",
    "public.directory",
    "public.executable",
    "com.apple.application",
    "public.item",
    "com.apple.package",
    "com.apple.bundle"
)
kMDItemCopyright                   = "Copyright © 2014 – 2019 Marcel Dierkes. All rights reserved."
kMDItemDateAdded                   = 2019-05-08 08:43:06 +0000
kMDItemDateAdded_Ranking           = 2019-05-08 00:00:00 +0000
kMDItemDisplayName                 = "KeepingYouAwake"
kMDItemExecutableArchitectures     = (
    "x86_64"
)
kMDItemFSContentChangeDate         = 2019-01-20 10:13:21 +0000
kMDItemFSCreationDate              = 2019-01-20 10:13:21 +0000
kMDItemFSCreatorCode               = ""
kMDItemFSFinderFlags               = 0
kMDItemFSHasCustomIcon             = (null)
kMDItemFSInvisible                 = 0
kMDItemFSIsExtensionHidden         = 1
kMDItemFSIsStationery              = (null)
kMDItemFSLabel                     = 0
kMDItemFSName                      = "KeepingYouAwake.app"
kMDItemFSNodeCount                 = 1
kMDItemFSOwnerGroupID              = 20
kMDItemFSOwnerUserID               = 501
kMDItemFSSize                      = 4444816
kMDItemFSTypeCode                  = ""
kMDItemInterestingDate_Ranking     = 2019-05-08 00:00:00 +0000
kMDItemKind                        = "アプリケーション"
kMDItemLanguages                   = (
    de,
    "zh-Hant-TW",
    es,
    da,
    ko,
    Base,
    tr,
    pl,
    fr,
    nl,
    pt,
    zh,
    en
)
kMDItemLastUsedDate                = 2019-05-08 08:43:27 +0000
kMDItemLastUsedDate_Ranking        = 2019-05-08 00:00:00 +0000
kMDItemLogicalSize                 = 4444816
kMDItemPhysicalSize                = 4894720
kMDItemUseCount                    = 2
kMDItemUsedDates                   = (
    "2019-05-07 15:00:00 +0000"
)
kMDItemVersion                     = "1.5.0"

dhow avatar May 08 '19 09:05 dhow