Skip to content

Commit

Permalink
✨ added m_IN locale (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
khjabir committed May 26, 2021
1 parent f1ab1e0 commit e19bac6
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions src/locale/ml_IN.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
import type { Locale } from '../interface';

const locale: Locale = {
locale: 'ml_IN',
today: 'ഇന്ന്',
now: 'ഇപ്പോൾ',
backToToday: 'ഇന്നത്തെ ദിവസത്തിലേക്ക് തിരിച്ചു പോകുക',
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: 'അടുത്ത നൂറ്റാണ്ട്',
};

export default locale;

1 comment on commit e19bac6

@vercel
Copy link

@vercel vercel bot commented on e19bac6 May 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.