Coverage for /pythoncovmergedfiles/medio/medio/src/dateparser/dateparser/data/date_translation_data/sbp.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": "sbp", 

3 "date_order": "DMY", 

4 "january": [ 

5 "mup", 

6 "mupalangulwa" 

7 ], 

8 "february": [ 

9 "mwi", 

10 "mwitope" 

11 ], 

12 "march": [ 

13 "msh", 

14 "mushende" 

15 ], 

16 "april": [ 

17 "mun", 

18 "munyi" 

19 ], 

20 "may": [ 

21 "mag", 

22 "mushende magali" 

23 ], 

24 "june": [ 

25 "muj", 

26 "mujimbi" 

27 ], 

28 "july": [ 

29 "msp", 

30 "mushipepo" 

31 ], 

32 "august": [ 

33 "mpg", 

34 "mupuguto" 

35 ], 

36 "september": [ 

37 "munyense", 

38 "mye" 

39 ], 

40 "october": [ 

41 "mok", 

42 "mokhu" 

43 ], 

44 "november": [ 

45 "mus", 

46 "musongandembwe" 

47 ], 

48 "december": [ 

49 "muh", 

50 "muhaano" 

51 ], 

52 "monday": [ 

53 "jtt", 

54 "jumatatu" 

55 ], 

56 "tuesday": [ 

57 "jnn", 

58 "jumanne" 

59 ], 

60 "wednesday": [ 

61 "jtn", 

62 "jumatano" 

63 ], 

64 "thursday": [ 

65 "alahamisi", 

66 "alh" 

67 ], 

68 "friday": [ 

69 "iju", 

70 "ijumaa" 

71 ], 

72 "saturday": [ 

73 "jmo", 

74 "jumamosi" 

75 ], 

76 "sunday": [ 

77 "mul", 

78 "mulungu" 

79 ], 

80 "am": [ 

81 "lwamilawu" 

82 ], 

83 "pm": [ 

84 "pashamihe" 

85 ], 

86 "year": [ 

87 "mwakha" 

88 ], 

89 "month": [ 

90 "mwesi" 

91 ], 

92 "week": [ 

93 "ilijuma" 

94 ], 

95 "day": [ 

96 "lusiku" 

97 ], 

98 "hour": [ 

99 "ilisala" 

100 ], 

101 "minute": [ 

102 "idakika" 

103 ], 

104 "second": [ 

105 "isekunde" 

106 ], 

107 "relative-type": { 

108 "0 day ago": [ 

109 "ineng'uni" 

110 ], 

111 "0 hour ago": [ 

112 "this hour" 

113 ], 

114 "0 minute ago": [ 

115 "this minute" 

116 ], 

117 "0 month ago": [ 

118 "this month" 

119 ], 

120 "0 second ago": [ 

121 "now" 

122 ], 

123 "0 week ago": [ 

124 "this week" 

125 ], 

126 "0 year ago": [ 

127 "this year" 

128 ], 

129 "1 day ago": [ 

130 "imehe" 

131 ], 

132 "1 month ago": [ 

133 "last month" 

134 ], 

135 "1 week ago": [ 

136 "last week" 

137 ], 

138 "1 year ago": [ 

139 "last year" 

140 ], 

141 "in 1 day": [ 

142 "pamulaawu" 

143 ], 

144 "in 1 month": [ 

145 "next month" 

146 ], 

147 "in 1 week": [ 

148 "next week" 

149 ], 

150 "in 1 year": [ 

151 "next year" 

152 ] 

153 }, 

154 "locale_specific": {}, 

155 "skip": [ 

156 " ", 

157 "'", 

158 ",", 

159 "-", 

160 ".", 

161 "/", 

162 ";", 

163 "@", 

164 "[", 

165 "]", 

166 "|", 

167 "," 

168 ] 

169}