Skip to content

Commit 252813c

Browse files
committed
1 parent d512d5a commit 252813c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 5 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"regenerator-runtime": "0.13.9",
9494
"rimraf": "2.7.1",
9595
"scratch-l10n": "3.14.20220428031608",
96-
"scratch-render-fonts": "1.0.0-prerelease.20210401210003",
96+
"scratch-render-fonts": "git+https://github.com/PenguinMod/penguinmod-render-fonts.git#develop",
9797
"style-loader": "1.3.0",
9898
"svg-url-loader": "3.0.3",
9999
"tap": "14.11.0",

src/containers/font-dropdown.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ class FontDropdown extends React.Component {
5656
return '한국어';
5757
case Fonts.JAPANESE:
5858
return '日本語';
59+
case Fonts.SCRATCH:
60+
return 'Branches';
5961
default:
6062
return font;
6163
}

0 commit comments

Comments
 (0)