mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2025-12-16 09:57:30 +01:00
i18n Add Occitan language (#80)
* Create oc.js * Add OC to locale list * Add OC * Add OC to list * Update spacedeck.html * Update root.js
This commit is contained in:
@@ -84,8 +84,10 @@
|
||||
window.locales.en = {};
|
||||
window.locales.de = {};
|
||||
window.locales.fr = {};
|
||||
window.locales.oc = {};
|
||||
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" %};
|
||||
</script>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user