Logo Lanfrica

m8r1x/dayjs-sw

Domain:

natural language processing

Record type:

software
Creator:
m8r
Host:
Kiswahili locale for dayjs ## dayjs-sw ### Installation `$ npm install dayjs-sw` ### Usage ```javascript const dayjs = require("dayjs"); const swLocale = require("dayjs-sw"); dayjs.locale(swLocale); dayjs("2018-07-16").format("MMMM") // "Julai" (July) dayjs("2020").from("2018"), // "miaka 2 ijayo" (literal translation 2 years to come / later) ``` ### License MIT © wmik