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

3 "date_order": "DMY", 

4 "january": [ 

5 "saŋ tsetsɛ̀ɛ lùm" 

6 ], 

7 "february": [ 

8 "saŋ kàg ngwóŋ" 

9 ], 

10 "march": [ 

11 "saŋ lepyè shúm" 

12 ], 

13 "april": [ 

14 "saŋ cÿó" 

15 ], 

16 "may": [ 

17 "saŋ tsɛ̀ɛ cÿó" 

18 ], 

19 "june": [ 

20 "saŋ njÿolá'" 

21 ], 

22 "july": [ 

23 "saŋ tyɛ̀b tyɛ̀b mbʉ̀ŋ" 

24 ], 

25 "august": [ 

26 "saŋ mbʉ̀ŋ" 

27 ], 

28 "september": [ 

29 "saŋ ngwɔ̀' mbÿɛ" 

30 ], 

31 "october": [ 

32 "saŋ tàŋa tsetsá'" 

33 ], 

34 "november": [ 

35 "saŋ mejwoŋó" 

36 ], 

37 "december": [ 

38 "saŋ lùm" 

39 ], 

40 "monday": [ 

41 "mvfò lyɛ̌'" 

42 ], 

43 "tuesday": [ 

44 "mbɔ́ɔntè mvfò lyɛ̌'" 

45 ], 

46 "wednesday": [ 

47 "tsètsɛ̀ɛ lyɛ̌'" 

48 ], 

49 "thursday": [ 

50 "mbɔ́ɔntè tsetsɛ̀ɛ lyɛ̌'" 

51 ], 

52 "friday": [ 

53 "mvfò màga lyɛ̌'" 

54 ], 

55 "saturday": [ 

56 "màga lyɛ̌'" 

57 ], 

58 "sunday": [ 

59 "lyɛ'ɛ́ sẅíŋtè" 

60 ], 

61 "am": [ 

62 "mba'ámba'" 

63 ], 

64 "pm": [ 

65 "ncwònzém" 

66 ], 

67 "year": [ 

68 "ngù'" 

69 ], 

70 "month": [ 

71 "month" 

72 ], 

73 "week": [ 

74 "week" 

75 ], 

76 "day": [ 

77 "lyɛ̌'" 

78 ], 

79 "hour": [ 

80 "fʉ̀' nèm" 

81 ], 

82 "minute": [ 

83 "minute" 

84 ], 

85 "second": [ 

86 "second" 

87 ], 

88 "relative-type": { 

89 "0 day ago": [ 

90 "lyɛ̌'ɔɔn" 

91 ], 

92 "0 hour ago": [ 

93 "this hour" 

94 ], 

95 "0 minute ago": [ 

96 "this minute" 

97 ], 

98 "0 month ago": [ 

99 "this month" 

100 ], 

101 "0 second ago": [ 

102 "now" 

103 ], 

104 "0 week ago": [ 

105 "this week" 

106 ], 

107 "0 year ago": [ 

108 "this year" 

109 ], 

110 "1 day ago": [ 

111 "jǔɔ gẅie à ka tɔ̌g" 

112 ], 

113 "1 month ago": [ 

114 "last month" 

115 ], 

116 "1 week ago": [ 

117 "last week" 

118 ], 

119 "1 year ago": [ 

120 "last year" 

121 ], 

122 "in 1 day": [ 

123 "jǔɔ gẅie à ne ntóo" 

124 ], 

125 "in 1 month": [ 

126 "next month" 

127 ], 

128 "in 1 week": [ 

129 "next week" 

130 ], 

131 "in 1 year": [ 

132 "next year" 

133 ] 

134 }, 

135 "locale_specific": {}, 

136 "skip": [ 

137 " ", 

138 "'", 

139 ",", 

140 "-", 

141 ".", 

142 "/", 

143 ";", 

144 "@", 

145 "[", 

146 "]", 

147 "|", 

148 "," 

149 ] 

150}