Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WALL] Lubega / WALL-5143 / Enable wallets translations for Español (ES) #17570

Merged
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
@@ -1,7 +1,7 @@
export const WALLET_MIGRATION_VIDEO_TRANSLATIONS = {
AR: 'e52c6a3b483e287e39e983791f50e592',
EN: '25df7df0d0af48090b086cd6f103d8f3',
// ES: 'ef6e04a732ebf193106e62c4d9307637', TODO: Uncomment this when Spanish translations are ready
ES: 'ef6e04a732ebf193106e62c4d9307637',
FR: 'e444c765e24eaad80dcb1549d1018c0f',
RU: '932be9817e60bdaae87d657d609b38d2',
// TODO: Add translations for other languages
Expand Down
1 change: 0 additions & 1 deletion packages/shared/src/utils/constants/default-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export const WALLETS_UNSUPPORTED_LANGUAGES = [
...UNSUPPORTED_LANGUAGES,
'BN',
'DE',
'ES',
'ID',
'IT',
'SW',
Expand Down
2 changes: 1 addition & 1 deletion packages/wallets/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ export type TProductForMarketDetails =

export type TTranslations = ReturnType<typeof useTranslations>;

export type TLanguageType = 'AR' | 'EN' | 'FR' | 'RU';
export type TLanguageType = 'AR' | 'EN' | 'ES' | 'FR' | 'RU';
Loading