Skip to content

Commit

Permalink
Merge pull request #1823 from googlefonts/missing-translate-import
Browse files Browse the repository at this point in the history
[knife tool] Add missing import
  • Loading branch information
justvanrossum authored Nov 27, 2024
2 parents c6f4790 + 3a34f16 commit 85ee2ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/fontra/views/editor/cjk-design-frame.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import {
registerVisualizationLayerDefinition,
strokeLine,
} from "./visualization-layer-definitions.js";
import { translate } from "/core/localization.js";
import { range } from "/core/utils.js";

const cjkDesignFrameGlyphName = "_cjkDesignFrame";
Expand Down
1 change: 1 addition & 0 deletions src/fontra/views/editor/edit-tools-knife.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { translate } from "../core/localization.js";
import { slicePaths } from "../core/path-functions.js";
import { mapObjectValues, zip } from "../core/utils.js";
import * as vector from "../core/vector.js";
Expand Down

0 comments on commit 85ee2ad

Please sign in to comment.