Skip to content

Commit

Permalink
Merge pull request #53 from grassrootseconomics/philip/fix-voucher-menus
Browse files Browse the repository at this point in the history
fix(menus): Fix bug in voucher menu traversal options
  • Loading branch information
mango-habanero authored May 12, 2023
2 parents fbaf305 + 569c2d5 commit 335c3fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
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

0 comments on commit 335c3fb

Please sign in to comment.