Show language ISO code in list
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Language</th>
|
||||
<th>ISO</th>
|
||||
<th>Default</th>
|
||||
<th>Mandatory</th>
|
||||
<th>Fallback</th>
|
||||
@@ -42,6 +43,9 @@
|
||||
<i class="icon-globe" style="color: #BBBABF; margin-right: 5px;"></i>
|
||||
<span class="bold">{{ language.name }}</span>
|
||||
</td>
|
||||
<td>
|
||||
<span>{{ language.culture }}</span>
|
||||
</td>
|
||||
<td>
|
||||
<umb-checkmark
|
||||
ng-if="language.isDefault"
|
||||
|
||||
Reference in New Issue
Block a user