-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove all translations code (#907)
* chore: remove all translations * chore: remove more things * chore: remove i18 * change yarn lock
- Loading branch information
1 parent
b2b4b4b
commit 60f77a6
Showing
36 changed files
with
4,058 additions
and
4,460 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,19 @@ | ||
import React from 'react'; | ||
import { FontIcon, FontIconName } from 'components/common/FontIcon'; | ||
import { useTranslation } from 'react-i18next'; | ||
import styles from './styles.module.scss'; | ||
|
||
export const LoadingPopUp = () => { | ||
const { t } = useTranslation(); | ||
|
||
return ( | ||
<div className={styles.loading_wrap}> | ||
<FontIcon className={styles.bankIcon} name={FontIconName.Bank} size={26} /> | ||
|
||
<h2 className={styles.header}>{t('Please hold on while we load your information.')}</h2> | ||
<h2 className={styles.header}>{'Please hold on while we load your information.'}</h2> | ||
|
||
<div className={styles.progress}> | ||
<div className={styles.color} /> | ||
</div> | ||
|
||
<h4 className={styles.header_second}>{t('This will only take a few moments')}</h4> | ||
<h4 className={styles.header_second}>{'This will only take a few moments'}</h4> | ||
</div> | ||
); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.