mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2025-08-19 13:29:49 +00:00
Export the list of supported languages to mustache.
This commit is contained in:
parent
3cd4aa461e
commit
1bc059bfe4
5 changed files with 75 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
<select name="Language" class="selectBox">
|
||||
<option value="None" selected="selected">None </option>
|
||||
{{#languages}}
|
||||
<option value="{{html_language_name}}">{{language_name}}</option>
|
||||
<option value="{{language_name}}">{{language_name}}</option>
|
||||
{{/languages}}
|
||||
</select>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue