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:
Mejans
2020-07-22 21:55:32 +02:00
committed by GitHub
parent c491af64d8
commit 9c44aee57a
6 changed files with 662 additions and 2 deletions

View File

@@ -105,6 +105,9 @@
<label class="radio" v-bind:class="{checked: user.prefs_language=='fr'}" v-on:click="save_user_language('fr')">
<input type="radio" id="user-preferences_language" name="language" value="fr"><span>Français</span>
</label>
<label class="radio" v-bind:class="{checked: user.prefs_language=='oc'}" v-on:click="save_user_language('oc')">
<input type="radio" id="user-preferences_language" name="language" value="oc"><span>Occitan</span>
</label>
</div>
</div>