Init
This commit is contained in:
22
node_modules/date-and-time/esm/locale/rw.mjs
generated
vendored
Normal file
22
node_modules/date-and-time/esm/locale/rw.mjs
generated
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
/**
|
||||
* @preserve date-and-time.js locale configuration
|
||||
* @preserve Kinyarwanda (rw)
|
||||
* @preserve It is using moment.js locale configuration as a reference.
|
||||
*/
|
||||
|
||||
var rw = function (date) {
|
||||
var code = 'rw';
|
||||
|
||||
date.locale(code, {
|
||||
res: {
|
||||
MMMM: ['Mutarama', 'Gashyantare', 'Werurwe', 'Mata', 'Gicurasi', 'Kamena', 'Nyakanga', 'Kanama', 'Nzeri', 'Ukwakira', 'Ugushyingo', 'Ukuboza'],
|
||||
MMM: ['Mtr', 'Gas', 'Wer', 'Mta', 'Gic', 'Kmn', 'Nyk', 'Knm', 'Nze', 'Ukw', 'Ugu', 'Uku'],
|
||||
dddd: ['Ku cyumweru', 'Ku wambere', 'Ku wakabiri', 'Ku wagatatu', 'Ku wakane', 'Ku wagatanu', 'Ku wagatandatu'],
|
||||
ddd: ['Cyu', 'Mbe', 'Kbr', 'Gtt', 'Kne', 'Gtn', 'Gtd'],
|
||||
dd: ['Cy', 'Mb', 'Kb', 'Gt', 'Kn', 'Gn', 'Gd']
|
||||
}
|
||||
});
|
||||
return code;
|
||||
};
|
||||
|
||||
export { rw as default };
|
||||
Reference in New Issue
Block a user