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

3 "date_order": "DMY", 

4 "january": [ 

5 "mul", 

6 "mulgul" 

7 ], 

8 "february": [ 

9 "ng'atyaato", 

10 "ngat" 

11 ], 

12 "march": [ 

13 "kiptaamo", 

14 "taa" 

15 ], 

16 "april": [ 

17 "iwo", 

18 "iwootkuut" 

19 ], 

20 "may": [ 

21 "mam", 

22 "mamuut" 

23 ], 

24 "june": [ 

25 "paa", 

26 "paagi" 

27 ], 

28 "july": [ 

29 "ng'eiyeet", 

30 "nge" 

31 ], 

32 "august": [ 

33 "roo", 

34 "rooptui" 

35 ], 

36 "september": [ 

37 "bur", 

38 "bureet" 

39 ], 

40 "october": [ 

41 "epe", 

42 "epeeso" 

43 ], 

44 "november": [ 

45 "kipsuunde ne taai", 

46 "kpt" 

47 ], 

48 "december": [ 

49 "kipsuunde nebo aeng'", 

50 "kpa" 

51 ], 

52 "monday": [ 

53 "kot", 

54 "kotaai" 

55 ], 

56 "tuesday": [ 

57 "koaeng'", 

58 "koo" 

59 ], 

60 "wednesday": [ 

61 "kos", 

62 "kosomok" 

63 ], 

64 "thursday": [ 

65 "koa", 

66 "koang'wan" 

67 ], 

68 "friday": [ 

69 "kom", 

70 "komuut" 

71 ], 

72 "saturday": [ 

73 "kol", 

74 "kolo" 

75 ], 

76 "sunday": [ 

77 "kotisap", 

78 "kts" 

79 ], 

80 "am": [ 

81 "karoon", 

82 "krn" 

83 ], 

84 "pm": [ 

85 "koosk", 

86 "kooskoliny" 

87 ], 

88 "year": [ 

89 "kenyit" 

90 ], 

91 "month": [ 

92 "arawet" 

93 ], 

94 "week": [ 

95 "wikit" 

96 ], 

97 "day": [ 

98 "betut" 

99 ], 

100 "hour": [ 

101 "sait" 

102 ], 

103 "minute": [ 

104 "minitit" 

105 ], 

106 "second": [ 

107 "sekondit" 

108 ], 

109 "relative-type": { 

110 "0 day ago": [ 

111 "raini" 

112 ], 

113 "0 hour ago": [ 

114 "this hour" 

115 ], 

116 "0 minute ago": [ 

117 "this minute" 

118 ], 

119 "0 month ago": [ 

120 "this month" 

121 ], 

122 "0 second ago": [ 

123 "now" 

124 ], 

125 "0 week ago": [ 

126 "this week" 

127 ], 

128 "0 year ago": [ 

129 "this year" 

130 ], 

131 "1 day ago": [ 

132 "amut" 

133 ], 

134 "1 month ago": [ 

135 "last month" 

136 ], 

137 "1 week ago": [ 

138 "last week" 

139 ], 

140 "1 year ago": [ 

141 "last year" 

142 ], 

143 "in 1 day": [ 

144 "mutai" 

145 ], 

146 "in 1 month": [ 

147 "next month" 

148 ], 

149 "in 1 week": [ 

150 "next week" 

151 ], 

152 "in 1 year": [ 

153 "next year" 

154 ] 

155 }, 

156 "locale_specific": {}, 

157 "skip": [ 

158 " ", 

159 "'", 

160 ",", 

161 "-", 

162 ".", 

163 "/", 

164 ";", 

165 "@", 

166 "[", 

167 "]", 

168 "|", 

169 "," 

170 ] 

171}