2
2
mirror of https://github.com/m1k1o/neko.git synced 2024-07-24 14:40:50 +12:00

nb_NO added

This commit is contained in:
Allan Nordhøy 2021-05-07 02:57:01 +02:00 committed by GitHub
parent 0be72c6507
commit 28dab591a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,10 +2,12 @@ import * as en from './en-us'
import * as es from './es-sp'
import * as sk from './sk-sk'
import * as sv from './sv-se'
import * as nb from './nb-no'
export const messages = {
en,
es,
sk,
sv,
nb,
}