Skip to content

add Georgian calendar translation #804

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: 9.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions src/locale/ka_GE.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
export default {
today: 'დღეს',
now: 'ახლა',
backToToday: 'მიმდინარე თარიღი',
ok: 'Ok',
clear: 'გასუფთავება',
month: 'თვე',
year: 'წელი',
timeSelect: 'დროის არჩევა',
dateSelect: 'თარიღის არჩევა',
weekSelect: 'კვირის არჩევა',
monthSelect: 'თვის არჩევა',
yearSelect: 'წლის არჩევა',
decadeSelect: 'ათწლეულის არჩევა',
yearFormat: 'YYYY',
dateFormat: 'M/D/YYYY',
dayFormat: 'D',
dateTimeFormat: 'M/D/YYYY HH:mm:ss',
monthBeforeYear: true,
previousMonth: 'წინა თვე (PageUp)',
nextMonth: 'მომდევნო თვე (PageDown)',
previousYear: 'წინა წელი (Control + left)',
nextYear: 'მომდევნო წელი (Control + right)',
previousDecade: 'წინა ათწლეული',
nextDecade: 'მომდევნო ათწლეული',
previousCentury: 'გასული საუკუნე',
nextCentury: 'მომდევნო საუკუნე',
};