Skip to content

Commit

Permalink
Added basque locale (#529)
Browse files Browse the repository at this point in the history
* Added basque locale
  • Loading branch information
ikerib authored Mar 5, 2024
1 parent 2e76d60 commit 1473534
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/locale/eu.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
var _default = {
days: ['Igandea', 'Astelehena', 'Asteartea', 'Asteazkena', 'Osteguna', 'Ostirala', 'Larunbata'],
daysShort: ['Iga', 'Ast', 'Asr', 'Asz', 'Ost', 'Osr', 'Lar'],
daysMin: ['Ig', 'As', 'Ar', 'Az', 'Os', 'Or', 'La'],
months: ['Urtarrila', 'Otsaila', 'Martxoa', 'Apirila', 'Maiatza', 'Ekaina', 'Uztaila', 'Abuztua', 'Iraila', 'Urria', 'Azaroa', 'Abendua'],
monthsShort: ['Urt', 'Ots', 'Mar', 'Api', 'Mai', 'Eka', 'Uzt', 'Abu', 'Ira', 'Urr', 'Aza', 'Abe'],
today: 'Gaur',
clear: 'Garbitu',
dateFormat: 'dd/MM/yyyy',
timeFormat: 'hh:mm aa',
firstDay: 1
};

0 comments on commit 1473534

Please sign in to comment.