Commit 284a4351 authored by Justin Domingue's avatar Justin Domingue Committed by GitHub

chore: initial support for Swahili (Tanzanian) (#2397)

* initial support for Swahili (Tanzania)

* remove sw-KE
parent 9b1903df
......@@ -40,6 +40,7 @@ export default {
'ru-RU',
'sr-SP',
'sv-SE',
'sw-TZ',
'tr-TR',
'uk-UA',
'vi-VN',
......
......@@ -26,6 +26,7 @@ export const SUPPORTED_LOCALES = [
'ru-RU',
'sr-SP',
'sv-SE',
'sw-TZ',
'tr-TR',
'uk-UA',
'vi-VN',
......@@ -65,6 +66,7 @@ export const LOCALE_LABEL: { [locale in SupportedLocale]: string } = {
'ru-RU': 'русский',
'sr-SP': 'Српски',
'sv-SE': 'svenska',
'sw-TZ': 'Kiswahili',
'tr-TR': 'Türkçe',
'uk-UA': 'Український',
'vi-VN': 'Tiếng Việt',
......
......@@ -30,6 +30,7 @@ import {
ru,
sr,
sv,
sw,
tr,
uk,
vi,
......@@ -69,6 +70,7 @@ const plurals: LocalePlural = {
'ru-RU': ru,
'sr-SP': sr,
'sv-SE': sv,
'sw-TZ': sw,
'tr-TR': tr,
'uk-UA': uk,
'vi-VN': vi,
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment