Updates and LeafInput
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
/*
|
||||
* Globalize Culture ha-Latn
|
||||
*
|
||||
* http://github.com/jquery/globalize
|
||||
*
|
||||
* Copyright Software Freedom Conservancy, Inc.
|
||||
* Dual licensed under the MIT or GPL Version 2 licenses.
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* This file was generated by the Globalize Culture Generator
|
||||
* Translation: bugs found in this file need to be fixed in the generator
|
||||
*/
|
||||
|
||||
(function( window, undefined ) {
|
||||
|
||||
var Globalize;
|
||||
|
||||
if ( typeof require !== "undefined" &&
|
||||
typeof exports !== "undefined" &&
|
||||
typeof module !== "undefined" ) {
|
||||
// Assume CommonJS
|
||||
Globalize = require( "globalize" );
|
||||
} else {
|
||||
// Global variable
|
||||
Globalize = window.Globalize;
|
||||
}
|
||||
|
||||
Globalize.addCultureInfo( "ha-Latn", "default", {
|
||||
name: "ha-Latn",
|
||||
englishName: "Hausa (Latin)",
|
||||
nativeName: "Hausa",
|
||||
language: "ha-Latn",
|
||||
numberFormat: {
|
||||
currency: {
|
||||
pattern: ["$-n","$ n"],
|
||||
symbol: "N"
|
||||
}
|
||||
},
|
||||
calendars: {
|
||||
standard: {
|
||||
days: {
|
||||
names: ["Lahadi","Litinin","Talata","Laraba","Alhamis","Juma'a","Asabar"],
|
||||
namesAbbr: ["Lah","Lit","Tal","Lar","Alh","Jum","Asa"],
|
||||
namesShort: ["L","L","T","L","A","J","A"]
|
||||
},
|
||||
months: {
|
||||
names: ["Januwaru","Febreru","Maris","Afrilu","Mayu","Yuni","Yuli","Agusta","Satumba","Oktocba","Nuwamba","Disamba",""],
|
||||
namesAbbr: ["Jan","Feb","Mar","Afr","May","Yun","Yul","Agu","Sat","Okt","Nuw","Dis",""]
|
||||
},
|
||||
AM: ["Safe","safe","SAFE"],
|
||||
PM: ["Yamma","yamma","YAMMA"],
|
||||
eras: [{"name":"AD","start":null,"offset":0}],
|
||||
patterns: {
|
||||
d: "d/M/yyyy"
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
}( this ));
|
||||
Reference in New Issue
Block a user