mirror of
https://github.com/filegator/filegator.git
synced 2025-08-07 14:46:52 +02:00
Spanish language added by abelcastosa
This commit is contained in:
@@ -3,6 +3,7 @@ import store from '../store.js'
|
||||
import api from '../api/api'
|
||||
|
||||
import english from '../translations/english'
|
||||
import spanish from '../translations/spanish'
|
||||
|
||||
const funcs = {
|
||||
methods: {
|
||||
@@ -17,6 +18,7 @@ const funcs = {
|
||||
|
||||
let available_languages = {
|
||||
'english': english,
|
||||
'spanish': spanish,
|
||||
}
|
||||
|
||||
let language = store.state.config.language
|
||||
|
@@ -51,7 +51,6 @@ const data = {
|
||||
'Admin': 'Administrador',
|
||||
'Save': 'Guardar',
|
||||
'Read': 'Leer',
|
||||
'Name': 'Nombre',
|
||||
'Write': 'Escribir',
|
||||
'Upload': 'Subir',
|
||||
'Permissions': 'Permisos',
|
||||
|
Reference in New Issue
Block a user