Latvian translation (#25)

This commit is contained in:
Stegadons 2020-08-10 18:42:09 +03:00 committed by GitHub
parent 03ab97adeb
commit 72fcf14c33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 0 deletions

View file

@ -1,9 +1,11 @@
import de from './de.json'
import en from './en.json'
import fr from './fr.json'
import lv from './lv.json'
export default {
de,
en,
fr,
lv,
}