Skip to content

Commit

Permalink
දෝෂ නිරාකරණය
Browse files Browse the repository at this point in the history
  • Loading branch information
dinithija authored Nov 10, 2024
1 parent d7c22a0 commit 0282479
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/locale/si.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const locale = {
weekdays: 'ඉරිදා_සඳුදා_අඟහරුවාදා_බදාදා_බ්‍රහස්පතින්දා_සිකුරාදා_සෙනසුරාදා'.split('_'),
months: 'දුරුතු_නවම්_මැදින්_බක්_වෙසක්_පොසොන්_ඇසළ_නිකිණි_බිනර_වප්_ඉල්_උඳුවප්'.split('_'),
weekdaysShort: 'ඉරි_සඳු_අඟ_බදා_බ්‍රහ_සිකු_සෙන'.split('_'),
monthsShort: 'දුරු_නව_මැදි_බක්_වෙස_පොසො_ඇස_නිකි_බින_වප්_ඉල්_උඳු'.split('_'),
monthsShort: 'දුරුතු_නවම්_මැදින්_බක්_වෙසක්_පොසොන්_ඇසළ_නිකිණි_බිනර_වප්_ඉල්_උඳු'.split('_'),
weekdaysMin: 'ඉ_ස_අ_බ_බ්‍ර_සි_සෙ'.split('_'),
ordinal: n => n,
formats: {
Expand All @@ -18,15 +18,15 @@ const locale = {
LLLL: 'YYYY MMMM D [වැනි] dddd, a h:mm:ss'
},
relativeTime: {
future: '%sකින්',
past: '%sකට පෙර',
future: '%s කින්',
past: '%s කට පෙර',
s: 'තත්පර කිහිපය',
m: 'විනාඩිය',
mm: 'විනාඩි %d',
h: 'පැය',
hh: 'පැය %d',
d: 'දිනය',
dd: 'දින %d',
d: 'දවස',
dd: 'දවස් %d',
M: 'මාසය',
MM: 'මාස %d',
y: 'වසර',
Expand Down

0 comments on commit 0282479

Please sign in to comment.