Change language sort order
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
2c3086623f
commit
6514e08e4c
@ -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