mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2025-12-16 09:57:30 +01:00
Foramontano/adding languages (#89)
- Doc that describes the steps to add a new language to Spacedeck Open - New file with translated entries for using in Spacedeck Open in Spanish - Include 'es' as new locale in Spacedeck Open - Include a radiobutton for users could select the new language
This commit is contained in:
@@ -85,9 +85,11 @@
|
||||
window.locales.de = {};
|
||||
window.locales.fr = {};
|
||||
window.locales.oc = {};
|
||||
window.locales.es = {};
|
||||
window.locales.en.translation = {% include "./../locales/en.js" %};
|
||||
window.locales.de.translation = {% include "./../locales/de.js" %};
|
||||
window.locales.fr.translation = {% include "./../locales/fr.js" %};
|
||||
window.locales.oc.translation = {% include "./../locales/oc.js" %};
|
||||
window.locales.es.translation = {% include "./../locales/es.js" %};
|
||||
</script>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user