auk-languagedeprecated

language context in auk server

Usage no npm install needed!

<script type="module">
  import aukLanguage from 'https://cdn.skypack.dev/auk-language';
</script>

README

auk-language

common:
    availableLanguages: [en, fr]
import Koa from 'koa';
import config from 'auk-config';
import language from 'auk-language';

const app = new Koa();
config(__dirname + '/config')(app);
language(app);