Move translations to frontend

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-05-10 23:03:15 +02:00
parent b51293fe3d
commit e4097a42af
No known key found for this signature in database
GPG key ID: DC2729FDD34BE99E
6 changed files with 39 additions and 128 deletions

7
src/langs/langs.js Normal file
View file

@ -0,0 +1,7 @@
import lang_de from './de.json'
import lang_en from './en.json'
export default {
de: lang_de,
en:lang_en,
}