Merge pull request 'Change language sort order' (#4380) from language-sort into master
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #4380
This commit is contained in:
commit
9bc4ccbb44
@ -13,7 +13,7 @@
|
||||
<th>Priority 2 files in need of translation</th>
|
||||
</tr>
|
||||
<xsl:for-each select="/buildinfo/document/set/language">
|
||||
<xsl:sort select="@long" order="descending"/>
|
||||
<xsl:sort select="@long" order="ascending"/>
|
||||
<tr>
|
||||
<td>
|
||||
<a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user