Skip to content

Commit

Permalink
update add_config script with swahili
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebPena committed Dec 4, 2024
1 parent 6f562c9 commit 52a08b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions configuration/white_labels/_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def get_white_label(self) -> WhiteLabel:
"my": "မြန်မာဘာသာစကား",
"zh": "中文",
"ar": "عربي",
"sw": "Kiswahili",
}

feedback_links = {
Expand Down
1 change: 1 addition & 0 deletions configuration/white_labels/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ def get_white_label(self) -> WhiteLabel:
"my": "မြန်မာဘာသာစကား",
"zh": "中文",
"ar": "عربي",
"sw": "Kiswahili",
}

income_options = {
Expand Down
1 change: 1 addition & 0 deletions configuration/white_labels/co.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ def get_white_label(self) -> WhiteLabel:
"my": "မြန်မာဘာသာစကား",
"zh": "中文",
"ar": "عربي",
"sw": "Kiswahili",
}

income_options = {
Expand Down

0 comments on commit 52a08b5

Please sign in to comment.