Skip to content

Commit

Permalink
shadow_size & candidate_back_color
Browse files Browse the repository at this point in the history
  • Loading branch information
groverlynn committed May 29, 2024
1 parent b209906 commit f5a9b77
Show file tree
Hide file tree
Showing 18 changed files with 782 additions and 324 deletions.
6 changes: 3 additions & 3 deletions Base.lproj/MainMenu.xib
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22689"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22690"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="NSApplication">
Expand All @@ -11,7 +10,7 @@
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<customObject id="252" userLabel="SquirrelApplicationDelegate" customClass="SquirrelApplicationDelegate">
<connections>
<outlet property="menu" destination="773" id="779"/>
Expand Down Expand Up @@ -55,6 +54,7 @@
</connections>
</menuItem>
</items>
<point key="canvasLocation" x="114" y="-75"/>
</menu>
<customObject id="772" userLabel="Updater" customClass="SUUpdater"/>
</objects>
Expand Down
144 changes: 144 additions & 0 deletions InfoPlist.xcstrings
Original file line number Diff line number Diff line change
@@ -0,0 +1,144 @@
{
"sourceLanguage" : "en",
"strings" : {
"CFBundleDisplayName" : {
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Squirrel"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "鼠须管"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
"value" : "鼠鬚管"
}
}
}
},
"CFBundleName" : {
"extractionState" : "extracted_with_value",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "Squirrel"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "鼠须管"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
"value" : "鼠鬚管"
}
}
}
},
"im.rime.inputmethod.Squirrel" : {
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Squirrel"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "鼠须管"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
"value" : "鼠鬚管"
}
}
}
},
"im.rime.inputmethod.Squirrel.Hans" : {
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Squirrel - Simplified"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "鼠须管"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
"value" : "鼠须管"
}
}
}
},
"im.rime.inputmethod.Squirrel.Hant" : {
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Squirrel - Traditional"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "鼠鬚管"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
"value" : "鼠鬚管"
}
}
}
},
"NSHumanReadableCopyright" : {
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Copyleft, RIME Developers"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "式恕堂 版权所无"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
"value" : "式恕堂 版權所無"
}
}
}
}
},
"version" : "1.0"
}
Loading

0 comments on commit f5a9b77

Please sign in to comment.