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

fix(menus): Fix bug in voucher menu traversal options #53

Merged
merged 1 commit into from
May 12, 2023
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
3 changes: 1 addition & 2 deletions src/i18n/eng/helpers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const eng_helpers: NamespaceHelpersTranslation = {
noMoreGuardians: 'No more guardians.',
noMoreLanguageOptions: 'No more language options.',
noMoreTransactions: 'No more transactions.',
noMoreVouchers:
'No more vouchers available.\n22. Back\n00. Exit',
noMoreVouchers: 'No more vouchers available',
notProvided: 'Not provided',
services: 'You provide:',
systemError:
Expand Down
10 changes: 3 additions & 7 deletions src/i18n/i18n-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export type NamespaceAuthTranslation = {
*/
processingAccount: string
/**
* C​O​N​ ​T​a​f​a​d​h​a​l​i​ ​w​e​k​a​ ​P​I​N​ ​y​e​n​y​e​ ​n​a​m​b​a​r​i​ ​n​n​e​:​
* C​O​N​ ​T​a​f​a​d​h​a​l​i​ ​w​e​k​a​ ​p​i​n​ ​m​p​y​a​ ​y​e​n​y​e​ ​n​a​m​b​a​r​i​ ​n​n​e​ ​k​w​a​ ​a​k​a​u​n​t​i​ ​y​a​k​o​:​
​0​0​.​ ​O​n​d​o​k​a
*/
enteringPin: string
Expand Down Expand Up @@ -277,9 +277,7 @@ export type NamespaceHelpersTranslation = {
*/
noMoreTransactions: string
/**
* H​a​m​n​a​ ​S​a​r​a​f​u​ ​n​y​e​n​g​i​n​e​ ​z​i​l​i​z​o​p​o​.​
​2​2​.​ ​R​u​d​i​
​0​0​.​ ​O​n​d​o​k​a
* H​a​m​n​a​ ​S​a​r​a​f​u​ ​n​y​e​n​g​i​n​e​ ​z​i​l​i​z​o​p​o​.
*/
noMoreVouchers: string
/**
Expand Down Expand Up @@ -1082,7 +1080,7 @@ export type TranslationFunctions = {
*/
processingAccount: () => LocalizedString
/**
* CON Tafadhali weka PIN yenye nambari nne:
* CON Tafadhali weka pin mpya yenye nambari nne kwa akaunti yako:
00. Ondoka
*/
enteringPin: () => LocalizedString
Expand Down Expand Up @@ -1283,8 +1281,6 @@ export type TranslationFunctions = {
noMoreTransactions: () => LocalizedString
/**
* Hamna Sarafu nyengine zilizopo.
22. Rudi
00. Ondoka
*/
noMoreVouchers: () => LocalizedString
/**
Expand Down
3 changes: 1 addition & 2 deletions src/i18n/swa/helpers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const swa_helpers: NamespaceHelpersTranslation = {
noMoreGuardians: 'Hamna walinzi zaidi.',
noMoreLanguageOptions: 'Hamna lugha zaidi zilizopo.',
noMoreTransactions: 'Hamna taarifa zaidi ya malipo.',
noMoreVouchers:
'Hamna Sarafu nyengine zilizopo.\n22. Rudi\n00. Ondoka',
noMoreVouchers: 'Hamna Sarafu nyengine zilizopo.',
notProvided: 'Haipo',
services: 'Unauza:',
systemError:
Expand Down