Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mekkablue/Noodler
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: justfont/Noodler
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Apr 29, 2020

  1. add zh-Hant localisation

    xheowan committed Apr 29, 2020
    Copy the full SHA
    75b5e8c View commit details
2 changes: 1 addition & 1 deletion Noodler.glyphsFilter/Contents/Info.plist
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
<key>productPageURL</key>
<string>https://github.com/mekkablue/Noodler</string>
<key>productReleaseNotes</key>
<string>Added Chinese localisation (thx 张大可 and 杨翕丞).</string>
<string>Added zh-Hant localisation.</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright, Rainer Erich Scheichelbauer, 2014-2018</string>
<key>NSPrincipalClass</key>
4 changes: 2 additions & 2 deletions Noodler.glyphsFilter/Contents/Resources/plugin.py
Original file line number Diff line number Diff line change
@@ -59,14 +59,14 @@ def settings(self):
'de': u'Nudler',
'fr': u'Nouilleur',
'es': u'Fileteador',
'zh': u'🍜等线圆体',
'zh-Hant': u'等線圓體',
})
self.actionButtonLabel = Glyphs.localize({
'en': u'Noodle',
'de': u'Nudeln',
'fr': u'Nouiller',
'es': u'Expandir',
'zh': u'变萌',
'zh-Hant': u'套用',
})
# Load dialog from .nib (without .extension)
self.loadNib('IBdialog', __file__)
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

/* Class = "NSTextFieldCell"; title = "Thicknesses"; */
"dPX-2j-6DZ.title" = "粗细";
"dPX-2j-6DZ.title" = "粗細";

/* Class = "NSTextFieldCell"; title = "Remove Overlap"; */
"F9p-jQ-E8u.title" = "去除重叠";
"F9p-jQ-E8u.title" = "移除重疊";

/* Class = "NSButtonCell"; title = "Add extremes and inflections"; */
"bvE-by-zKN.title" = "自动设定极值点";
"bvE-by-zKN.title" = "加入極值點";