Coverage for /pythoncovmergedfiles/medio/medio/src/dateparser/dateparser/data/date_translation_data/mg.py: 100%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1 statements  

1info = { 

2 "name": "mg", 

3 "date_order": "YMD", 

4 "january": [ 

5 "jan", 

6 "janoary" 

7 ], 

8 "february": [ 

9 "feb", 

10 "febroary" 

11 ], 

12 "march": [ 

13 "mar", 

14 "martsa" 

15 ], 

16 "april": [ 

17 "apr", 

18 "aprily" 

19 ], 

20 "may": [ 

21 "mey" 

22 ], 

23 "june": [ 

24 "jon", 

25 "jona" 

26 ], 

27 "july": [ 

28 "jol", 

29 "jolay" 

30 ], 

31 "august": [ 

32 "aog", 

33 "aogositra" 

34 ], 

35 "september": [ 

36 "sep", 

37 "septambra" 

38 ], 

39 "october": [ 

40 "okt", 

41 "oktobra" 

42 ], 

43 "november": [ 

44 "nov", 

45 "novambra" 

46 ], 

47 "december": [ 

48 "des", 

49 "desambra" 

50 ], 

51 "monday": [ 

52 "alats", 

53 "alatsinainy" 

54 ], 

55 "tuesday": [ 

56 "tal", 

57 "talata" 

58 ], 

59 "wednesday": [ 

60 "alar", 

61 "alarobia" 

62 ], 

63 "thursday": [ 

64 "alak", 

65 "alakamisy" 

66 ], 

67 "friday": [ 

68 "zom", 

69 "zoma" 

70 ], 

71 "saturday": [ 

72 "asab", 

73 "asabotsy" 

74 ], 

75 "sunday": [ 

76 "alah", 

77 "alahady" 

78 ], 

79 "am": [ 

80 "am" 

81 ], 

82 "pm": [ 

83 "pm" 

84 ], 

85 "year": [ 

86 "taona" 

87 ], 

88 "month": [ 

89 "volana" 

90 ], 

91 "week": [ 

92 "herinandro" 

93 ], 

94 "day": [ 

95 "andro" 

96 ], 

97 "hour": [ 

98 "ora" 

99 ], 

100 "minute": [ 

101 "minitra" 

102 ], 

103 "second": [ 

104 "segondra" 

105 ], 

106 "relative-type": { 

107 "0 day ago": [ 

108 "anio" 

109 ], 

110 "0 hour ago": [ 

111 "this hour" 

112 ], 

113 "0 minute ago": [ 

114 "this minute" 

115 ], 

116 "0 month ago": [ 

117 "this month" 

118 ], 

119 "0 second ago": [ 

120 "now" 

121 ], 

122 "0 week ago": [ 

123 "this week" 

124 ], 

125 "0 year ago": [ 

126 "this year" 

127 ], 

128 "1 day ago": [ 

129 "omaly" 

130 ], 

131 "1 month ago": [ 

132 "last month" 

133 ], 

134 "1 week ago": [ 

135 "last week" 

136 ], 

137 "1 year ago": [ 

138 "last year" 

139 ], 

140 "in 1 day": [ 

141 "rahampitso" 

142 ], 

143 "in 1 month": [ 

144 "next month" 

145 ], 

146 "in 1 week": [ 

147 "next week" 

148 ], 

149 "in 1 year": [ 

150 "next year" 

151 ] 

152 }, 

153 "locale_specific": {}, 

154 "skip": [ 

155 " ", 

156 "'", 

157 ",", 

158 "-", 

159 ".", 

160 "/", 

161 ";", 

162 "@", 

163 "[", 

164 "]", 

165 "|", 

166 "," 

167 ] 

168}