diff --git a/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/AnimatedImage/ImageMagickProvider.cs b/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/AnimatedImage/ImageMagickProvider.cs index 25716c5..6625ace 100644 --- a/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/AnimatedImage/ImageMagickProvider.cs +++ b/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/AnimatedImage/ImageMagickProvider.cs @@ -33,18 +33,7 @@ namespace QuickLook.Plugin.ImageViewer.AnimatedImage using (var image = new MagickImage(path)) { - switch (image.Orientation) - { - case OrientationType.RightTop: - image.Rotate(90); - break; - case OrientationType.BottomRight: - image.Rotate(180); - break; - case OrientationType.LeftBotom: - image.Rotate(270); - break; - } + image.AutoOrient(); animator.KeyFrames.Add(new DiscreteObjectKeyFrame(image.ToBitmapSource(), TimeSpan.Zero)); animator.Duration = Duration.Forever; diff --git a/QuickLook.Plugin/QuickLook.Plugin.TextViewer/Translations.config b/QuickLook.Plugin/QuickLook.Plugin.TextViewer/Translations.config index b90c10e..6b3dae2 100644 --- a/QuickLook.Plugin/QuickLook.Plugin.TextViewer/Translations.config +++ b/QuickLook.Plugin/QuickLook.Plugin.TextViewer/Translations.config @@ -8,7 +8,7 @@ Consolas,Microsoft Yahei UI,Microsoft Yahei,SimSun - Segoe UI,Microsoft JhengHei UI,Microsoft JhengHei,SimSun + Consolas,Microsoft JhengHei UI,Microsoft JhengHei,MingLiU Consolas,Meiryo UI,MS UI Gothic,MS Gothic diff --git a/QuickLook/Translations.config b/QuickLook/Translations.config index 275ac35..954a588 100644 --- a/QuickLook/Translations.config +++ b/QuickLook/Translations.config @@ -48,7 +48,7 @@ (含 {0}和 {1}) - Segoe UI,Microsoft JhengHei UI,Microsoft JhengHei,SimSun + Segoe UI,Microsoft JhengHei UI,Microsoft JhengHei,MingLiU QuickLook 正在背景執行。 另一個 QuickLook 處理程序正在執行。 瀏覽 {0} @@ -60,7 +60,7 @@ 檢查更新... (&U) 結束程式 (&Q) 您已使用了最新版本。 - QuickLook {0} 已發佈。點選這裡開啟下載頁面。 + QuickLook {0} 已釋出。點選這裡開啟下載頁面。 檢查更新時發生錯誤:{0} 最後變更於 {0} 總容量 {0},可用 {1}