mirror of
https://github.com/Luzifer/ots.git
synced 2025-08-19 19:28:23 -04:00
Move translations to frontend
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
b51293fe3d
commit
e4097a42af
6 changed files with 39 additions and 128 deletions
7
src/langs/langs.js
Normal file
7
src/langs/langs.js
Normal 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,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue