mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Move locales folder in src
This commit is contained in:
parent
2e8757ee96
commit
7836fc9af2
58 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
import { render } from "@testing-library/react";
|
||||
|
||||
import { EditorJotaiProvider } from "../editor-jotai";
|
||||
import fallbackLangData from "../locales/en.json";
|
||||
import fallbackLangData from "../src/locales/en.json";
|
||||
|
||||
import Trans from "./Trans";
|
||||
|
||||
|
|
|
@ -3,8 +3,8 @@ import { isDevEnv } from "@excalidraw/common";
|
|||
import type { NestedKeyOf } from "@excalidraw/common/utility-types";
|
||||
|
||||
import { useAtomValue, editorJotaiStore, atom } from "./editor-jotai";
|
||||
import fallbackLangData from "./locales/en.json";
|
||||
import percentages from "./locales/percentages.json";
|
||||
import fallbackLangData from "./src/locales/en.json";
|
||||
import percentages from "./src/locales/percentages.json";
|
||||
|
||||
const COMPLETION_THRESHOLD = 85;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue