Skip to content

Commit

Permalink
Add portuguese account language
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Oct 20, 2023
1 parent 6d00af7 commit cb69b94
Show file tree
Hide file tree
Showing 5 changed files with 1,114 additions and 164 deletions.
1 change: 1 addition & 0 deletions clients/banking/src/pages/AccountDetailsSettingsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ export const AccountDetailsSettingsPage = ({
fr: { name: "Français", cca3: "FRA" },
it: { name: "Italiano", cca3: "ITA" },
nl: { name: "Nederlands", cca3: "NLD" },
pt: { name: "Português", cca3: "PRT" },
};

return Dict.entries(map).map(([value, { name }]) => ({
Expand Down
22 changes: 17 additions & 5 deletions scripts/graphql/dist/partner-idless-objects.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[
"AbortedIdentificationLevelStatusInfo",
"AccountBalances",
"AccountClosedStatus",
"AccountClosingStatus",
Expand Down Expand Up @@ -30,6 +29,7 @@
"AccountVerificationAlreadyRejectedRejection",
"AccountVerificationWrongStatusRejection",
"ActivatePhysicalCardSuccessPayload",
"ActiveMerchantPaymentLinkStatusInfo",
"AddAccountMembershipsSuccessPayload",
"AddAccountMembershipSuccessPayload",
"AddCardsSuccessPayload",
Expand Down Expand Up @@ -70,6 +70,8 @@
"CancelConsentSuccessPayload",
"CancelDigitalCardSuccessPayload",
"CanceledFundingSourceStatusInfo",
"CanceledIdentificationLevelStatusInfo",
"CanceledMerchantPaymentLinkStatusInfo",
"CanceledMerchantPaymentMethodStatusInfo",
"CanceledMerchantProfileStatusInfo",
"CanceledTransactionStatusInfo",
Expand Down Expand Up @@ -99,6 +101,7 @@
"CloseAccountSuccessPayload",
"CompanyInfo",
"CompanyShareholder",
"CompletedMerchantPaymentLinkStatusInfo",
"ConsentConnection",
"ConsentEdge",
"ConsentNotFoundRejection",
Expand All @@ -107,8 +110,10 @@
"ConsentsNotFoundRejection",
"ConsentTypeNotSupportedByServerConsentRejection",
"CreateCapitalDepositCaseSuccessPayload",
"CreateMerchantPaymentLinkSuccessPayload",
"CreateMultiConsentSuccessPayload",
"CsvStatement",
"Customer",
"DateField",
"DebtorAccountClosedRejection",
"DebtorAccountNotAllowedRejection",
Expand All @@ -135,6 +140,7 @@
"EnabledMerchantProfileStatusInfo",
"EnableReceivedDirectDebitMandateSuccessPayload",
"ExpiredIdentificationLevelStatusInfo",
"ExpiredMerchantPaymentLinkStatusInfo",
"ExternalAccountAlreadyExistsRejection",
"ExternalAccountBalanceAlreadyExistsRejection",
"ExternalAccountConnection",
Expand Down Expand Up @@ -174,11 +180,11 @@
"IdCardDocumentFile",
"IdentificationConnection",
"IdentificationEdge",
"IdentificationExpertProcessInfo",
"IdentificationExpertWithQESProcessInfo",
"IdentificationLevels",
"IdentificationLevelStatuses",
"IdentificationProcessExpert",
"IdentificationProcessExpertWithQES",
"IdentificationProcessPVID",
"IdentificationLevelStatusesInfo",
"IdentificationPVIDProcessInfo",
"IdentityAlreadyBindToAccountMembershipRejection",
"InAppProvisioningData",
"IndividualShareholder",
Expand All @@ -203,7 +209,11 @@
"InternalPaymentMandateDebtor",
"InternalReceivedDirectDebitMandateCreditor",
"InternationalBeneficiaryDynamicForms",
"InternationalCreditTransferCurrencyExchange",
"InternationalCreditTransferDetails",
"InternationalCreditTransferDynamicForm",
"InternationalCreditTransferOutCreditor",
"InternationalCreditTransferOutDebtor",
"InternationalCreditTransferQuote",
"InvalidArgumentRejection",
"InvalidArgumentRejectionField",
Expand All @@ -219,6 +229,7 @@
"LegalDocumentInactiveStatusInfo",
"LegalDocumentUpcomingStatusInfo",
"LegalRepresentativeAccountMembershipCannotBeDisabledRejection",
"MerchantPaymentMethodNotActiveRejection",
"MerchantProfileConnection",
"MerchantProfileEdge",
"MerchantProfileWrongStatusRejection",
Expand Down Expand Up @@ -271,6 +282,7 @@
"PhysicalCardCanceledStatusInfo",
"PhysicalCardCancelingStatusInfo",
"PhysicalCardConsentPendingStatusInfo",
"PhysicalCardCustomOptions",
"PhysicalCardNotFoundRejection",
"PhysicalCardProcessingStatusInfo",
"PhysicalCardRenewedStatusInfo",
Expand Down
Loading

0 comments on commit cb69b94

Please sign in to comment.