-
-
Notifications
You must be signed in to change notification settings - Fork 247
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #122 from open-git/master
add ukrainian language support
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 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,20 @@ | ||
{ | ||
"months": "січня|лютого|березня|квітня|травня|червня|липня|серпня|вересня|жовтня|листопада|грудня", | ||
"short_months": "січ|лют|бер|квіт|трав|черв|лип|серп|вер|жовт|лист|груд", | ||
"weeks": "неділя|понеділок|вівторок|середа|четвер|п’ятниця|субота", | ||
"short_weeks": "ндл|пнд|втр|срд|чтв|птн|сбт", | ||
"seasons": "Весна|Літо|Осінь|Зима", | ||
"constellations": "Білий рок|Телець|Близнюки|Рак|Лео|Діва|Libra|Скорпіон|Стрілець|Козерог|Водолій|Риби ", | ||
"year": "рік|%d років", | ||
"month": "місяць|%d місяців", | ||
"week": "tиждень|%d тижнів", | ||
"day": "день|%d днів", | ||
"hour": "1 година|%d годин", | ||
"minute": "1 хвилина|%d хвилин", | ||
"second": "1 секунда|%d секунд", | ||
"now": "просто", | ||
"ago": "%s тому", | ||
"from_now": "за %s", | ||
"before": "%s до", | ||
"after": "%s після" | ||
} |