Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Martinez Gilabert committed Jun 24, 2024
1 parent 7fbf66f commit 5912d4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/common/constants/supportedLanguages.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ export const UKRAINIAN = 'uk';
export const RUSSIAN = 'ru';
export const BELARUSIAN = 'be';
export const SIMPLIFIED_CHINESE = 'zh';
export const SPANISH = 'es'
export const SPANISH = 'es';

export const DEFAULT_LANGUAGE = ENGLISH;
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import {
RUSSIAN,
BELARUSIAN,
SIMPLIFIED_CHINESE,
SPANISH,
DEFAULT_LANGUAGE,
} from 'common/constants/supportedLanguages';
import { langSelector, setLangAction } from 'controllers/lang';
Expand Down

0 comments on commit 5912d4b

Please sign in to comment.