Skip to content

Commit

Permalink
Merge pull request #661 from Gary-Community-Ventures/feat/swahili
Browse files Browse the repository at this point in the history
Swahili
  • Loading branch information
CalebPena authored Dec 6, 2024
2 parents 808ee98 + 52a08b5 commit 67385d5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions benefits/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@
("my", _("Burmese")),
("zh", _("Chinese")),
("ar", _("Arabic")),
("sw", _("Kiswahili")),
)

TIME_ZONE = "UTC"
Expand All @@ -207,6 +208,7 @@
{"code": "my"},
{"code": "zh"},
{"code": "ar"},
{"code": "sw"},
),
"default": {
"fallbacks": ["en-us"], # defaults to PARLER_DEFAULT_LANGUAGE_CODE
Expand Down
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 67385d5

Please sign in to comment.