update v1.0.5.1
This commit is contained in:
		
							
								
								
									
										52
									
								
								public/lb-faveo/plugins/moment-develop/src/locale/nb.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										52
									
								
								public/lb-faveo/plugins/moment-develop/src/locale/nb.js
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,52 @@ | ||||
| //! moment.js locale configuration | ||||
| //! locale : norwegian bokmål (nb) | ||||
| //! authors : Espen Hovlandsdal : https://github.com/rexxars | ||||
| //!           Sigurd Gartmann : https://github.com/sigurdga | ||||
|  | ||||
| import moment from '../moment'; | ||||
|  | ||||
| export default moment.defineLocale('nb', { | ||||
|     months : 'januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember'.split('_'), | ||||
|     monthsShort : 'jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des'.split('_'), | ||||
|     weekdays : 'søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag'.split('_'), | ||||
|     weekdaysShort : 'søn_man_tirs_ons_tors_fre_lør'.split('_'), | ||||
|     weekdaysMin : 'sø_ma_ti_on_to_fr_lø'.split('_'), | ||||
|     longDateFormat : { | ||||
|         LT : 'H.mm', | ||||
|         LTS : 'LT.ss', | ||||
|         L : 'DD.MM.YYYY', | ||||
|         LL : 'D. MMMM YYYY', | ||||
|         LLL : 'D. MMMM YYYY [kl.] LT', | ||||
|         LLLL : 'dddd D. MMMM YYYY [kl.] LT' | ||||
|     }, | ||||
|     calendar : { | ||||
|         sameDay: '[i dag kl.] LT', | ||||
|         nextDay: '[i morgen kl.] LT', | ||||
|         nextWeek: 'dddd [kl.] LT', | ||||
|         lastDay: '[i går kl.] LT', | ||||
|         lastWeek: '[forrige] dddd [kl.] LT', | ||||
|         sameElse: 'L' | ||||
|     }, | ||||
|     relativeTime : { | ||||
|         future : 'om %s', | ||||
|         past : 'for %s siden', | ||||
|         s : 'noen sekunder', | ||||
|         m : 'ett minutt', | ||||
|         mm : '%d minutter', | ||||
|         h : 'en time', | ||||
|         hh : '%d timer', | ||||
|         d : 'en dag', | ||||
|         dd : '%d dager', | ||||
|         M : 'en måned', | ||||
|         MM : '%d måneder', | ||||
|         y : 'ett år', | ||||
|         yy : '%d år' | ||||
|     }, | ||||
|     ordinalParse: /\d{1,2}\./, | ||||
|     ordinal : '%d.', | ||||
|     week : { | ||||
|         dow : 1, // Monday is the first day of the week. | ||||
|         doy : 4  // The week that contains Jan 4th is the first week of the year. | ||||
|     } | ||||
| }); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 sujitprasad
					sujitprasad