Skip to content

Commit

Permalink
fixed csp, moved ukraine badge to a local file and updated some words
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiiwaii committed Mar 28, 2022
1 parent 67174ca commit 0970b44
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</head>

<body class="bg-dark">
<script src="https://cdn.jsdelivr.net/gh/virae/[email protected]/badge.js" position="right"></script>
<script src="./badge.js" position="right"></script>
<style type="text/css">
#we-stand-with-ukraine {
z-index: 998!important;
Expand Down
4 changes: 2 additions & 2 deletions app/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"bundle": {
"active": true,
"targets": "all",
"identifier": "com.tauri.dev",
"identifier": "com.hgepro.LibreHomework",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
Expand Down Expand Up @@ -69,7 +69,7 @@
}
],
"security": {
"csp": "default-src 'self'"
"csp": null
}
}
}
10 changes: 5 additions & 5 deletions app/src/locales.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"schedule": "Horario",
"organization": "Organización",
"settings": "Ajustes",
"no_activities_left": "¡Yey! No tienes actividades pendientes",
"no_activities_left": "¡Genial! No tienes actividades pendientes",
"no_activities_detail": "¿Debes hacer algo mas tarde?, agrégalo aquí.",
"add": "Agregar",
"close": "Cerrar",
Expand All @@ -74,20 +74,20 @@
"add_task": "Agregar una tarea",
"field_empty": "Este campo no debe estar vacío",
"date_past": "La fecha de entrega introducida está en el pasado. No podemos viajar en el tiempo 🤔",
"subject": "Materia",
"subjects": "Materias",
"subject": "Asignatura",
"subjects": "Asignaturas",
"loading": "Cargando...",
"subjects_error": "No ha sido posible cargar las materias",
"tasks_error": "No ha sido posible cargar las tareas",
"no_subjects": "No hay materias disponibles",
"create_subject": "Crear materia",
"create_subject": "Crear asignatura",
"math": "Matemáticas",
"name": "Nombre",
"description": "Descripción",
"empty": "Vacía",
"delete": "Eliminar",
"save": "Guardar",
"add_subjects_at_settings": "Puedes agregar materias en las configuraciones de LibreHomework.",
"add_subjects_at_settings": "Puedes agregar asignaturas en las configuraciones de LibreHomework.",
"hours": "Horas",
"minutes": "Minutos",
"seconds": "Segundos",
Expand Down

0 comments on commit 0970b44

Please sign in to comment.