Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { ReplaceAll } from './ReplaceAll';
import { CopyFromLocale } from './CopyFromLocale';
import { fetchAllLocales } from '~/api/other-locales';
import type { LocaleOption } from '~/api/other-locales';
import LocaleSelector from './LocaleSelector';
import LocaleSelector from '../../locale/components/LocaleSelector';
Comment thread
MundiaNderi marked this conversation as resolved.
/**
* Renders batch editor, used for performing mass actions on translations.
*/
Expand Down
Loading