Updated Swahili (.sw) language

pull/267/head
Wanjala 4 years ago committed by GitHub
parent 27b21df33e
commit edc5964a50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,6 +11,7 @@ import es from './es.json';
import nl from './nl.json'; import nl from './nl.json';
import zh_cn from './zh_cn.json'; import zh_cn from './zh_cn.json';
import zh_tw from './zh_tw.json'; import zh_tw from './zh_tw.json';
import sw from './sw.json';
//export const defaultLocale = 'en'; //export const defaultLocale = 'en';
@ -28,6 +29,7 @@ const messages = {
nl: nl[0], nl: nl[0],
zh_cn: zh_cn[0], zh_cn: zh_cn[0],
zh_tw: zh_tw[0], zh_tw: zh_tw[0],
sw: sw[0],
}; };

Loading…
Cancel
Save