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

3 "date_order": "DMY", 

4 "january": [ 

5 "jan", 

6 "januari" 

7 ], 

8 "february": [ 

9 "feb", 

10 "februari" 

11 ], 

12 "march": [ 

13 "mac", 

14 "machi" 

15 ], 

16 "april": [ 

17 "epr", 

18 "epreo" 

19 ], 

20 "may": [ 

21 "mei" 

22 ], 

23 "june": [ 

24 "jun", 

25 "juni" 

26 ], 

27 "july": [ 

28 "jul", 

29 "julai" 

30 ], 

31 "august": [ 

32 "oga", 

33 "ogasti" 

34 ], 

35 "september": [ 

36 "sep", 

37 "septemba" 

38 ], 

39 "october": [ 

40 "okt", 

41 "oktoba" 

42 ], 

43 "november": [ 

44 "nov", 

45 "novemba" 

46 ], 

47 "december": [ 

48 "dis", 

49 "disemba" 

50 ], 

51 "monday": [ 

52 "palichimo" 

53 ], 

54 "tuesday": [ 

55 "palichibuli" 

56 ], 

57 "wednesday": [ 

58 "palichitatu" 

59 ], 

60 "thursday": [ 

61 "palichine" 

62 ], 

63 "friday": [ 

64 "palichisano" 

65 ], 

66 "saturday": [ 

67 "pachibelushi" 

68 ], 

69 "sunday": [ 

70 "pa mulungu" 

71 ], 

72 "am": [ 

73 "uluchelo" 

74 ], 

75 "pm": [ 

76 "akasuba" 

77 ], 

78 "year": [ 

79 "umwaka" 

80 ], 

81 "month": [ 

82 "umweshi" 

83 ], 

84 "week": [ 

85 "umulungu" 

86 ], 

87 "day": [ 

88 "ubushiku" 

89 ], 

90 "hour": [ 

91 "insa" 

92 ], 

93 "minute": [ 

94 "mineti" 

95 ], 

96 "second": [ 

97 "sekondi" 

98 ], 

99 "relative-type": { 

100 "0 day ago": [ 

101 "lelo" 

102 ], 

103 "0 hour ago": [ 

104 "this hour" 

105 ], 

106 "0 minute ago": [ 

107 "this minute" 

108 ], 

109 "0 month ago": [ 

110 "this month" 

111 ], 

112 "0 second ago": [ 

113 "now" 

114 ], 

115 "0 week ago": [ 

116 "this week" 

117 ], 

118 "0 year ago": [ 

119 "this year" 

120 ], 

121 "1 day ago": [ 

122 "yesterday" 

123 ], 

124 "1 month ago": [ 

125 "last month" 

126 ], 

127 "1 week ago": [ 

128 "last week" 

129 ], 

130 "1 year ago": [ 

131 "last year" 

132 ], 

133 "in 1 day": [ 

134 "tomorrow" 

135 ], 

136 "in 1 month": [ 

137 "next month" 

138 ], 

139 "in 1 week": [ 

140 "next week" 

141 ], 

142 "in 1 year": [ 

143 "next year" 

144 ] 

145 }, 

146 "locale_specific": {}, 

147 "skip": [ 

148 " ", 

149 "'", 

150 ",", 

151 "-", 

152 ".", 

153 "/", 

154 ";", 

155 "@", 

156 "[", 

157 "]", 

158 "|", 

159 "," 

160 ] 

161}