Skip to content

Commit

Permalink
feat: add lojban support (jbo.js)
Browse files Browse the repository at this point in the history
  • Loading branch information
leoossa committed Aug 7, 2021
1 parent e2feb6b commit 2a849b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/locale/jbo.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// Lojban [jbo]
export default {
name: 'jbo',
weekdays: 'nodjed._padjed._redjed._cidjed._vodjed._mudjed._xadjed.'.split('_'),
months: 'pamast._remast._cimast._vomast._mumast._xamast._zemast._bimast._somast._daumast._feimast._gaimast.'.split('_')
}

0 comments on commit 2a849b6

Please sign in to comment.