mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
Update index.ts
French
This commit is contained in:
parent
93d3e811e0
commit
01ba84a417
@ -3,6 +3,7 @@ import * as es from './es-sp'
|
||||
import * as sk from './sk-sk'
|
||||
import * as sv from './sv-se'
|
||||
import * as nb from './nb-no'
|
||||
import * as fr from './fr-fr'
|
||||
|
||||
export const messages = {
|
||||
en,
|
||||
@ -10,4 +11,5 @@ export const messages = {
|
||||
sk,
|
||||
sv,
|
||||
nb,
|
||||
fr,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user