Skip to content

Commit

Permalink
Fix missing Chinese localization in UI settings, #4644 (#4690)
Browse files Browse the repository at this point in the history
This commit will add the missing English translation for the setting
"Always show float on top status in the title bar" to enable the
ability to add Chinese and other translations in Crowdin.
  • Loading branch information
low-batt committed Dec 25, 2023
1 parent 2f1353b commit 1c9bb23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions iina/en.lproj/PrefUIViewController.strings
Expand Up @@ -103,6 +103,9 @@
/* Class = "NSButtonCell"; title = "Always float on top while playing"; ObjectID = "SFX-ct-8MB"; */
"SFX-ct-8MB.title" = "Always float on top while playing";

/* Class = "NSButtonCell"; title = "Always show float on top status in the title bar"; ObjectID = "ih8-5a-PYY"; */
"ih8-5a-PYY.title" = "Always show float on top status in the title bar";

/* Class = "NSMenuItem"; title = "Speed"; ObjectID = "TWq-Xb-8Ee"; */
"TWq-Xb-8Ee.title" = "Speed";

Expand Down

0 comments on commit 1c9bb23

Please sign in to comment.