From 80ae50a71bd41f72189fa55da054f8a791c15eb2 Mon Sep 17 00:00:00 2001 From: Aikatsui <63988538+Aikatsui@users.noreply.github.com> Date: Tue, 27 Apr 2021 09:04:44 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B6=B4=E0=B6=BB=E0=B7=92=E0=B7=80=E0=B6=BB?= =?UTF-8?q?=E0=B7=8A=E0=B6=AD=E0=B6=B1=20=E0=B6=B1=E0=B7=92=E0=B7=80?= =?UTF-8?q?=E0=B6=BB=E0=B6=AF=E0=B7=92=20=E0=B6=9A=E0=B7=92=E0=B6=BB?= =?UTF-8?q?=E0=B7=93=E0=B6=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locale/si.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/locale/si.js b/src/locale/si.js index fcd685120..f76b7927f 100644 --- a/src/locale/si.js +++ b/src/locale/si.js @@ -4,9 +4,9 @@ import dayjs from 'dayjs' const locale = { name: 'si', weekdays: 'ඉරිදා_සඳුදා_අඟහරුවාදා_බදාදා_බ්‍රහස්පතින්දා_සිකුරාදා_සෙනසුරාදා'.split('_'), - months: 'ජනවාරි_පෙබරවාරි_මාර්තු_අප්‍රේල්_මැයි_ජූනි_ජූලි_අගෝස්තු_සැප්තැම්බර්_ඔක්තෝබර්_නොවැම්බර්_දෙසැම්බර්'.split('_'), + months: 'දුරුතු_නවම්_මැදින්_බක්_වෙසක්_පොසොන්_ඇසළ_නිකිණි_බිනර_වප්_ඉල්_උඳුවප්'.split('_'), weekdaysShort: 'ඉරි_සඳු_අඟ_බදා_බ්‍රහ_සිකු_සෙන'.split('_'), - monthsShort: 'ජන_පෙබ_මාර්_අප්_මැයි_ජූනි_ජූලි_අගෝ_සැප්_ඔක්_නොවැ_දෙසැ'.split('_'), + monthsShort: 'දුරු_නව_මැදි_බක්_වෙස_පොසො_ඇස_නිකි_බින_වප්_ඉල්_උඳු'.split('_'), weekdaysMin: 'ඉ_ස_අ_බ_බ්‍ර_සි_සෙ'.split('_'), ordinal: n => n, formats: { @@ -21,8 +21,8 @@ const locale = { future: '%sකින්', past: '%sකට පෙර', s: 'තත්පර කිහිපය', - m: 'මිනිත්තුව', - mm: 'මිනිත්තු %d', + m: 'විනාඩිය', + mm: 'විනාඩි %d', h: 'පැය', hh: 'පැය %d', d: 'දිනය',