mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 22:12:03 +00:00
sort the same way as weblate
This commit is contained in:
@@ -58,7 +58,7 @@ export default {
|
|||||||
// An array of globs that describe where to look for source files
|
// An array of globs that describe where to look for source files
|
||||||
// relative to the location of the configuration file
|
// relative to the location of the configuration file
|
||||||
|
|
||||||
sort: true,
|
sort: (a, b) => a.localeCompare(b, undefined, { numeric: true }),
|
||||||
// Whether or not to sort the catalog. Can also be a [compareFunction](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#parameters)
|
// Whether or not to sort the catalog. Can also be a [compareFunction](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#parameters)
|
||||||
|
|
||||||
verbose: false,
|
verbose: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user