Skip to content

Commit

Permalink
feat: add interslavic support (isv.js)
Browse files Browse the repository at this point in the history
  • Loading branch information
leoossa committed Aug 7, 2021
1 parent 2a849b6 commit 53d9f71
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/locale/isv.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// Interslavic [isv]
export default {
name: 'isv',
weekdays: 'ponedělȯk_vtorȯk_srěda_četvŕtȯk_pętȯk_sųbota_nedělja'.split('_'),
months: 'styčenj_ljuty_marec_cvětenj_maj_črvenj_lipenj_sŕpenj_vresenj_rujenj_listopad_sněženj'.split('_')
}

0 comments on commit 53d9f71

Please sign in to comment.