Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/dateparser/data/date_translation_data/gv.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": "gv", 

3 "date_order": "YMD", 

4 "january": [ 

5 "j-guer", 

6 "jerrey-geuree" 

7 ], 

8 "february": [ 

9 "t-arree", 

10 "toshiaght-arree" 

11 ], 

12 "march": [ 

13 "mayrnt" 

14 ], 

15 "april": [ 

16 "averil", 

17 "avrril" 

18 ], 

19 "may": [ 

20 "boaldyn" 

21 ], 

22 "june": [ 

23 "m-souree", 

24 "mean-souree" 

25 ], 

26 "july": [ 

27 "j-souree", 

28 "jerrey-souree" 

29 ], 

30 "august": [ 

31 "luanistyn" 

32 ], 

33 "september": [ 

34 "m-fouyir", 

35 "mean-fouyir" 

36 ], 

37 "october": [ 

38 "j-fouyir", 

39 "jerrey-fouyir" 

40 ], 

41 "november": [ 

42 "m-houney", 

43 "mee houney" 

44 ], 

45 "december": [ 

46 "m-nollick", 

47 "mee ny nollick" 

48 ], 

49 "monday": [ 

50 "jel", 

51 "jelhein" 

52 ], 

53 "tuesday": [ 

54 "jem", 

55 "jemayrt" 

56 ], 

57 "wednesday": [ 

58 "jerc", 

59 "jercean" 

60 ], 

61 "thursday": [ 

62 "jerd", 

63 "jerdein" 

64 ], 

65 "friday": [ 

66 "jeh", 

67 "jeheiney" 

68 ], 

69 "saturday": [ 

70 "jes", 

71 "jesarn" 

72 ], 

73 "sunday": [ 

74 "jed", 

75 "jedoonee" 

76 ], 

77 "am": [ 

78 "am" 

79 ], 

80 "pm": [ 

81 "pm" 

82 ], 

83 "year": [ 

84 "year" 

85 ], 

86 "month": [ 

87 "month" 

88 ], 

89 "week": [ 

90 "week" 

91 ], 

92 "day": [ 

93 "day" 

94 ], 

95 "hour": [ 

96 "hour" 

97 ], 

98 "minute": [ 

99 "minute" 

100 ], 

101 "second": [ 

102 "second" 

103 ], 

104 "relative-type": { 

105 "0 day ago": [ 

106 "today" 

107 ], 

108 "0 hour ago": [ 

109 "this hour" 

110 ], 

111 "0 minute ago": [ 

112 "this minute" 

113 ], 

114 "0 month ago": [ 

115 "this month" 

116 ], 

117 "0 second ago": [ 

118 "now" 

119 ], 

120 "0 week ago": [ 

121 "this week" 

122 ], 

123 "0 year ago": [ 

124 "this year" 

125 ], 

126 "1 day ago": [ 

127 "yesterday" 

128 ], 

129 "1 month ago": [ 

130 "last month" 

131 ], 

132 "1 week ago": [ 

133 "last week" 

134 ], 

135 "1 year ago": [ 

136 "last year" 

137 ], 

138 "in 1 day": [ 

139 "tomorrow" 

140 ], 

141 "in 1 month": [ 

142 "next month" 

143 ], 

144 "in 1 week": [ 

145 "next week" 

146 ], 

147 "in 1 year": [ 

148 "next year" 

149 ] 

150 }, 

151 "locale_specific": {}, 

152 "skip": [ 

153 " ", 

154 "'", 

155 ",", 

156 "-", 

157 ".", 

158 "/", 

159 ";", 

160 "@", 

161 "[", 

162 "]", 

163 "|", 

164 "," 

165 ] 

166}