forked from scrapinghub/dateparser
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'georgian-language' of https://github.com/jamesmallen/da…
…teparser into jamesmallen-georgian-language
- Loading branch information
Showing
4 changed files
with
103 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
name: Georgian | ||
|
||
dateorder: DMY | ||
|
||
skip: ["ის", "ზე", "დაახლოებით", "და"] | ||
|
||
monday: | ||
- ორშაბათი | ||
- ორშ | ||
tuesday: | ||
- სამშაბათი | ||
- სამ | ||
wednesday: | ||
- ოთხშაბათი | ||
- ოთხ | ||
thursday: | ||
- ხუთშაბათი | ||
- ხუთ | ||
friday: | ||
- პარასკევი | ||
- პარ | ||
saturday: | ||
- შაბათი | ||
- შაბ | ||
sunday: | ||
- კვირა | ||
- კვი | ||
|
||
january: | ||
- იანვარი | ||
- იან | ||
february: | ||
- თებერვალი | ||
- თებ | ||
march: | ||
- მარტი | ||
- მარ | ||
april: | ||
- აპრილი | ||
- აპრ | ||
may: | ||
- მაისი | ||
- მაი | ||
june: | ||
- ივნისი | ||
- ივნ | ||
july: | ||
- ივლისი | ||
- ივლ | ||
august: | ||
- აგვისტო | ||
- აგვ | ||
september: | ||
- სექტემბერი | ||
- სექ | ||
october: | ||
- ოქტომბერი | ||
- ოქტ | ||
november: | ||
- ნოემბერი | ||
- ნოე | ||
december: | ||
- დეკემბერი | ||
- დეკ | ||
|
||
year: | ||
- წლის | ||
- წ. | ||
month: | ||
- თვე | ||
week: | ||
- კვირა | ||
day: | ||
- დღე | ||
hour: | ||
- საათი | ||
minute: | ||
- წუთი | ||
second: | ||
- წამი | ||
|
||
ago: | ||
- წინ | ||
in: | ||
- დღეიდან | ||
|
||
simplifications: | ||
- ახლა: now | ||
- გუშინ: 1 დღე | ||
- ხვალ: დღეიდან 1 დღე | ||
- დღეს: 0 დღე | ||
- ერთ: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters