Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
fix: added eo (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangrotz authored and MichaelKohler committed Jul 22, 2021
1 parent 479eedc commit cf3fb77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/lib/validation/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const bas = require('./languages/bas');
const en = require('./languages/en');
const eo = require('./languages/eo');
const it = require('./languages/it');
const ne = require('./languages/ne');
const kab = require( './languages/kab');
Expand All @@ -11,6 +12,7 @@ const or = require('./languages/or');
const VALIDATORS = {
bas,
en,
eo,
it,
kab,
ne,
Expand Down

0 comments on commit cf3fb77

Please sign in to comment.